{
  "manifest_version": "1.0.0",
  "template": {
    "id": "3e1d0cd9-faa1-4efa-aaf8-7ad3a9f5271d",
    "slug": "openclaw-workshop",
    "name": "openclaw-workshop",
    "description": "openclaw workshop template",
    "url": "https://railway.com/deploy/openclaw-workshop",
    "upstream": {
      "repo_url": "https://github.com/zeroexcore/openclaw-railway"
    }
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "openclaw-railway",
      "source": {
        "repo": "https://github.com/zeroexcore/openclaw-railway"
      },
      "needs_volume": true,
      "volume_mount_path": "/data",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PROXY_PASS",
      "service": "openclaw-railway",
      "description": "Provide a value for PROXY_PASS.",
      "secret": false,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "PROXY_USER",
      "service": "openclaw-railway",
      "description": "Provide a value for PROXY_USER.",
      "secret": false,
      "strategy": "default",
      "default": "openclaw"
    },
    {
      "key": "OPENCODE_API_KEY",
      "service": "openclaw-railway",
      "description": "Get free api key on https://opencode.ai/zen",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "TELEGRAM_BOT_TOKEN",
      "service": "openclaw-railway",
      "description": "Telegram bot token from https://t.me/BotFather",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "TELEGRAM_ALLOW_FROM",
      "service": "openclaw-railway",
      "description": "Telegram user ID to pre-approve (get from https://t.me/getmyid_bot)",
      "secret": false,
      "strategy": "ask_user"
    },
    {
      "key": "OPENCLAW_GATEWAY_TOKEN",
      "service": "openclaw-railway",
      "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-workshop"
      }
    },
    "cli": "railway deploy --template openclaw-workshop",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "3e1d0cd9-faa1-4efa-aaf8-7ad3a9f5271d",
            "serializedConfig": {
              "services": {
                "31934b83-6111-4459-b067-807639efd026": {
                  "name": "openclaw-railway",
                  "deploy": {
                    "healthcheckPath": "/health"
                  },
                  "source": {
                    "repo": "zeroexcore/openclaw-railway",
                    "branch": null,
                    "rootDirectory": null
                  },
                  "variables": {
                    "PROXY_PASS": {
                      "defaultValue": "{{PROXY_PASS}}"
                    },
                    "PROXY_USER": {
                      "defaultValue": "openclaw"
                    },
                    "OPENCODE_API_KEY": {
                      "description": "Get free api key on https://opencode.ai/zen",
                      "defaultValue": "{{OPENCODE_API_KEY}}"
                    },
                    "TELEGRAM_BOT_TOKEN": {
                      "isOptional": false,
                      "description": "Telegram bot token from https://t.me/BotFather",
                      "defaultValue": "{{TELEGRAM_BOT_TOKEN}}"
                    },
                    "TELEGRAM_ALLOW_FROM": {
                      "isOptional": false,
                      "description": "Telegram user ID to pre-approve (get from https://t.me/getmyid_bot)",
                      "defaultValue": "{{TELEGRAM_ALLOW_FROM}}"
                    },
                    "OPENCLAW_GATEWAY_TOKEN": {
                      "defaultValue": "{{OPENCLAW_GATEWAY_TOKEN}}"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:8080": {
                        "port": 8080
                      }
                    }
                  },
                  "volumeMounts": {
                    "31934b83-6111-4459-b067-807639efd026": {
                      "mountPath": "/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {
    "healthcheck": {
      "service": "openclaw-railway",
      "method": "GET",
      "path": "/health",
      "expect_status": 200
    }
  },
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-20T10:14:37.339Z",
  "generator_version": "0.1.0"
}
