Use the Orbit developer dashboard to inspect your credit balance and per-key usage. For request-time tracking, every successful metered API response includes your remaining balance in theDocumentation Index
Fetch the complete documentation index at: https://docs.orbitsearch.com/llms.txt
Use this file to discover all available pages before exploring further.
X-Developer-API-Credits-Remaining header.
Dashboard usage view
The dashboard shows:| Field | What it means |
|---|---|
| Allowance | Total credits available for the current billing period |
| Used | Credits consumed so far this period |
| Remaining | Credits still available before requests fail with developer_api_credits_insufficient |
| Recent activity | Recent metered requests and credit adjustments |
| Per-key usage | Credit usage grouped by API key display identifier |
Credit accounting is subject-based. Personal API keys draw from your user account. Organization API keys draw from the organization that owns the key.
Request-time tracking
ReadX-Developer-API-Credits-Remaining after successful search and profile-read requests to keep your application aware of the current balance without calling a separate management endpoint.
Developer API keys cannot call key-management or usage endpoints. Public integrations should use dashboard-issued
sk_orb_... keys for search/profile API calls, and use the dashboard for key and usage management.