Usage
Usage
The Usage page gives you full visibility into how much your Claude interactions are costing and where those costs are coming from. It tracks every API call across chat conversations, agent runs, and memory extraction.
Time Period
Use the 24h, 7d, or 30d buttons in the navbar to change the reporting window. Your selected period is persisted between sessions.
Stats Cards
Five summary cards appear at the top of the page:
| Card | What It Shows |
|---|---|
| Total Cost | The cumulative USD cost for the selected period. |
| Input Tokens | Total tokens sent to Claude (your messages, system prompts, context). |
| Output Tokens | Total tokens generated by Claude (responses, tool calls). |
| API Calls | The number of individual API requests made. |
| Avg / Call | The average cost per API call. |
Token counts are formatted for readability -- for example, 1,500,000 tokens displays as "1.5M" and 45,000 as "45.0K."
Cost Over Time Chart
A line or bar chart showing your spending over the selected period. You can toggle between two granularity levels:
- Daily -- One data point per day.
- Hourly -- One data point per hour (most useful with the 24h period).
The chart adjusts automatically based on your timezone.
Cost by Source
A donut chart breaking down spending by source category:
| Source | What It Includes |
|---|---|
| Chat | Conversations via the Chat page or Assistant Panel. |
| Agent | Scheduled agent runs. |
| Memory | Memory extraction processing. |
This helps you understand whether most of your costs are coming from interactive use or automated agents.
Top Consumers
A ranked list of the individual items (conversations or agents) that have consumed the most tokens or cost. This is useful for identifying particularly expensive agents or long-running conversations.
Usage Records Table
Below the charts, a detailed table lists every individual API call with:
| Column | Description |
|---|---|
| Source | Color-coded badge (Chat, Agent, or Memory). |
| Name | The conversation title or agent name associated with the call. |
| Input | Input token count. |
| Output | Output token count. |
| Cost | USD cost for this specific call. |
| Duration | How long the API call took. |
| Time | When the call was made, shown as relative time. |
Filtering Records
The records table has its own filter controls:
- Source filter -- Show only Chat, Agents, or Memory records.
- Search -- Filter by name (conversation title or agent name). Results update as you type.
Pagination
Records are paginated with 20 items per page. Navigation controls appear at the bottom when there are multiple pages.
Check this page regularly to spot unexpected cost spikes. If an agent is running more often or more expensively than expected, you can adjust its budget limit or schedule on the Agents page.
See API Reference for endpoint details.