{
  "manifest_version": "1.0.0",
  "template": {
    "id": "95e326a5-0c61-42a4-ad66-fa8eaff35101",
    "slug": "VT5SfC",
    "name": "Drizzle Studio Gateway",
    "description": "Drizzle Studio but with multiple connections",
    "url": "https://railway.com/deploy/VT5SfC",
    "upstream": {
      "image": "ghcr.io/drizzle-team/gateway:latest"
    }
  },
  "services": [
    {
      "name": "Drizzle Studio Gateway",
      "source": {
        "image": "ghcr.io/drizzle-team/gateway:latest"
      },
      "needs_volume": true,
      "volume_mount_path": "/app",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "Drizzle Studio Gateway",
      "description": "Don't change this",
      "secret": false,
      "strategy": "default",
      "default": "4983"
    },
    {
      "key": "MASTERPASS",
      "service": "Drizzle Studio Gateway",
      "description": "Don't remove this",
      "secret": false,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "STORE_PATH",
      "service": "Drizzle Studio Gateway",
      "description": "Where you wanna store the data",
      "secret": false,
      "strategy": "default",
      "default": "/app"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "VT5SfC"
      }
    },
    "cli": "railway deploy --template VT5SfC",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "95e326a5-0c61-42a4-ad66-fa8eaff35101",
            "serializedConfig": {
              "services": {
                "29e8426e-aec9-4ad1-a437-818dcd7c0e41": {
                  "name": "Drizzle Studio Gateway",
                  "source": {
                    "image": "ghcr.io/drizzle-team/gateway:latest"
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": false,
                      "description": "Don't change this",
                      "defaultValue": "4983"
                    },
                    "MASTERPASS": {
                      "isOptional": false,
                      "description": "Don't remove this",
                      "defaultValue": "{{MASTERPASS}}"
                    },
                    "STORE_PATH": {
                      "isOptional": false,
                      "description": "Where you wanna store the data",
                      "defaultValue": "/app"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {
                    "29e8426e-aec9-4ad1-a437-818dcd7c0e41": {
                      "mountPath": "/app"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-21T16:15:12.787Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-21T11:44:20.041Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_00822d13e7c844b094ac",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 67,
    "typical_build_seconds": 0,
    "typical_start_seconds": 0,
    "slowest_service": "Drizzle Studio Gateway"
  }
}
