{
  "manifest_version": "1.0.0",
  "template": {
    "id": "cf22b748-bd94-4101-92e0-2b40ca483c81",
    "slug": "coshell",
    "name": "Coshell",
    "description": "Multiplayer AI coding workspace where your team and AI agents work together",
    "url": "https://railway.com/deploy/coshell",
    "upstream": {
      "repo_url": "https://github.com/shelltabhq/coshell-deploy"
    }
  },
  "services": [
    {
      "name": "coshell-deploy",
      "source": {
        "repo": "https://github.com/shelltabhq/coshell-deploy"
      },
      "needs_volume": true,
      "volume_mount_path": "/data",
      "http": false
    }
  ],
  "required_inputs": [
    {
      "key": "COSHELL_ENROLL_TOKEN",
      "service": "coshell-deploy",
      "description": "Paste the enrollment token from your Coshell dashboard",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "coshell"
      }
    },
    "cli": "railway deploy --template coshell",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "cf22b748-bd94-4101-92e0-2b40ca483c81",
            "serializedConfig": {
              "services": {
                "3cf69f8c-5979-4a74-9480-d39782c1ad7f": {
                  "icon": "https://coshell.ai/coshell-512.png",
                  "name": "coshell-deploy",
                  "deploy": {
                    "restartPolicyType": "ALWAYS"
                  },
                  "source": {
                    "repo": "shelltabhq/coshell-deploy",
                    "branch": null,
                    "rootDirectory": null
                  },
                  "variables": {
                    "COSHELL_DRIVE_NAME": {
                      "isOptional": true,
                      "description": "optional, display name only",
                      "defaultValue": ""
                    },
                    "COSHELL_ENROLL_TOKEN": {
                      "isOptional": false,
                      "description": "Paste the enrollment token from your Coshell dashboard",
                      "defaultValue": "{{COSHELL_ENROLL_TOKEN}}"
                    }
                  },
                  "volumeMounts": {
                    "3cf69f8c-5979-4a74-9480-d39782c1ad7f": {
                      "mountPath": "/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-10T16:14:52.212Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-08T19:41:54.318Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_d56bb58c87af42feafe7",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 136,
    "typical_build_seconds": 71,
    "typical_start_seconds": 10,
    "slowest_service": "coshell-deploy"
  }
}
