{
  "manifest_version": "1.0.0",
  "template": {
    "id": "4b9f8b67-1019-4118-b08e-635c5b783c0f",
    "slug": "zeroclaw-railway-template",
    "name": "zeroclaw-railway-template",
    "description": "Deploy zeroclaw with 1 click",
    "url": "https://railway.com/deploy/zeroclaw-railway-template",
    "upstream": {
      "repo_url": "https://github.com/2manslkh/zeroclaw"
    }
  },
  "services": [
    {
      "name": "zeroclaw",
      "source": {
        "repo": "https://github.com/2manslkh/zeroclaw"
      },
      "needs_volume": true,
      "volume_mount_path": "/data",
      "http": false
    }
  ],
  "required_inputs": [],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "zeroclaw-railway-template"
      }
    },
    "cli": "railway deploy --template zeroclaw-railway-template",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "4b9f8b67-1019-4118-b08e-635c5b783c0f",
            "serializedConfig": {
              "services": {
                "03993a3b-4747-4cfe-8086-3d5820a1ae7e": {
                  "icon": "https://github.com/2manslkh/zeroclaw/blob/main/zeroclaw.png",
                  "name": "zeroclaw",
                  "source": {
                    "repo": "2manslkh/zeroclaw",
                    "branch": null,
                    "rootDirectory": null
                  },
                  "volumeMounts": {
                    "03993a3b-4747-4cfe-8086-3d5820a1ae7e": {
                      "mountPath": "/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-14T04:14:36.069Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-13T20:02:10.219Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_0ed11c72d882453abac8",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 287,
    "typical_build_seconds": 248,
    "typical_start_seconds": 10,
    "slowest_service": "zeroclaw"
  }
}
