{
  "manifest_version": "1.0.0",
  "template": {
    "id": "a822412b-815d-4475-ac95-cb88f369e0af",
    "slug": "vast-bold",
    "name": "vast-bold",
    "description": "OpenClaw-only instance for Lumina warm pool provisioning",
    "url": "https://railway.com/deploy/vast-bold",
    "upstream": {
      "repo_url": "https://github.com/austinmao/openclaw"
    }
  },
  "services": [
    {
      "name": "openclaw",
      "source": {
        "repo": "https://github.com/austinmao/openclaw"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "ANTHROPIC_API_KEY",
      "service": "openclaw",
      "description": "Your Anthropic API key for the LLM brain",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "vast-bold"
      }
    },
    "cli": "railway deploy --template vast-bold",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "a822412b-815d-4475-ac95-cb88f369e0af",
            "serializedConfig": {
              "services": {
                "e7935607-7bdb-4752-8ff9-0e81412cd599": {
                  "name": "openclaw",
                  "source": {
                    "repo": "austinmao/openclaw",
                    "branch": null,
                    "rootDirectory": null
                  },
                  "variables": {
                    "ANTHROPIC_API_KEY": {
                      "isOptional": false,
                      "description": "Your Anthropic API key for the LLM brain",
                      "defaultValue": "{{ANTHROPIC_API_KEY}}"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:18789": {
                        "port": 18789
                      }
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-20T10:14:37.339Z",
  "generator_version": "0.1.0",
  "status": "degraded",
  "validated_at": "2026-09-20T15:30:29.275Z",
  "success_rate_30d": 0,
  "validation": {
    "last_run_id": "run_fd8955038b724ed8809f",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": false,
        "detail": "FAILED"
      }
    ]
  }
}
