{
  "manifest_version": "1.0.0",
  "template": {
    "id": "dab7a798-53d2-4b35-8ecb-9718a8bfe43b",
    "slug": "zeroclaw-docker",
    "name": "zeroclaw-docker",
    "description": "Deploy and Host zeroclaw-docker with Railway",
    "url": "https://railway.com/deploy/zeroclaw-docker",
    "upstream": {
      "image": "ghcr.io/zeroclaw-labs/zeroclaw:latest"
    }
  },
  "services": [
    {
      "name": "zeroclaw",
      "source": {
        "image": "ghcr.io/zeroclaw-labs/zeroclaw:latest"
      },
      "needs_volume": true,
      "volume_mount_path": "/zeroclaw-data",
      "http": false
    }
  ],
  "required_inputs": [
    {
      "key": "API_KEY",
      "service": "zeroclaw",
      "description": "Provide a value for API_KEY.",
      "secret": true,
      "strategy": "default",
      "default": "${API_KEY:-}"
    },
    {
      "key": "PROVIDER",
      "service": "zeroclaw",
      "description": "Provide a value for PROVIDER.",
      "secret": false,
      "strategy": "default",
      "default": "${PROVIDER:-openrouter}"
    },
    {
      "key": "ZEROCLAW_GATEWAY_PORT",
      "service": "zeroclaw",
      "description": "Provide a value for ZEROCLAW_GATEWAY_PORT.",
      "secret": false,
      "strategy": "default",
      "default": "${ZEROCLAW_GATEWAY_PORT:-42617}"
    },
    {
      "key": "ZEROCLAW_ALLOW_PUBLIC_BIND",
      "service": "zeroclaw",
      "description": "Provide a value for ZEROCLAW_ALLOW_PUBLIC_BIND.",
      "secret": false,
      "strategy": "default",
      "default": "true"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "zeroclaw-docker"
      }
    },
    "cli": "railway deploy --template zeroclaw-docker",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "dab7a798-53d2-4b35-8ecb-9718a8bfe43b",
            "serializedConfig": {
              "services": {
                "b32bc439-1332-4737-8902-ee2d4b7de61f": {
                  "name": "zeroclaw",
                  "source": {
                    "image": "ghcr.io/zeroclaw-labs/zeroclaw:latest"
                  },
                  "variables": {
                    "API_KEY": {
                      "defaultValue": "${API_KEY:-}"
                    },
                    "PROVIDER": {
                      "defaultValue": "${PROVIDER:-openrouter}"
                    },
                    "ZEROCLAW_GATEWAY_PORT": {
                      "defaultValue": "${ZEROCLAW_GATEWAY_PORT:-42617}"
                    },
                    "ZEROCLAW_ALLOW_PUBLIC_BIND": {
                      "defaultValue": "true"
                    }
                  },
                  "volumeMounts": {
                    "b32bc439-1332-4737-8902-ee2d4b7de61f": {
                      "mountPath": "/zeroclaw-data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-20T22:14:37.505Z",
  "generator_version": "0.1.0",
  "status": "degraded",
  "validated_at": "2026-09-20T18:51:08.744Z",
  "success_rate_30d": 0,
  "validation": {
    "last_run_id": "run_98c17196b1604833bf6c",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": false,
        "detail": "CRASHED"
      }
    ]
  }
}
