{
  "manifest_version": "1.0.0",
  "template": {
    "id": "26d7e1fc-705b-4634-8020-f558ea24ad75",
    "slug": "orchestrator",
    "name": "orchestrator",
    "description": "Orchestrator is a single-binary workflow orchestration tool.",
    "url": "https://railway.com/deploy/orchestrator",
    "upstream": {
      "image": "ghcr.io/webstonehq/orchestrator:latest"
    }
  },
  "services": [
    {
      "name": "orchestrator",
      "source": {
        "image": "ghcr.io/webstonehq/orchestrator:latest"
      },
      "needs_volume": true,
      "volume_mount_path": "/data",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "RAILWAY_RUN_UID",
      "service": "orchestrator",
      "description": "Set to 0.",
      "secret": false,
      "strategy": "default",
      "default": "0"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "orchestrator"
      }
    },
    "cli": "railway deploy --template orchestrator",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "26d7e1fc-705b-4634-8020-f558ea24ad75",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "65baebff-2426-4a41-8fc1-7d92dac9cbef": {
                  "icon": "https://raw.githubusercontent.com/webstonehq/orchestrator/refs/heads/main/ui/static/logo.svg",
                  "name": "orchestrator",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": "/api/health",
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "ghcr.io/webstonehq/orchestrator:latest"
                  },
                  "variables": {
                    "RAILWAY_RUN_UID": {
                      "isOptional": false,
                      "description": "Set to 0.",
                      "defaultValue": "0"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {
                    "65baebff-2426-4a41-8fc1-7d92dac9cbef": {
                      "mountPath": "/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {
    "healthcheck": {
      "service": "orchestrator",
      "method": "GET",
      "path": "/api/health",
      "expect_status": 200
    }
  },
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-10T16:14:52.212Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-09T02:30:07.184Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_512b93a8a5614781849a",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "healthcheck",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 40,
    "typical_build_seconds": 0,
    "typical_start_seconds": 0,
    "slowest_service": "orchestrator"
  }
}
