Authentication
Orbit supports two authentication methods:API Key (Server-to-Server)
Include your API key in theX-API-Key header:
Bearer Token (Dashboard Users)
For dashboard users, use JWT Bearer tokens:API Key Format
| Type | Prefix | Usage |
|---|---|---|
| Live Secret | dv_live_sk_ | Server-side API calls |
| Test Secret | dv_test_sk_ | Server-side API calls (test mode) |
| Live Public | dv_live_pk_ | Client-side (limited scope) |