Skip to main content

Usage Dashboard

The usage dashboard gives you real-time visibility into how your organization is consuming its plan resources.

Accessing Usage Data

  • In-app: Visit /admin/billing or the usage section of your admin dashboard
  • API: GET /api/usage returns all metrics with percentage indicators

Tracked Metrics

Usage Indicators

Each metric displays a progress bar with color coding:

Warnings

The API returns warnings when metrics approach their limits:
  • Warning (80%+) — “You’ve used X% of your [resource] limit”
  • Critical (100%+) — “You’ve reached your [resource] limit”
These warnings also appear as in-app notifications and in the admin dashboard.

Monthly Token Reset

AI token usage resets to zero on the first of each month. This is handled automatically by a server-side cron job.

BYOK Exception

If you use Bring Your Own Keys (BYOK), AI requests made with your personal keys do not count against the organization’s monthly AI token limit.