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

# Plans and billing

> One plan, four add-ons, and what happens when you outgrow it.

Rerun sells a single plan that you extend with add-ons. There are no tiers to compare and no feature held back for a higher one.

## The base plan

<Card title="Rerun" icon="box">
  **\$24 per month**, or **€22**. Seven day free trial, cancel anytime.

  Includes **3 agents**, **1 Box**, **1 seat** and **\$5 per month** of Rerun model credit.
</Card>

Also included at every level:

* **Bring your own AI.** Your API key, your Claude or ChatGPT subscription, or the credit above.
* **Every connector**, plus any MCP server and any API you wire yourself.
* **Unlimited executions.** No run quotas and no per-task fee.
* **The agent and template library.**

## Add-ons

Add-ons are quantities on the same subscription. Add and remove them whenever you want.

| Add-on           | What it grants                  | USD  | EUR |
| ---------------- | ------------------------------- | ---- | --- |
| Extra agents     | +3 agents                       | \$10 | €9  |
| Extra seats      | +1 seat                         | \$10 | €9  |
| Extra Boxes      | +1 Box                          | \$14 | €13 |
| Rerun Max credit | +\$10 per month of model credit | \$10 | €9  |

The model credit is denominated in US dollars in both currencies, because models are billed to Rerun in dollars. A customer paying €9 still receives \$10 of credit.

## The trial

The trial lasts 7 days and needs a card. It carries \$2 of model credit, enough to build and test an agent.

<Note>
  The [Rerun API](/api/introduction) is not part of the trial. It requires a started subscription.
</Note>

## Model credit

Credit only applies to the models Rerun hosts. When an agent runs on your own API key or on your Claude or ChatGPT subscription, it costs you nothing on the Rerun side.

Every run records what it cost, so you can see where the credit goes in the **Monitoring** tab.

## When you hit a limit

Going over your agent count does not delete anything. The agents over the limit are switched off and stay exactly as they were: their prompt, their skills, their memory and their data are untouched.

Free a slot by deleting an agent, or add an agent pack, and they switch back on.

The same applies through the API: [`create_agent`](/api/tools/agents#create-agent) succeeds and returns `active: false` with the reason, rather than failing halfway.

## Managing the subscription

Open the workspace pill in the top left corner, then **Billing**. From there you change add-on quantities, update your card and cancel.

Adding an add-on takes effect immediately and is billed for the remainder of the current period. Removing one takes effect at the next renewal: you keep the limit you already paid for until then.

Two things to know:

* Adding an add-on during the trial ends the trial. Nothing is sold on top of a period nobody pays for, so the first full cycle is invoiced there and then.
* You cannot drop below what you already use. Delete a Box or remove a member before removing the matching add-on.

## Enterprise

Everything above plus custom or self-hosted infrastructure, dedicated support, SSO and an SLA. Write to [hello@rerun.build](mailto:hello@rerun.build).
