---
title: "Retrace pricing — plans, quotas, and feature gates"
description: "Retrace plan prices, monthly quotas, retention windows, and feature availability in a machine-comparable table."
canonical: "https://retraceai.tech/pricing"
last-updated: 2026-08-26
format: text/markdown
---

# Retrace pricing

Retrace is the execution replay engine for AI agents. Every plan includes recording, step-by-step replay, fork and cascade replay, failure detection, PII redaction, the REST API, the MCP server, and the CLI. Plans differ in monthly volume, retention, and the feature gates listed below.

All prices are in USD. Yearly billing is charged once per year at the yearly price shown.

## Plans

| Plan | Monthly | Yearly | Purchase |
|---|---|---|---|
| Free | $0 | $0 | self-serve |
| Starter | $29 | $290 | self-serve |
| Pro | $99 | $990 | self-serve |
| Teams | $399 | $3,990 | self-serve |
| Enterprise | $2,000/mo billed annually | $24,000 | contact sales (annual) |

## Monthly quotas and limits

| Capability | Free | Starter | Pro | Teams | Enterprise |
|---|---|---|---|---|---|
| Traces per month | 1,000 | 10,000 | 50,000 | 500,000 | unlimited |
| Fork replays per month | 10 | 100 | unlimited | unlimited | unlimited |
| Prove-the-fix runs per month | 0 | 25 | 200 | 1,000 | unlimited |
| Published tapes | 10 | 50 | unlimited | unlimited | unlimited |
| Guardrail policies | 3 | 5 | unlimited | unlimited | unlimited |
| Circuit-breaker policies | 2 | 5 | unlimited | unlimited | unlimited |
| Retrace AI requests per month | 100 | 1,000 | 10,000 | 20,000 | unlimited |
| Team seats | 1 | 1 | 1 | 10 | unlimited |
| Retention (days) | 7 | 30 | 90 | 365 | unlimited |
| Sandbox traces per month | 0 | 0 | 5,000 | 50,000 | unlimited |

## Feature availability

| Capability | Free | Starter | Pro | Teams | Enterprise |
|---|---|---|---|---|---|
| Cassette VCR replay | no | yes | yes | yes | yes |
| CI regression gate | no | no | yes | yes | yes |
| Hold-for-approval enforcement | no | no | yes | yes | yes |
| Team traces & collaboration | no | no | no | yes | yes |
| Multi-agent judge detectors | no | no | yes | yes | yes |
| Sandbox environment | no | no | yes | yes | yes |

## How metering works

- A trace is one recorded agent execution, counted when it is ingested.
- A fork replay is one cascade re-execution of a recorded run. Free includes 10 per month, baked into the plan rather than sold as an add-on.
- A prove-the-fix run also consumes one fork replay.
- Retention is the window in which a recorded trace stays queryable before it is purged.
- Quotas reset at the start of each billing month. Exceeding a quota returns a typed error rather than an overage charge.

## Choosing a plan

- Evaluating Retrace or running a hobby agent: **Free**.
- One engineer shipping an agent to production and wanting deterministic cassette replay: **Starter**.
- Regular debugging of production failures, unlimited forking, and a CI regression gate: **Pro**.
- A team sharing traces, needing a year of retention and audit logs: **Teams**.
- Custom retention, data residency, SSO, or governance requirements: **Enterprise** (contact sales).

## Links

- HTML pricing page: https://retraceai.tech/pricing
- Plan limits enforced by the API: https://api.retraceai.tech/api/v1/pricing
- Terms of service: https://retraceai.tech/terms
- Refund policy: https://retraceai.tech/refund
- Contact sales: https://retraceai.tech/contact
