{
  "manifest_version": "1.0.0",
  "template": {
    "id": "378e35ce-72f5-4e2a-bba4-9999661355f9",
    "slug": "claw-relay",
    "name": "Claw-Relay",
    "description": "Secure browser relay for AI agents. Token auth, permissions, audit logs.",
    "url": "https://railway.com/deploy/claw-relay",
    "upstream": {
      "repo_url": "https://github.com/AndreaGriffiths11/claw-relay"
    }
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "claw-relay",
      "source": {
        "repo": "https://github.com/AndreaGriffiths11/claw-relay"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "claw-relay",
      "description": "Relay WebSocket port",
      "secret": false,
      "strategy": "default",
      "default": "9333"
    },
    {
      "key": "GENT_TOKEN",
      "service": "claw-relay",
      "description": "gent auth token. Auto-generated on first deploy if empty.",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "ADMIN_TOKEN",
      "service": "claw-relay",
      "description": "ashboard admin token. Auto-generated on first deploy if empty.",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "DASHBOARD_PORT",
      "service": "claw-relay",
      "description": "Dashboard UI port",
      "secret": false,
      "strategy": "default",
      "default": "9334"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "claw-relay"
      }
    },
    "cli": "railway deploy --template claw-relay",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "378e35ce-72f5-4e2a-bba4-9999661355f9",
            "serializedConfig": {
              "services": {
                "96da3adf-46a2-48dc-b1ed-285caba3342b": {
                  "icon": "https://raw.githubusercontent.com/AndreaGriffiths11/claw-relay/main/assets/logo.png",
                  "name": "claw-relay",
                  "deploy": {
                    "healthcheckPath": "/health"
                  },
                  "source": {
                    "repo": "AndreaGriffiths11/claw-relay",
                    "branch": null,
                    "rootDirectory": null
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": false,
                      "description": "Relay WebSocket port",
                      "defaultValue": "9333"
                    },
                    "GENT_TOKEN": {
                      "isOptional": false,
                      "description": "gent auth token. Auto-generated on first deploy if empty.",
                      "defaultValue": "{{GENT_TOKEN}}"
                    },
                    "ADMIN_TOKEN": {
                      "isOptional": false,
                      "description": "ashboard admin token. Auto-generated on first deploy if empty.",
                      "defaultValue": "{{ADMIN_TOKEN}}"
                    },
                    "DASHBOARD_PORT": {
                      "isOptional": false,
                      "description": "Dashboard UI port",
                      "defaultValue": "9334"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:9333": {
                        "port": 9333
                      }
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {
    "healthcheck": {
      "service": "claw-relay",
      "method": "GET",
      "path": "/health",
      "expect_status": 200
    }
  },
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-06T05:54:15.658Z",
  "generator_version": "0.1.0"
}
