{
  "manifest_version": "1.0.0",
  "template": {
    "id": "06430e50-d1b3-4439-b4bc-74acdbba972d",
    "slug": "orca",
    "name": "orca",
    "description": "Remote Orca server: an agent development environment you pair devices to",
    "url": "https://railway.com/deploy/orca",
    "upstream": {
      "repo_url": "https://github.com/RockinPaul/orca_railway_template"
    }
  },
  "services": [
    {
      "name": "orca",
      "source": {
        "repo": "https://github.com/RockinPaul/orca_railway_template"
      },
      "needs_volume": true,
      "volume_mount_path": "/data",
      "http": true
    }
  ],
  "required_inputs": [],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "orca"
      }
    },
    "cli": "railway deploy --template orca",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "06430e50-d1b3-4439-b4bc-74acdbba972d",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "ba985ed4-907c-4bab-9b54-5df20bb61e95": {
                  "icon": null,
                  "name": "orca",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": "/",
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "repo": "https://github.com/RockinPaul/orca_railway_template",
                    "rootDirectory": null
                  },
                  "variables": {},
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:8080": {
                        "port": 8080
                      }
                    }
                  },
                  "volumeMounts": {
                    "ba985ed4-907c-4bab-9b54-5df20bb61e95": {
                      "sizeMB": 5120,
                      "mountPath": "/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {
    "healthcheck": {
      "service": "orca",
      "method": "GET",
      "path": "/",
      "expect_status": 200
    }
  },
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-15T10:14:39.124Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-15T08:52:00.493Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_00e151db916041eeabca",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "healthcheck",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 142,
    "typical_build_seconds": 115,
    "typical_start_seconds": 10,
    "slowest_service": "orca"
  }
}
