{
  "manifest_version": "1.0.0",
  "template": {
    "id": "0dc6df5b-c46f-4cd7-9701-38b4b6924d07",
    "slug": "google-drive-crud",
    "name": "Google Drive CRUD",
    "description": "Your own private Google Drive, Docs, Sheets and Slides connector for Claude",
    "url": "https://railway.com/deploy/google-drive-crud",
    "upstream": {
      "repo_url": "https://github.com/adampaulwalker/claude-gdrive-mcp"
    }
  },
  "services": [
    {
      "name": "google-drive-crud",
      "source": {
        "repo": "https://github.com/adampaulwalker/claude-gdrive-mcp"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "MCP_ENABLE_OAUTH21",
      "service": "google-drive-crud",
      "description": "Leave as is.",
      "secret": false,
      "strategy": "default",
      "default": "true"
    },
    {
      "key": "WORKSPACE_MCP_HOST",
      "service": "google-drive-crud",
      "description": "Leave as is.",
      "secret": false,
      "strategy": "default",
      "default": "0.0.0.0"
    },
    {
      "key": "WORKSPACE_EXTERNAL_URL",
      "service": "google-drive-crud",
      "description": "Filled in automatically from this service domain. Leave as is.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_domain"
    },
    {
      "key": "WORKSPACE_MCP_TRANSPORT",
      "service": "google-drive-crud",
      "description": "Leave as is.",
      "secret": false,
      "strategy": "default",
      "default": "streamable-http"
    },
    {
      "key": "GOOGLE_OAUTH_REDIRECT_URI",
      "service": "google-drive-crud",
      "description": "Filled in automatically from this service domain. Leave as is.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_domain"
    },
    {
      "key": "WORKSPACE_MCP_STATELESS_MODE",
      "service": "google-drive-crud",
      "description": "Leave as is.",
      "secret": false,
      "strategy": "default",
      "default": "true"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "google-drive-crud"
      }
    },
    "cli": "railway deploy --template google-drive-crud",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "0dc6df5b-c46f-4cd7-9701-38b4b6924d07",
            "serializedConfig": {
              "services": {
                "73aa5aab-ab33-49bd-932f-b0894b36d6b7": {
                  "name": "google-drive-crud",
                  "deploy": {
                    "healthcheckPath": "/health"
                  },
                  "source": {
                    "repo": "adampaulwalker/claude-gdrive-mcp",
                    "branch": "main",
                    "rootDirectory": null
                  },
                  "variables": {
                    "MCP_ENABLE_OAUTH21": {
                      "isOptional": false,
                      "description": "Leave as is.",
                      "defaultValue": "true"
                    },
                    "WORKSPACE_MCP_HOST": {
                      "isOptional": false,
                      "description": "Leave as is.",
                      "defaultValue": "0.0.0.0"
                    },
                    "GOOGLE_OAUTH_CLIENT_ID": {
                      "isOptional": true,
                      "description": "Your Google OAuth client ID (ends in .apps.googleusercontent.com). Leave empty on the first deploy - the guided setup creates it, then you paste it here.",
                      "defaultValue": ""
                    },
                    "WORKSPACE_EXTERNAL_URL": {
                      "isOptional": false,
                      "description": "Filled in automatically from this service domain. Leave as is.",
                      "defaultValue": "https://${{RAILWAY_PUBLIC_DOMAIN}}"
                    },
                    "WORKSPACE_MCP_TRANSPORT": {
                      "isOptional": false,
                      "description": "Leave as is.",
                      "defaultValue": "streamable-http"
                    },
                    "GOOGLE_OAUTH_REDIRECT_URI": {
                      "isOptional": false,
                      "description": "Filled in automatically from this service domain. Leave as is.",
                      "defaultValue": "https://${{RAILWAY_PUBLIC_DOMAIN}}/oauth2callback"
                    },
                    "GOOGLE_OAUTH_CLIENT_SECRET": {
                      "isOptional": true,
                      "description": "Your Google OAuth client secret (starts with GOCSPX-). Leave empty on the first deploy - added after the Google setup.",
                      "defaultValue": ""
                    },
                    "WORKSPACE_MCP_STATELESS_MODE": {
                      "isOptional": false,
                      "description": "Leave as is.",
                      "defaultValue": "true"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:8000": {
                        "port": 8000
                      }
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {
    "healthcheck": {
      "service": "google-drive-crud",
      "method": "GET",
      "path": "/health",
      "expect_status": 200
    }
  },
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-10T16:14:52.212Z",
  "generator_version": "0.1.0",
  "status": "degraded",
  "validated_at": "2026-09-05T12:25:30.969Z",
  "success_rate_30d": 0,
  "validation": {
    "last_run_id": "run_3fc57d8536d1435383e7",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "healthcheck",
        "passed": false,
        "detail": "got 502, expected 200"
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ]
  }
}
