API Overview
The public API is contract-first. The OpenAPI spec can be rendered here with
@scalar/astro or Stoplight Elements once the gateway spec is wired in.
- Base URL:
https://api.example.com - Auth:
Authorization: Bearer <api-key> - Errors: structured JSON
{ "error": { "code", "message" } }