{
  "manifest_version": "1.0.0",
  "template": {
    "id": "91b17cd6-43e5-4e0a-8634-afcf990088e5",
    "slug": "1password-connect-api-and-server",
    "name": "1Password Connect API and Server",
    "description": "Deploy and Host 1Password Connect API and Server with Railway",
    "url": "https://railway.com/deploy/1password-connect-api-and-server",
    "upstream": {
      "repo_url": "https://github.com/echohack/1password-railway"
    }
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "1password-railway",
      "source": {
        "repo": "https://github.com/echohack/1password-railway"
      },
      "needs_volume": true,
      "volume_mount_path": "/home/opuser/.op/data",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "OP_SESSION",
      "service": "1password-railway",
      "description": "The value of the Base64-encoded content of the 1password-credentials.json file. Required",
      "secret": false,
      "strategy": "ask_user"
    },
    {
      "key": "OP_LOG_LEVEL",
      "service": "1password-railway",
      "description": "The logging level of the container.  Acceptable values: info, error, debug Default value: info",
      "secret": false,
      "strategy": "default",
      "default": "info"
    },
    {
      "key": "OP_SYNC_TIMEOUT",
      "service": "1password-railway",
      "description": "The time (in seconds) to wait for the initial sync to complete.  Acceptable values: A time duration (for example, 1h, 30m, 20s). Default value: 10s (10 seconds)",
      "secret": false,
      "strategy": "default",
      "default": "10s"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "1password-connect-api-and-server"
      }
    },
    "cli": "railway deploy --template 1password-connect-api-and-server",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "91b17cd6-43e5-4e0a-8634-afcf990088e5",
            "serializedConfig": {
              "services": {
                "83134fd1-35f7-4111-a225-d211ec9c8e0e": {
                  "name": "1password-railway",
                  "source": {
                    "repo": "echohack/1password-railway",
                    "branch": null,
                    "rootDirectory": null
                  },
                  "variables": {
                    "OP_SESSION": {
                      "isOptional": false,
                      "description": "The value of the Base64-encoded content of the 1password-credentials.json file. Required",
                      "defaultValue": "{{OP_SESSION}}"
                    },
                    "OP_LOG_LEVEL": {
                      "isOptional": true,
                      "description": "The logging level of the container.  Acceptable values: info, error, debug Default value: info",
                      "defaultValue": "info"
                    },
                    "OP_SYNC_TIMEOUT": {
                      "isOptional": false,
                      "description": "The time (in seconds) to wait for the initial sync to complete.  Acceptable values: A time duration (for example, 1h, 30m, 20s). Default value: 10s (10 seconds)",
                      "defaultValue": "10s"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {
                    "83134fd1-35f7-4111-a225-d211ec9c8e0e": {
                      "mountPath": "/home/opuser/.op/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-20T10:14:37.339Z",
  "generator_version": "0.1.0"
}
