{
  "manifest_version": "1.0.0",
  "template": {
    "id": "12bc08fb-5a3f-481a-88ae-3c7ebf7ddf49",
    "slug": "openclaw-ai-assistant-with-easy-install-",
    "name": "OpenClaw - AI Assistant with Easy Install and Config",
    "description": "Deploy OpenClaw AI coding assistant with one click. Web-based setup, no cmd",
    "url": "https://railway.com/deploy/openclaw-ai-assistant-with-easy-install-",
    "upstream": {
      "repo_url": "https://github.com/derekcheungsa/openclaw-railway-template-easy-config"
    }
  },
  "services": [
    {
      "name": "openclaw-railway-template-easy-config",
      "source": {
        "repo": "https://github.com/derekcheungsa/openclaw-railway-template-easy-config"
      },
      "needs_volume": true,
      "volume_mount_path": "/data",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "SETUP_PASSWORD",
      "service": "openclaw-railway-template-easy-config",
      "description": "Setup password",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "openclaw-ai-assistant-with-easy-install-"
      }
    },
    "cli": "railway deploy --template openclaw-ai-assistant-with-easy-install-",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "12bc08fb-5a3f-481a-88ae-3c7ebf7ddf49",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "f1a89718-5354-4b77-9dc2-6fc1ddbd293d": {
                  "icon": "https://openclaw.ai/favicon.svg",
                  "name": "openclaw-railway-template-easy-config",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": "/setup/healthz ",
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "repo": "derekcheungsa/openclaw-railway-template-easy-config",
                    "branch": null,
                    "rootDirectory": null
                  },
                  "variables": {
                    "SETUP_PASSWORD": {
                      "isOptional": false,
                      "description": "Setup password",
                      "defaultValue": "{{SETUP_PASSWORD}}"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {
                    "f1a89718-5354-4b77-9dc2-6fc1ddbd293d": {
                      "mountPath": "/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {
    "healthcheck": {
      "service": "openclaw-railway-template-easy-config",
      "method": "GET",
      "path": "/setup/healthz ",
      "expect_status": 200
    }
  },
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-21T22:14:44.200Z",
  "generator_version": "0.1.0",
  "status": "degraded",
  "validated_at": "2026-09-20T21:30:28.985Z",
  "success_rate_30d": 0,
  "validation": {
    "last_run_id": "run_f8f4c17538d84921aca9",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": false,
        "detail": "FAILED"
      }
    ]
  }
}
