) pricing4 plans · usd

Pricing

The CLI is free and runs on your machine. Paid plans meter the managed gate and the MCP server.

Free

live
$0/ mo
500 verifications / mo
Local CLI runs are never counted
  • Unlimited local CLI verifications
  • All three gates: syntax, imports, your real test suite
  • SAFE, UNSAFE and UNPROVEN verdicts
  • Isolated shadow tree
  • 500 MCP calls / mo
  • Community support

Pro

early access
$59/ mo
10,000 verifications / mo
The gate, on every pull request.
  • Everything in Free
  • Managed GitHub Action, verdict posted as a check
  • 10,000 MCP calls / mo
  • Verdict history
  • Unlimited members
  • Email support

Scale

early access
$300/ mo
100,000 verifications / mo
For fleets of agents.
  • Everything in Pro
  • 100,000 MCP calls / mo
  • Priority verification queue
  • Self-hosted runners
  • Dedicated Slack channel

Enterprise

early access
Custom
Custom volume
Your infrastructure, your rules.
  • Everything in Scale
  • Custom MCP call volume
  • SSO
  • Guaranteed response times
  • Invoicing and procurement
) How it is metered[01/03]

One diff, one verdict

A verification is one verdict on one diff. Whether it came from the CLI, from an agent over MCP, or from a pull request, a run that answers SAFE, UNSAFE or UNPROVEN counts once.

Runs on your own machine are not metered, and that is a fact about how the engine works rather than an offer. The CLI reads your repo and your suite locally, with no upload and no account, so there is nothing on our side to count.

What gets metered is the managed surfaces: the Action that posts a verdict onto your pull request, and the MCP server your agent calls. Those run on our infrastructure.

) What is in each[02/03]

The gate

FreeProScaleEnterprise
Runs your real test suiteNot your CI's summary of it
Isolated shadow treeThe diff is applied to a throwaway copy
Coverage preflightDid a test that ran actually execute the changed lines
Changed-line coverage proofA TypeScript diff runs every gate and caps at UNPROVENPythonPythonPythonPython
Flaky-awareNew failures are rerun once on a fresh tree

Where it runs

FreeProScaleEnterprise
CLI
Local, with no account
GitHub Action, as a required check
MCP server, for your agent
MCP calls / moOne call is one verification50010,000100,000Custom
Self-hosted runners

Evidence

FreeProScaleEnterprise
Every gate in the reportSyntax, imports and tests, each recorded separately
Engine version on the verdictA SAFE from a year ago tells you which rules judged it
Narrowed test command flagged
Verdict history

Team and support

FreeProScaleEnterprise
Members1UnlimitedUnlimitedUnlimited
Community support
Guaranteed response times
SSO
Invoicing
) Questions[03/03]

Frequently asked questions

One verdict on one diff. A pull request checked by the Action spends one, and so does an agent calling verify_change over MCP. An MCP call and a verification are the same thing counted once.

Nothing breaks mid-month. We get in touch about moving you up a tier rather than failing your pull requests, because a gate that stops answering is worse than no gate.

No, and this is not a promotion we can withdraw. The CLI reads your repo and your suite on your machine, with no upload and no account. There is nothing on our side to count.

No. The CLI is free and stays free, with no cap on local runs. Paid plans are for the managed surfaces, the ones that run on our infrastructure rather than yours.

Pro features at no cost while the managed surfaces are in early access, and a direct line into what gets built. In exchange we ask what is actually breaking in your workflow.

No, and no plan changes that. Refactron reports whether your tests exercised the change and whether they passed. A false SAFE is possible when a test runs the changed lines without asserting on the behaviour that matters. That is why UNPROVEN exists.