{
  "manifest_version": "1.0.0",
  "template": {
    "id": "f47684e2-3daf-434a-9b08-af2cb6a686a0",
    "slug": "wbo",
    "name": "WBO - White Board Online",
    "description": "WBO is a free and open-source online collaborative whiteboard",
    "url": "https://railway.com/deploy/wbo",
    "upstream": {
      "image": "lovasoa/wbo"
    }
  },
  "services": [
    {
      "name": "WBO",
      "source": {
        "image": "lovasoa/wbo"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "wbo"
      }
    },
    "cli": "railway deploy --template wbo",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "f47684e2-3daf-434a-9b08-af2cb6a686a0",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "4740470e-051d-45c0-989c-1fc026723d8e": {
                  "icon": null,
                  "name": "WBO",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null,
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "lovasoa/wbo"
                  },
                  "variables": {},
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-21T22:14:44.200Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-20T23:43:11.085Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_6058e9ffa5534ad69ae7",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 69,
    "typical_build_seconds": 0,
    "typical_start_seconds": 0,
    "slowest_service": "WBO"
  }
}
