{
  "manifest_version": "1.0.0",
  "template": {
    "id": "ccb7a474-e15f-434f-8d9d-e71fb385b9f2",
    "slug": "drizzle",
    "name": "Drizzle Studio Gateway [Updated Sep ’26]",
    "description": "Drizzle Studio [Sep ’26] (Manage DB Schemas & Queries Easily) Self Host",
    "url": "https://railway.com/deploy/drizzle",
    "upstream": {
      "image": "ghcr.io/drizzle-team/gateway:1.0.4"
    }
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "drizzle-team/gateway:1.0.4",
      "source": {
        "image": "ghcr.io/drizzle-team/gateway:1.0.4"
      },
      "needs_volume": true,
      "volume_mount_path": "/app",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "drizzle-team/gateway:1.0.4",
      "description": "Provide a value for PORT.",
      "secret": false,
      "strategy": "default",
      "default": "4983"
    },
    {
      "key": "MASTERPASS",
      "service": "drizzle-team/gateway:1.0.4",
      "description": "This will be your Login Password.",
      "secret": false,
      "strategy": "ask_user"
    },
    {
      "key": "STORE_PATH",
      "service": "drizzle-team/gateway:1.0.4",
      "description": "Provide a value for STORE_PATH.",
      "secret": false,
      "strategy": "default",
      "default": "/app"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "drizzle"
      }
    },
    "cli": "railway deploy --template drizzle",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "ccb7a474-e15f-434f-8d9d-e71fb385b9f2",
            "serializedConfig": {
              "services": {
                "0f52b9e5-8f77-48dd-bfbd-7b05f6bb5644": {
                  "name": "drizzle-team/gateway:1.0.4",
                  "source": {
                    "image": "ghcr.io/drizzle-team/gateway:1.0.4"
                  },
                  "variables": {
                    "PORT": {
                      "defaultValue": "4983"
                    },
                    "MASTERPASS": {
                      "isOptional": false,
                      "description": "This will be your Login Password.",
                      "defaultValue": "{{MASTERPASS}}"
                    },
                    "STORE_PATH": {
                      "defaultValue": "/app"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {
                    "0f52b9e5-8f77-48dd-bfbd-7b05f6bb5644": {
                      "mountPath": "/app"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-22T22:14:50.114Z",
  "generator_version": "0.1.0"
}
