The control plane (api.roadie.paroaria.ai) is the management API behind the dashboard. Everything here is generated from the api’s Zod route schemas into an OpenAPI 3.1 document and rendered from the exported openapi.json. Authenticate with your dashboard session (in the browser) or a management key (rd_mk_…) for CI and automation:

What’s covered

Conventions match the data plane: JSON bodies, cursor pagination (?limit=50&cursor=…{ data, has_more, next_cursor }), the uniform error envelope, and an X-Request-Id on every response.
The full, always-current operation list — request/response schemas included — is rendered from the exported OpenAPI document. Regenerate it with pnpm --filter @roadie/docs openapi:export whenever a route or schema changes.