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

# Usage

> Credit balance, spend cap, and windowed activity for your organization.

The **Usage** screen is your organization's billing and activity dashboard: what's in the wallet, what your budget cap is, and how spend, runs, and tokens are trending. For how credits and metering work, see [Billing](/concepts/billing).

## Wallet and spend cap

Two cards sit at the top:

<CardGroup cols={2}>
  <Card title="Wallet">
    Your current **credit balance**.
  </Card>

  <Card title="Spend cap">
    Your tenant **budget** — the ceiling on what the org can spend.
  </Card>
</CardGroup>

## Choosing a window

A **window selector** scopes everything below it to **1h**, **24h**, **7d**, or **30d**.

<Frame caption="Usage — credit balance, monthly spend cap, and spend/activity KPIs.">
  <img src="https://mintcdn.com/orcapods/QvGbh1ZeFOhKP6Fs/images/dashboard/usage.jpg?fit=max&auto=format&n=QvGbh1ZeFOhKP6Fs&q=85&s=61fc1a74d330c7f33f7b199709722196" alt="Usage page with credit balance, spend cap, and KPI cards" width="1440" height="688" data-path="images/dashboard/usage.jpg" />
</Frame>

## KPI cards

Four headline metrics, each with a **sparkline** for the selected window:

| KPI            | Shows                                                    |
| -------------- | -------------------------------------------------------- |
| **Spend**      | Credits consumed.                                        |
| **Runs**       | Number of runs.                                          |
| **Tokens**     | Total tokens, with an input / output / cached breakdown. |
| **Error rate** | Share of runs that failed.                               |

### Secondary meters

Below the headline cards, additional meters cover **P95 duration**, **tool calls**, **sandbox time**, and **requests** (inbound requests to published agents).

## Trends and breakdowns

* A **time-series chart** plots activity across the window.
* The **By-agent** table breaks usage down per agent: **tokens**, **runs**, **failed**, **input / output / cached** tokens, **tool calls**, and **sandbox time**.
* The **Top published agents** list ranks published agents by **inbound requests**.

## Related

<CardGroup cols={2}>
  <Card title="Billing" href="/concepts/billing">
    Credits, metering, and spend caps.
  </Card>

  <Card title="Stats" href="/dashboard/stats">
    Fleet-level operational metrics.
  </Card>
</CardGroup>
