{
  "manifest_version": "1.0.0",
  "template": {
    "id": "5440990d-cdaf-480c-b8a0-f7e8cc788b9b",
    "slug": "openclaw-railway-o-1",
    "name": "OpenClaw Railway Optimized (ClawdBot)",
    "description": "The quickest, easiest, and cheapest way to host OpenClaw on Railway",
    "url": "https://railway.com/deploy/openclaw-railway-o-1",
    "upstream": {
      "image": "colemandunn/openclaw_railway_optimized"
    }
  },
  "services": [
    {
      "name": "OpenClaw",
      "source": {
        "image": "colemandunn/openclaw_railway_optimized"
      },
      "needs_volume": true,
      "volume_mount_path": "/data",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "SETUP_PASSWORD",
      "service": "OpenClaw",
      "description": "Password used to sign in to the proxy and access your OpenClaw instance. Copy it now or retrieve it later from your Railway service variables.",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "openclaw-railway-o-1"
      }
    },
    "cli": "railway deploy --template openclaw-railway-o-1",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "5440990d-cdaf-480c-b8a0-f7e8cc788b9b",
            "serializedConfig": {
              "services": {
                "9c1f9743-7186-46ae-9499-fdcede746e25": {
                  "icon": "https://openclaw.ai/favicon.svg",
                  "name": "OpenClaw",
                  "deploy": {
                    "cronSchedule": null,
                    "healthcheckPath": "/health"
                  },
                  "source": {
                    "image": "colemandunn/openclaw_railway_optimized"
                  },
                  "variables": {
                    "SETUP_PASSWORD": {
                      "isOptional": false,
                      "description": "Password used to sign in to the proxy and access your OpenClaw instance. Copy it now or retrieve it later from your Railway service variables.",
                      "defaultValue": "{{SETUP_PASSWORD}}"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:8080": {
                        "port": 8080
                      }
                    }
                  },
                  "volumeMounts": {
                    "9c1f9743-7186-46ae-9499-fdcede746e25": {
                      "mountPath": "/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {
    "healthcheck": {
      "service": "OpenClaw",
      "method": "GET",
      "path": "/health",
      "expect_status": 200
    }
  },
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-21T22:14:44.200Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-20T16:10:44.293Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_7db27193a5a14013a64a",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "healthcheck",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 80,
    "typical_build_seconds": 0,
    "typical_start_seconds": 10,
    "slowest_service": "OpenClaw"
  }
}
