{
  "manifest_version": "1.0.0",
  "template": {
    "id": "7554f580-c3a5-4957-a0b9-b7a68c61bb8d",
    "slug": "drizzle-studio-1",
    "name": "Drizzle Studio",
    "description": "Deploy Drizzle Studio with Railway",
    "url": "https://railway.com/deploy/drizzle-studio-1",
    "upstream": {
      "image": "ghcr.io/drizzle-team/railway-studio:latest"
    }
  },
  "services": [
    {
      "name": "Drizzle Studio",
      "source": {
        "image": "ghcr.io/drizzle-team/railway-studio:latest"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "Drizzle Studio",
      "description": "Port Studio listens on. Railway assigns its own port when this is unset, and Studio binds that instead.",
      "secret": false,
      "strategy": "default",
      "default": "4983"
    },
    {
      "key": "PASSCODE",
      "service": "Drizzle Studio",
      "description": "The password for secure access",
      "secret": false,
      "strategy": "generate",
      "generate": "random_base64_32"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "drizzle-studio-1"
      }
    },
    "cli": "railway deploy --template drizzle-studio-1",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "7554f580-c3a5-4957-a0b9-b7a68c61bb8d",
            "serializedConfig": {
              "services": {
                "7753710d-08a3-466f-ada7-a54438832506": {
                  "icon": "https://gateway.drizzle.studio/favicon.svg",
                  "name": "Drizzle Studio",
                  "deploy": {
                    "healthcheckPath": "/health"
                  },
                  "source": {
                    "image": "ghcr.io/drizzle-team/railway-studio:latest",
                    "hasHiddenRegistryCredentials": true
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": true,
                      "description": "Port Studio listens on. Railway assigns its own port when this is unset, and Studio binds that instead.",
                      "defaultValue": "4983"
                    },
                    "PASSCODE": {
                      "isOptional": false,
                      "description": "The password for secure access",
                      "defaultValue": "{{PASSCODE}}"
                    },
                    "DATABASE_URL": {
                      "isOptional": true,
                      "description": "Database connection string",
                      "defaultValue": ""
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {
    "healthcheck": {
      "service": "Drizzle Studio",
      "method": "GET",
      "path": "/health",
      "expect_status": 200
    }
  },
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-13T22:14:35.692Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-13T20:54:33.472Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_7112865d29b64a63b294",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "healthcheck",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 92,
    "typical_build_seconds": 0,
    "typical_start_seconds": 1,
    "slowest_service": "Drizzle Studio"
  }
}
