{
  "manifest_version": "1.0.0",
  "template": {
    "id": "7b4e18ef-4ad3-470e-9370-e9fcf4fc50db",
    "slug": "openclaw-ai-agent",
    "name": "OpenClaw (Clawdbot) - Complete Setup 🦞",
    "description": "[Jul'26] OpenClaw AI Agent with web setup, dashboard, TUI & pairing 🤖",
    "url": "https://railway.com/deploy/openclaw-ai-agent",
    "upstream": {
      "repo_url": "https://github.com/praveen-ks-2001/openclaw-railway"
    }
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "OpenClaw",
      "source": {
        "repo": "https://github.com/praveen-ks-2001/openclaw-railway"
      },
      "needs_volume": true,
      "volume_mount_path": "/data",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "OpenClaw",
      "description": "Provide a value for PORT.",
      "secret": false,
      "strategy": "default",
      "default": "8080"
    },
    {
      "key": "RAILWAY_RUN_UID",
      "service": "OpenClaw",
      "description": "Provide a value for RAILWAY_RUN_UID.",
      "secret": false,
      "strategy": "default",
      "default": "0"
    },
    {
      "key": "OPENCLAW_VERSION",
      "service": "OpenClaw",
      "description": "Provide a value for OPENCLAW_VERSION.",
      "secret": false,
      "strategy": "default",
      "default": "latest"
    },
    {
      "key": "OPENCLAW_GATEWAY_TOKEN",
      "service": "OpenClaw",
      "description": "Provide a value for OPENCLAW_GATEWAY_TOKEN.",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "WRAPPER_ADMIN_PASSWORD",
      "service": "OpenClaw",
      "description": "Provide a value for WRAPPER_ADMIN_PASSWORD.",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "openclaw-ai-agent"
      }
    },
    "cli": "railway deploy --template openclaw-ai-agent",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "7b4e18ef-4ad3-470e-9370-e9fcf4fc50db",
            "serializedConfig": {
              "services": {
                "5f517a81-929a-4dfc-899d-283925f125de": {
                  "icon": "https://openclaw.ai/favicon.svg",
                  "name": "OpenClaw",
                  "source": {
                    "repo": "praveen-ks-2001/openclaw-railway",
                    "branch": null,
                    "rootDirectory": null
                  },
                  "variables": {
                    "PORT": {
                      "defaultValue": "8080"
                    },
                    "RAILWAY_RUN_UID": {
                      "defaultValue": "0"
                    },
                    "OPENCLAW_VERSION": {
                      "defaultValue": "latest"
                    },
                    "OPENCLAW_GATEWAY_TOKEN": {
                      "defaultValue": "{{OPENCLAW_GATEWAY_TOKEN}}"
                    },
                    "WRAPPER_ADMIN_PASSWORD": {
                      "defaultValue": "{{WRAPPER_ADMIN_PASSWORD}}"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:8080": {
                        "port": 8080
                      }
                    }
                  },
                  "volumeMounts": {
                    "5f517a81-929a-4dfc-899d-283925f125de": {
                      "mountPath": "/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-08T05:54:19.399Z",
  "generator_version": "0.1.0"
}
