Billing & Usage

Plans

Pricing source

For the latest plan details, always check the pricing section on releaseanchor.com or the Billing page in the dashboard before making a purchasing decision.

FreeProTeamEnterprise
Monthly billing$0$29/mo$79/moCustom
Yearly billing$0$24/mo billed yearly ($290/year)$65/mo billed yearly ($780/year)Custom
Annual savingsSave 2 monthsSave 2 monthsCustom
Projects11050Unlimited
Feature flags10100UnlimitedUnlimited
Environments2520Unlimited
Evaluations / month10K1M10MContact sales
Role-based access
Percentage rollouts
Segment targeting
Audit logs
Priority email support
Team member management
Dedicated support
SSO / SAML
Self-hosted deployment
On-premise installation

Billing notes

  • Free requires no credit card
  • Pro and Team require a credit card and can be cancelled anytime
  • Enterprise is custom-priced and handled through Contact sales
  • Annual billing on paid plans reduces the effective monthly price and is currently shown as Save 2 months

Usage tracking

Evaluations are counted per calendar month. The period is tracked in YYYY-MM format and resets on the 1st of each month.

The Billing page in the dashboard shows:

  • Current evaluation count vs. plan limit
  • A 30-day chart of daily evaluations
  • Other resource usage (projects, flags, environments)

Grace period thresholds

When your evaluation count approaches or exceeds your plan limit, the following events occur in sequence:

ThresholdEventEffect
80% of limitLIMIT_WARNINGNotification sent; evaluations continue normally
100% of limitLIMIT_EXCEEDED + GRACE_PERIOD_STARTEDGrace period begins; evaluations continue
110% of limitHARD_OVERAGE_REACHEDEvaluations are blocked; API returns PLAN_LIMIT_EXCEEDED error

When evaluations are blocked, the evaluation API returns HTTP 200 with:

{
  "value": false,
  "matchedRuleType": null,
  "error": {
    "type": "PLAN_LIMIT_EXCEEDED",
    "message": "Monthly evaluation limit exceeded. Upgrade your plan to continue."
  }
}

The grace period gives you time to upgrade before evaluations are blocked. There is no sudden cutoff at 100%.

Upgrading

Go to BillingChange Plan → select your new plan → Select Plan. You will be redirected to Stripe Checkout.

Upgrades take effect immediately. Your evaluation limit is increased as soon as the payment completes.

If you switch to an annual paid plan, the dashboard and checkout flow apply the yearly billing amount for that plan.

Cancelling

Go to BillingManage SubscriptionCancel. You retain access until the end of your current billing period. No cancellation fees.

Was this helpful?