BlobRouter v0.1 · Last updated: August 2026 · Architecture version: 2.0
Two auth modes
API keys
- Format:
br_live_{uuid}orbr_test_{uuid} - Create / view in the dashboard (Providers → API key)
- Rotate with
POST /v1/keys/rotate— old key invalid immediately
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.