{
  "manifest_version": "1.0.0",
  "template": {
    "id": "8229a738-6b5c-420a-8f88-f2dfe1831f66",
    "slug": "orca-ade",
    "name": "Orca ADE",
    "description": "Orca ADE server: run Claude Code, Codex and more in parallel worktrees",
    "url": "https://railway.com/deploy/orca-ade",
    "upstream": {
      "image": "ghcr.io/hmseeb/orca-railway:1.4.210"
    }
  },
  "services": [
    {
      "name": "orca",
      "source": {
        "image": "ghcr.io/hmseeb/orca-railway:1.4.210"
      },
      "needs_volume": true,
      "volume_mount_path": "/data",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "orca",
      "description": "Port orca serve listens on. Matches the public domain's target port.",
      "secret": false,
      "strategy": "default",
      "default": "6768"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "orca-ade"
      }
    },
    "cli": "railway deploy --template orca-ade",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "8229a738-6b5c-420a-8f88-f2dfe1831f66",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "9a0af3ad-15c6-4a55-ae7e-c9d7756401ea": {
                  "icon": null,
                  "name": "orca",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": "/",
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "ghcr.io/hmseeb/orca-railway:1.4.210"
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": false,
                      "description": "Port orca serve listens on. Matches the public domain's target port.",
                      "defaultValue": "6768"
                    },
                    "ORCA_PAIRING_ADDRESS": {
                      "isOptional": true,
                      "description": "Optional. Address clients dial. Leave empty to use this service's Railway domain; set it only when you attach a custom domain, e.g. https://orca.example.com",
                      "defaultValue": ""
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:6768": {
                        "port": 6768
                      }
                    }
                  },
                  "volumeMounts": {
                    "9a0af3ad-15c6-4a55-ae7e-c9d7756401ea": {
                      "mountPath": "/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {
    "healthcheck": {
      "service": "orca",
      "method": "GET",
      "path": "/",
      "expect_status": 200
    }
  },
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-24T22:14:48.880Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-24T21:13:12.118Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_35f2e99def6a42d09a1d",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "healthcheck",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 37,
    "typical_build_seconds": 0,
    "typical_start_seconds": 20,
    "slowest_service": "orca"
  }
}
