{
  "name": "codex-api-server",
  "database": "postgresql",
  "isolation": "schema-per-tenant",
  "endpoints": [
    "/health",
    "/admin/tenants",
    "/t/:tenantSlug/api/status",
    "/t/:tenantSlug/api/calls",
    "/t/:tenantSlug/webhooks/telephony/:provider",
    "/t/:tenantSlug/webhooks/webex"
  ]
}