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

# Plans and pricing

> What each ChargerDojo plan costs and what it unlocks: the free sandbox, Integrate, Automate and Certified, with the capability behind every line.

The sandbox is free and needs no card. Everything past it is a plan.

<Warning>
  This is early pricing and it will rise. It is not locked or frozen, and nothing here is a
  commitment to a future price. What you are quoted at signup is what you pay.
</Warning>

## The plans

|                                           | Sandbox      | Integrate | Automate | Certified           |
| ----------------------------------------- | ------------ | --------- | -------- | ------------------- |
| Monthly                                   | Free         | \$149     | \$499    | Custom              |
| Yearly                                    | Free         | \$1,490   | \$4,990  | Custom              |
| Partner endpoints you can **run against** | None         | 3         | 10       | Unlimited, fair use |
| API keys, so it runs from CI              | No           | Yes       | Yes      | Yes                 |
| Charging journeys                         | Sandbox only | Yes       | Yes      | Yes                 |
| Load runs                                 | No           | No        | Yes      | Yes                 |
| Direct Payment suites                     | Sandbox only | No        | Yes      | Yes                 |
| Report retention                          | 30 days      | 180 days  | 180 days | 180 days            |

Yearly is ten months for twelve.

## What the rows mean

**Partner endpoints** are the targets you test against. A free account can register up to three,
because registering costs us nothing; what it cannot do is run against them, which is the paid
line. The sandbox target never counts toward the number, and running against ours is
[free at every tier](/guide/what-is-free).

**API keys** are the whole reason the rest of this documentation exists. Without one there is no
API, so nothing runs from a script or a pipeline. See
[Create an API key](/guide/create-an-api-key).

**Load runs** drive one journey at volume to see how your implementation behaves under
concurrency. They need Automate even against the sandbox, because the cost is ours either way.

**Direct Payment** covers the Payments modules, which are a separately published EVRoaming
Foundation extension rather than part of the core specification. Against the sandbox those suites
are open to everyone, so you can see what they do before you buy.

**Report retention** is how long a graded report and its share link stay readable. It splits free
from paid and does not differ between paid plans.

## What every plan gets, including the free one

The verdict logic is the same at every tier, and that is deliberate. A free sandbox run produces
the same report, with the same per-check evidence and the same refusal to fail you for declining a
recommendation, that a paid run against your partner produces.
[Read your report](/guide/read-your-report) is worth reading before you spend anything: it says
what a green result does and does not license, and where our own coverage stops.

## Ceilings, and why they are not on this page

Runs per minute and runs in flight are set per deployment, so a number printed here would be one
environment's rather than yours. Read your own:

```bash theme={null}
curl -fsS "https://chargerdojo.com/api/v1/usage" -H "Authorization: Bearer $DOJO_KEY" | jq '.data'
```

## Changing plan

Upgrading is offered in the app wherever a paid feature is, and takes effect immediately. If you
need something the table does not cover, or you are testing more endpoints than Automate holds,
that is what Certified is for: [hello@chargerdojo.com](mailto:hello@chargerdojo.com).
