> ## Documentation Index
> Fetch the complete documentation index at: https://aimp.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Usage

> Understand model runs, usage summaries, and activity history.

# Usage

Usage tells you what the active workspace consumed and how model runs affect
costs or operational review.

## Where to look

* Dashboard overview for high-level activity.
* Playground for individual test outputs.
* Jobs for long-running work.
* Billing usage summaries for cost-related records.

## Useful API surfaces

```text theme={null}
GET /api/billing/usage/summary
GET /api/billing/usage/timeseries
GET /api/billing/activity
```

These routes require an authenticated workspace context.

## Production checklist

* Track request volume per model and operation.
* Watch `429` responses and rate-limit headers.
* Review usage after new releases or traffic changes.
* Keep staging and production keys separate so usage is easy to attribute.
