Skip to content

Article

Plans, Quotas, and Feature Gates

Understand plan tiers, daily write quotas, and which features require a paid plan.

Article Docs 10xDotIn Product Docs
10X Docs
Understand plan tiers, daily write quotas, and which features require a paid plan.
Review intent

Understand plan tiers, daily write quotas, and which features require a paid plan.

Make the next growth move easier to approve.

Understand plan tiers, daily write quotas, and which features require a paid plan.

Plans, Quotas, and Feature Gates

Use this guide to understand plan tiers, daily write quotas, and which features require a paid plan.

When to use

  • You received a 403 feature_locked error and want to know which plan unlocks the feature.
  • You received a 429 rate_limited error and want to understand your daily write quota.
  • You want to compare what each plan tier includes before upgrading.

Plan tiers

FREEPROENTERPRISE
Daily write quota210500
Short links and redirectsYesYesYes
Custom domainsYesYesYes
CollaboratorsYesYesYes
Analytics (view)YesYesYes
PAT tokens (growth tools)NoYesYes
Link and analytics exportsNoYesYes
Creator pagesNoYesYes
Stripe Connect and earningsNoYesYes
Paid page access modeNoNoYes

All new accounts start on the FREE plan.

Write quotas

Every POST, PUT, PATCH, and DELETE request to /v2/** counts toward your daily write quota. The quota resets at midnight in your account timezone.

Reads (GET requests) do not count toward the quota.

What does not count

  • Billing endpoints (/v2/billing/*)
  • Public runtime endpoints (/v2/public/*)
  • Visitor authentication endpoints

When you hit the limit

The API returns:

{
  "error": "rate_limited",
  "message": "Daily write quota exceeded for FREE.",
  "plan": "FREE",
  "limits": { "writesPerDay": 2 },
  "usage": { "writesToday": 2, "writesDay": "20260225" }
}

Wait until the next day (midnight in your timezone) or upgrade your plan.

Feature gates

When you try to use a feature that requires a higher plan, the API returns:

{
  "error": "feature_locked",
  "feature": "growth_tools",
  "requiredPlan": "PRO",
  "message": "Growth tools require a PRO plan."
}

Gated features

FeatureGate IDMinimum planAffected endpoints
PAT token managementgrowth_toolsPRO/v2/handles/{handle}/tokens*
Link exportexportsPRO/v2/handles/{handle}/links/export
Analytics exportexportsPRO/v2/handles/{handle}/analytics/export
Creator pagesPRO/v2/handles/{handle}/pages*
Stripe ConnectPRO/v2/handles/{handle}/connect*
EarningsPRO/v2/handles/{handle}/earnings
Paid page access modeENTERPRISESetting accessMode: "PAID" on pages

UI path

  1. Open https://app.10x.in.
  2. Navigate to account settings.
  3. Open the Billing section.
  4. View your current plan and usage.
  5. Select a new plan to upgrade.

Required auth

  • Owner-level JWT to manage billing and change plans.
  • OPERATOR or OWNER JWT to view billing summary.

API fallback

View billing summary

GET /v2/billing/summary

Returns your current plan, quota limits, usage counters, locked features, and Stripe subscription status.

Upgrade plan

POST /v2/billing/checkout-session

{
  "handle": "acme",
  "targetPlan": "PRO"
}

Returns a Stripe checkout URL. Redirect to that URL to complete the upgrade.

Manage subscription

POST /v2/billing/portal-session

Returns a Stripe billing portal URL where you can update payment methods or cancel.

Common errors

CodeErrorCause
403feature_lockedFeature requires a higher plan
429rate_limitedDaily write quota exceeded

Related:

Review system

What 10X checks

These checks sit after the main explanation so a reviewer can scan the evidence requirements without breaking the article flow.

Evidence checks

Questions to answer

  • Decisiondocs
    What decision should this article help the team make?

Evidence inputs

Data sources that must stay attached

These inputs keep the recommendation grounded before anyone changes the page, campaign, query target, CRM step, or growth priority.

  • 10xDotIn Docs
  • Getting Started
  • Short Links
  • Custom Domains
  • Smart Link Personalization
  • Scheduling
  • Handle Booking Page with Scheduling
  • Advanced Link Controls
  • Collaborators and Ownership
  • File Upload and Sharing

FAQ

Questions before using it

FAQ rows sit near the end, where they help unblock the next action without interrupting the diagnostic flow.

When should I use this article?

Use it before approving growth work that needs evidence, ownership, and a clear next action.

10X

Use 10X with the docs open

Keep product context attached while you review growth work.

Open 10X ->