sk_orb_... value as the bearer token for search and profile requests.
Where to get keys
Use Dashboard → API keys to issue personal and organization-scoped keys.1
Open the developer dashboard
Sign in to Orbit and go to developer.orbitsearch.com/dashboard/keys.
2
Choose key ownership
Use a personal key for local development or account-owned integrations. Use an organization key for services owned by an Orbit organization.
3
Select scopes
Choose the minimum scopes your integration needs:
search:read— start and poll v3 Search and Enrich operationsprofile:read— embed profiles in v3 responses and follow Enrich profile-read links
4
Copy and store the raw key
Store the raw
sk_orb_... value in your secrets manager or environment configuration.The public developer API does not create your first API key. It starts after you already have a dashboard-issued
sk_orb_... key.Key types
v3 Search and Enrich do not consume credits. Both key types remain subject to per-key rate limits.
Using the key
Pass the raw key in theAuthorization header:
Managing keys
Use the dashboard to rotate, revoke, and inspect keys. The dashboard shows non-secret metadata likedisplay_key, name, scopes, status, expiration, and last-used timestamps. It never shows the raw key again after creation.
Developer API keys cannot create, list, revoke, or delete other API keys.