Skip to main content
BlobRouter v0.1 · Last updated: August 2026 · Architecture version: 2.0

Two auth modes

API keys

  • Format: br_live_{uuid} or br_test_{uuid}
  • Create / view in the dashboard (Providers → API key)
  • Rotate with POST /v1/keys/rotate — old key invalid immediately
Never embed keys in browsers, mobile apps, or public repos.

Dashboard JWT

Obtained from Supabase Auth after login. The dashboard attaches it automatically. For scripting, use a short-lived access token from your session.

Failures

See Errors.