{
  "manifest_version": "1.0.0",
  "template": {
    "id": "965f884a-d2c2-4f33-ad35-f07a8b1f4cd4",
    "slug": "holyclaude-workstation",
    "name": "HolyClaude Workstation",
    "description": "AI coding workstation: Claude Code, web UI, headless browser, 8 AI CLIs",
    "url": "https://railway.com/deploy/holyclaude-workstation",
    "upstream": {
      "repo_url": "https://github.com/RockinPaul/holyclaude_railway_template"
    }
  },
  "services": [
    {
      "name": "holyclaude",
      "source": {
        "repo": "https://github.com/RockinPaul/holyclaude_railway_template"
      },
      "needs_volume": true,
      "volume_mount_path": "/home/claude/.claude",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "holyclaude",
      "description": "Port the web UI listens on; Railway's healthcheck and the public domain both use it. Leave it as it is.",
      "secret": false,
      "strategy": "default",
      "default": "3001"
    },
    {
      "key": "CLOUDCLI_PASSWORD",
      "service": "holyclaude",
      "description": "Password for the web UI account 'admin', created on first boot. Generated for this deployment; read it from the service variables afterwards. Nothing to fill in.",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "holyclaude-workstation"
      }
    },
    "cli": "railway deploy --template holyclaude-workstation",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "965f884a-d2c2-4f33-ad35-f07a8b1f4cd4",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "71ee2b21-a6f5-4409-b4e6-bfc3da335e89": {
                  "icon": null,
                  "name": "holyclaude",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": "/",
                    "restartPolicyType": "ON_FAILURE",
                    "healthcheckTimeout": 600,
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "repo": "https://github.com/RockinPaul/holyclaude_railway_template",
                    "rootDirectory": null
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": false,
                      "description": "Port the web UI listens on; Railway's healthcheck and the public domain both use it. Leave it as it is.",
                      "defaultValue": "3001"
                    },
                    "ANTHROPIC_API_KEY": {
                      "isOptional": true,
                      "description": "Optional. Use an Anthropic API key instead of signing in to your Claude subscription from the web UI.",
                      "defaultValue": ""
                    },
                    "CLOUDCLI_PASSWORD": {
                      "isOptional": false,
                      "description": "Password for the web UI account 'admin', created on first boot. Generated for this deployment; read it from the service variables afterwards. Nothing to fill in.",
                      "defaultValue": "{{CLOUDCLI_PASSWORD}}"
                    },
                    "CLAUDE_CODE_OAUTH_TOKEN": {
                      "isOptional": true,
                      "description": "Optional. Token from `claude setup-token` on your own machine, for Pro/Max plans.",
                      "defaultValue": ""
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:3001": {
                        "port": 3001
                      }
                    }
                  },
                  "volumeMounts": {
                    "71ee2b21-a6f5-4409-b4e6-bfc3da335e89": {
                      "sizeMB": 5120,
                      "mountPath": "/home/claude/.claude"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {
    "healthcheck": {
      "service": "holyclaude",
      "method": "GET",
      "path": "/",
      "expect_status": 200
    }
  },
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-15T16:14:47.755Z",
  "generator_version": "0.1.0",
  "status": "degraded",
  "validated_at": "2026-09-15T13:23:11.714Z",
  "success_rate_30d": 0,
  "validation": {
    "last_run_id": "run_a96ccf3119fa434a8485",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": false,
        "detail": "DEPLOYING"
      }
    ]
  }
}
