API overview
How to authenticate against the Raveno worker and the shape of common endpoints.
The Raveno worker is mounted at https://raveno.ai. Every customer-facing endpoint lives under /v1.
Authentication
Two paths, both setting the same store context server-side:
X-Api-Key: <key>— long-lived key managed in the dashboard's Settings → API keys. Used by external integrations and the SDK.Authorization: Bearer <jwt>— Supabase JWT obtained from a logged-in dashboard session. Used by the dashboard SPA atapp.raveno.ai.
Stub
This page is a stub. Edit apps/docs/content/docs/api-overview.mdx to add concrete endpoint reference material.