{
  "manifest_version": "1.0.0",
  "template": {
    "id": "241ed09b-dcc9-4047-a8da-15814141e5b5",
    "slug": "spacebot",
    "name": "Spacebot",
    "description": "An AI agent for teams, communities, and multi-user environments.",
    "url": "https://railway.com/deploy/spacebot",
    "upstream": {
      "image": "ghcr.io/spacedriveapp/spacebot:latest"
    }
  },
  "services": [
    {
      "name": "Spacebot",
      "source": {
        "image": "ghcr.io/spacedriveapp/spacebot:latest"
      },
      "needs_volume": true,
      "volume_mount_path": "/data",
      "http": true
    }
  ],
  "required_inputs": [],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "spacebot"
      }
    },
    "cli": "railway deploy --template spacebot",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "241ed09b-dcc9-4047-a8da-15814141e5b5",
            "serializedConfig": {
              "services": {
                "5baeca79-f6d7-488b-8887-c9afed23d163": {
                  "name": "Spacebot",
                  "source": {
                    "image": "ghcr.io/spacedriveapp/spacebot:latest"
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:19898": {
                        "port": 19898
                      }
                    }
                  },
                  "volumeMounts": {
                    "5baeca79-f6d7-488b-8887-c9afed23d163": {
                      "mountPath": "/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-20T16:14:49.616Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-18T11:18:22.871Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_020fb02800b64179be91",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 67,
    "typical_build_seconds": 0,
    "typical_start_seconds": 0,
    "slowest_service": "Spacebot"
  }
}
