{
  "manifest_version": "1.0.0",
  "template": {
    "id": "ad28f943-48a7-4236-bf62-b9713392d889",
    "slug": "spacebot-slim",
    "name": "Spacebot (Slim)",
    "description": "An AI agent for teams, communities, and multi-user environments.",
    "url": "https://railway.com/deploy/spacebot-slim",
    "upstream": {
      "image": "ghcr.io/spacedriveapp/spacebot:slim"
    }
  },
  "services": [
    {
      "name": "Spacebot",
      "source": {
        "image": "ghcr.io/spacedriveapp/spacebot:slim"
      },
      "needs_volume": true,
      "volume_mount_path": "/data",
      "http": true
    }
  ],
  "required_inputs": [],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "spacebot-slim"
      }
    },
    "cli": "railway deploy --template spacebot-slim",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "ad28f943-48a7-4236-bf62-b9713392d889",
            "serializedConfig": {
              "services": {
                "3c29606a-9a53-406a-8901-83b41dd1d35b": {
                  "name": "Spacebot",
                  "source": {
                    "image": "ghcr.io/spacedriveapp/spacebot:slim"
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:19898": {
                        "port": 19898
                      }
                    }
                  },
                  "volumeMounts": {
                    "3c29606a-9a53-406a-8901-83b41dd1d35b": {
                      "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-20T19:11:34.389Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_6d6e7d426d4347dd9a25",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 58,
    "typical_build_seconds": 0,
    "typical_start_seconds": 1,
    "slowest_service": "Spacebot"
  }
}
