Raveno Help

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:

  1. X-Api-Key: <key> — long-lived key managed in the dashboard's Settings → API keys. Used by external integrations and the SDK.
  2. Authorization: Bearer <jwt> — Supabase JWT obtained via the Shopify embedded handoff. Used by the dashboard at app.raveno.ai.

Stub

This page is a stub. Edit apps/docs/content/docs/api-overview.mdx to add concrete endpoint reference material.

On this page