API keys let your applications call the Orbit Search API without a user session. Get your first key in the Orbit developer dashboard, then use the resultingDocumentation Index
Fetch the complete documentation index at: https://docs.orbitsearch.com/llms.txt
Use this file to discover all available pages before exploring further.
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.Open the developer dashboard
Sign in to Orbit and go to developer.orbitsearch.com/dashboard/keys.
Choose key ownership
Use a personal key for global search and local development. Use an organization key when your integration needs to search directories or other organization-owned corpora.
Select scopes
Choose the minimum scopes your integration needs:
search:read— callPOST /v2/social/profiles/searches/smartprofile:read— callGET /v2/developer/profiles/:id
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
| Key type | Best for | Search scopes |
|---|---|---|
| Personal key | Development, prototypes, global people search | Global search only |
| Organization key | Production integrations and directory search | Global, directory, and directories scopes with matching grants |
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.