{
  "manifest_version": "1.0.0",
  "template": {
    "id": "db14b675-fbe3-482b-ae63-2cc87a62a39c",
    "slug": "cloudbeaver",
    "name": "CloudBeaver",
    "description": "Web-based client & management tool for databases",
    "url": "https://railway.com/deploy/cloudbeaver",
    "upstream": {
      "image": "dbeaver/cloudbeaver"
    }
  },
  "services": [
    {
      "name": "CloudBeaver",
      "source": {
        "image": "dbeaver/cloudbeaver"
      },
      "needs_volume": true,
      "volume_mount_path": "/opt/cloudbeaver/workspace",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "CloudBeaver",
      "description": "Provide a value for PORT.",
      "secret": false,
      "strategy": "default",
      "default": "8978"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "cloudbeaver"
      }
    },
    "cli": "railway deploy --template cloudbeaver",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "db14b675-fbe3-482b-ae63-2cc87a62a39c",
            "serializedConfig": {
              "services": {
                "8bbf3154-b30e-409f-aea6-50c561c3801f": {
                  "icon": "https://dbeaver.com/docs/cloudbeaver/images/cloudbeaver-head.png",
                  "name": "CloudBeaver",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null
                  },
                  "source": {
                    "image": "dbeaver/cloudbeaver"
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "8978"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {
                    "8bbf3154-b30e-409f-aea6-50c561c3801f": {
                      "mountPath": "/opt/cloudbeaver/workspace"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-20T10:14:37.339Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-18T20:25:52.046Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_51388cf206b64b19b98e",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 62,
    "typical_build_seconds": 0,
    "typical_start_seconds": 4,
    "slowest_service": "CloudBeaver"
  }
}
