Providers
Usage Dashboard ships with adapters for the providers below. Each adapter knows the provider's usage/balance endpoint and how to surface the important metrics on the dashboard.
| Provider | Endpoint | Credential |
|---|---|---|
| Firecrawl | Team credit usage | Firecrawl API key |
| DeepSeek | Account balance | DeepSeek API key |
| OpenAI | Organization costs | Organization admin key |
| Anthropic / Claude | Usage & Cost Admin API | Anthropic Admin API key |
| OpenRouter | API key usage | OpenRouter API key |
| OpenAI Codex | ChatGPT wham usage | ChatGPT OAuth tokens |
| Custom HTTP | User-defined | Bearer/auth header |
Credentials are encrypted at rest with Fernet before being written to the database.
Adding a provider
- Open Settings in the dashboard.
- Choose the provider, paste the credential, and save.
- The backend polls the provider on the configured interval; you can also poll immediately from the dashboard.