{
  "manifest_version": "1.0.0",
  "template": {
    "id": "98a7b0bc-8eb8-4867-93f5-f41843842f4f",
    "slug": "openclaw-fast-start",
    "name": "AlphaClaw Quick Start",
    "description": "The ultimate OpenClaw harness. Deploy in minutes, up for months.",
    "url": "https://railway.com/deploy/openclaw-fast-start",
    "upstream": {
      "repo_url": "https://github.com/chrysb/openclaw-railway-template"
    }
  },
  "services": [
    {
      "name": "openclaw-railway-template",
      "source": {
        "repo": "https://github.com/chrysb/openclaw-railway-template"
      },
      "needs_volume": true,
      "volume_mount_path": "/data",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "openclaw-railway-template",
      "description": "Provide a value for PORT.",
      "secret": false,
      "strategy": "default",
      "default": "3000"
    },
    {
      "key": "WEBHOOK_TOKEN",
      "service": "openclaw-railway-template",
      "description": "Provide a value for WEBHOOK_TOKEN.",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "SETUP_PASSWORD",
      "service": "openclaw-railway-template",
      "description": "Provide a value for SETUP_PASSWORD.",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    },
    {
      "key": "OPENCLAW_GATEWAY_TOKEN",
      "service": "openclaw-railway-template",
      "description": "Provide a value for OPENCLAW_GATEWAY_TOKEN.",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "openclaw-fast-start"
      }
    },
    "cli": "railway deploy --template openclaw-fast-start",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "98a7b0bc-8eb8-4867-93f5-f41843842f4f",
            "serializedConfig": {
              "services": {
                "5f67ff0a-eac0-460d-a7cf-8d134d2a6e53": {
                  "name": "openclaw-railway-template",
                  "deploy": {
                    "healthcheckPath": "/health"
                  },
                  "source": {
                    "repo": "chrysb/openclaw-railway-template",
                    "branch": null,
                    "rootDirectory": null
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "3000"
                    },
                    "WEBHOOK_TOKEN": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "{{WEBHOOK_TOKEN}}"
                    },
                    "SETUP_PASSWORD": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "{{SETUP_PASSWORD}}"
                    },
                    "OPENCLAW_GATEWAY_TOKEN": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "{{OPENCLAW_GATEWAY_TOKEN}}"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:3000": {
                        "port": 3000
                      }
                    }
                  },
                  "volumeMounts": {
                    "5f67ff0a-eac0-460d-a7cf-8d134d2a6e53": {
                      "mountPath": "/data",
                      "backupSchedules": [
                        "DAILY"
                      ]
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {
    "healthcheck": {
      "service": "openclaw-railway-template",
      "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-20T19:47:07.103Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_35b7a025729c4f159c9d",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "healthcheck",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 113,
    "typical_build_seconds": 65,
    "typical_start_seconds": 11,
    "slowest_service": "openclaw-railway-template"
  }
}
