{
  "manifest_version": "1.0.0",
  "template": {
    "id": "9e503096-5e51-4633-90ce-88a7664c01be",
    "slug": "JL9J05",
    "name": "SpacetimeDB",
    "description": "Highly performant realtime database designed primarily for MMO-RPGs.",
    "url": "https://railway.com/deploy/JL9J05",
    "upstream": {
      "image": "clockworklabs/spacetimedb"
    }
  },
  "services": [
    {
      "name": "SpacetimeDB",
      "source": {
        "image": "clockworklabs/spacetimedb"
      },
      "needs_volume": true,
      "volume_mount_path": "/stdb/data",
      "tcp_ports": [
        3000
      ],
      "http": false
    }
  ],
  "required_inputs": [],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "JL9J05"
      }
    },
    "cli": "railway deploy --template JL9J05",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "9e503096-5e51-4633-90ce-88a7664c01be",
            "serializedConfig": {
              "services": {
                "b4eb2a10-661c-433d-b9e9-2fae64f1bb5e": {
                  "icon": "https://raw.githubusercontent.com/clockworklabs/SpacetimeDB/refs/heads/master/images/dark/logo.svg",
                  "name": "SpacetimeDB",
                  "source": {
                    "image": "clockworklabs/spacetimedb"
                  },
                  "networking": {
                    "tcpProxies": {
                      "3000": {}
                    }
                  },
                  "volumeMounts": {
                    "b4eb2a10-661c-433d-b9e9-2fae64f1bb5e": {
                      "mountPath": "/stdb/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-21T22:14:44.200Z",
  "generator_version": "0.1.0",
  "status": "degraded",
  "validated_at": "2026-09-21T09:08:27.641Z",
  "success_rate_30d": 0,
  "validation": {
    "last_run_id": "run_adf9f50d10434e11ad02",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": false,
        "detail": "FAILED"
      }
    ]
  }
}
