Requires
Authorization: Key YOUR_API_KEY. This is the recommended endpoint for production monitoring integrations.GET /v1/account
Returns organization wallet, concurrency status, current key limits, and rate limit configuration. Full reference →GET /v1/account/keys
Returns per-API-key concurrency usage (in_flight, limit, available) for all active keys in the organization.
When to use Platform vs Console APIs
| Need | Endpoint |
|---|---|
| Monitor from inference workers | GET /v1/account |
| Admin dashboard with user login | GET /console/v1/dashboard |
| Detailed tier editing | Console only (admin) |