Skip to content

Plan tier limits

This page is the canonical reference for what each plan tier includes. Numbers come from backend/app/config/tier_catalog.py, which is the single source of truth the API itself reads at runtime.

Prices are per organization, billed in USD. Annual is the total for 12 months — there’s no separate “annual discount” line, the headline number is the deal.

PlanMonthlyAnnual
Free$0$0
Starter$19$190
Pro$39$390
Team$99$990
EnterpriseContact usContact us

These reset at the start of each calendar month. Unlimited means no backend cap; fair-use applies on Enterprise.

LimitFreeStarterProTeamEnterprise
Cloud test runs / month3001,0005,00020,000Unlimited
AI creations / month1005002,0005,000Unlimited
Visual regression compares / month201005002,000Unlimited
CapabilityFreeStarterProTeamEnterprise
BrowsersAll 3All 3All 3All 3All 3
Visual regressionYesYesYesYesYes
Parallel executions1125Unlimited
Priority run queueYes

Every plan runs all three engines — Chromium, Firefox and WebKit, Free included (see Browsers). Parallel executions is how many cloud runs your org can have in flight at once; a run over the cap waits in the queue.

There’s no cap on projects, tests, test sets, folders, or tags at any tier. The only structural caps are inside a single test:

Per-test capFreeStarterProTeamEnterprise
Variables per test5050505050
Data rows per test (parameterized runs)200200200200200

These are uniform across plans on purpose — a Free test should look structurally identical to a Team test.

LimitFreeStarterProTeamEnterprise
Schedules210UnlimitedUnlimitedUnlimited
API keys11515Unlimited
Local agents135Unlimited
Run history retention14 days90 days180 days2 yearsUnlimited
Seats1UnlimitedUnlimitedUnlimitedCustom
Notification contacts21025UnlimitedUnlimited

Every plan includes an API key, so the CLI, CI integrations and a connected coding agent work from Free up; local agents need at least Starter. See API keys and Setting up the local agent.

FeatureFreeStarterProTeamEnterprise
Shared projects (across org members)YesYesYesYes
Org roles (owner / admin / member / viewer)YesYesYesYes
Google Workspace SSOYesYes
SAML SSO / audit logs / SLATalk to us

Shared projects and org roles work on every multi-seat plan (Starter and up — Free has one seat, so there’s nobody to share with). Team is where the seat count and SSO make larger-group collaboration practical — see Inviting team members.

  • You need more runs, history, or parallelism. Cross-browser is free; starts at Starter.
  • You want CI / CLI runs, or your own AI key. You need at least Starter (1 API key, 1 agent, BYOK).
  • You’re hitting the AI-creation or cloud-run cap. Upgrade to a higher tier.
  • You’re running 5+ parallel tests in CI. Pro gives 2× parallel; Team gives 5×.
  • You need shared projects, SSO, or org roles. Team.
  • You need SAML, audit logs, or an SLA. Not built yet — contact us.