{
  "manifest_version": "1.0.0",
  "template": {
    "id": "2ecb81a9-1d4b-4bfe-8d0e-baaed264871a",
    "slug": "openclaw-updated-jul-26",
    "name": "OpenClaw [Updated Sep '26]",
    "description": "OpenClaw [Sep '26] (Self-Hosted AI Assistant & Multi-Channel Bot) Self Host",
    "url": "https://railway.com/deploy/openclaw-updated-jul-26",
    "upstream": {
      "repo_url": "https://github.com/shruti060701/openclaw-railway"
    }
  },
  "services": [
    {
      "name": "openclaw-railway",
      "source": {
        "repo": "https://github.com/shruti060701/openclaw-railway"
      },
      "needs_volume": true,
      "volume_mount_path": "/home/node/.openclaw",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "TZ",
      "service": "openclaw-railway",
      "description": "Timezone for the gateway (e.g., UTC, America/New_York).",
      "secret": false,
      "strategy": "default",
      "default": "UTC"
    },
    {
      "key": "PORT",
      "service": "openclaw-railway",
      "description": "The public port the wrapper listens on; Railway routes your domain to this.",
      "secret": false,
      "strategy": "default",
      "default": "18789"
    },
    {
      "key": "SETUP_PASSWORD",
      "service": "openclaw-railway",
      "description": "Password protecting the /setup page, where you approve new device pairing requests.",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    },
    {
      "key": "OPENCLAW_GATEWAY_TOKEN",
      "service": "openclaw-railway",
      "description": "Authentication token for the gateway API (auto-generated on first startup — paste this into the Control UI's \"Gateway Token\" field to connect).",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "OPENCLAW_DISABLE_BONJOUR",
      "service": "openclaw-railway",
      "description": "Disables Bonjour/mDNS device discovery, which doesn't work inside a container.",
      "secret": false,
      "strategy": "default",
      "default": "1"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "openclaw-updated-jul-26"
      }
    },
    "cli": "railway deploy --template openclaw-updated-jul-26",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "2ecb81a9-1d4b-4bfe-8d0e-baaed264871a",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "a6e8c6e9-5a37-4679-b260-49962eb587f6": {
                  "icon": "https://openclaw.ai/favicon.svg",
                  "name": "openclaw-railway",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": "/healthz",
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "repo": "https://github.com/shruti060701/openclaw-railway",
                    "rootDirectory": null
                  },
                  "variables": {
                    "TZ": {
                      "isOptional": false,
                      "description": "Timezone for the gateway (e.g., UTC, America/New_York).",
                      "defaultValue": "UTC"
                    },
                    "PORT": {
                      "isOptional": false,
                      "description": "The public port the wrapper listens on; Railway routes your domain to this.",
                      "defaultValue": "18789"
                    },
                    "SETUP_PASSWORD": {
                      "isOptional": false,
                      "description": "Password protecting the /setup page, where you approve new device pairing requests.",
                      "defaultValue": "{{SETUP_PASSWORD}}"
                    },
                    "OPENCLAW_GATEWAY_TOKEN": {
                      "isOptional": false,
                      "description": "Authentication token for the gateway API (auto-generated on first startup — paste this into the Control UI's \"Gateway Token\" field to connect).",
                      "defaultValue": "{{OPENCLAW_GATEWAY_TOKEN}}"
                    },
                    "OPENCLAW_DISABLE_BONJOUR": {
                      "isOptional": false,
                      "description": "Disables Bonjour/mDNS device discovery, which doesn't work inside a container.",
                      "defaultValue": "1"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {
                    "a6e8c6e9-5a37-4679-b260-49962eb587f6": {
                      "mountPath": "/home/node/.openclaw"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {
    "healthcheck": {
      "service": "openclaw-railway",
      "method": "GET",
      "path": "/healthz",
      "expect_status": 200
    }
  },
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-22T22:14:50.114Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-22T16:14:42.155Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_70332dd720d34da08ce2",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "healthcheck",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 224,
    "typical_build_seconds": 102,
    "typical_start_seconds": 50,
    "slowest_service": "openclaw-railway"
  }
}
