When you need to retire a key, use the Orbit developer dashboard. Revocation takes effect immediately: the key stops authenticating requests as soon as the dashboard action completes.Documentation Index
Fetch the complete documentation index at: https://docs.orbitsearch.com/llms.txt
Use this file to discover all available pages before exploring further.
Revoke vs. delete
| Action | Best for | Result |
|---|---|---|
| Revoke | Rotation, suspected exposure, production key retirement | The key becomes inactive but remains visible as audit metadata |
| Delete | Permanent cleanup of throwaway or test keys | The key metadata is removed from your key list |
display_key, scopes, creation time, and last-used timestamp.
Rotation workflow
Issue a replacement key
Open Dashboard → API keys, generate a new key with the same required scopes, and store the raw
sk_orb_... value in your secrets manager.Verify usage
Watch the replacement key’s last-used timestamp and usage in the dashboard until it reflects live traffic.
Public API behavior
Developer API keys cannot revoke, delete, or manage other keys. If a revoked or deleted key is used for search or profile reads, the API returns403 invalid_api_key.