Skip to main content

Plans & Usage

All plans include full access to the web app, REST API, MCP, and all AI model tiers. Plans differ only by operation volume.

Pricing tiers

What counts as an operation

AI actions that modify, analyze, or search documents count as operations:
  • Editing a document section
  • A multi-section edit in one request (e.g. “tighten every section”) counts as one operation; very large requests count one operation per 25 sections edited
  • Creating new content
  • Opening a brand-new document via chat (“put this in a new document”)
  • Deleting content
  • Searching the document
  • Searching attachments
  • Analyzing document context
  • Loading a template
Not counted: Opening the editor, typing, formatting text, viewing sessions, basic conversations without document actions — and review-mode changes you deny are not billed. Edit requests that fail bill 0, and so does an edit request the document already satisfies (the AI replies honestly that nothing needed changing instead of charging you for a rewrite).

Check your usage

In the app

Click your avatar to see your usage bar, operations count, and remaining operations.

In API responses

Every chat response includes a usage object:
ops_charged is how many operations the request billed — a single request can bill more than one (one operation per 25 sections edited), so monthly_used can increase by more than 1 between responses. quota_exhausted becomes true when you have reached your plan’s operation limit with no remaining balance; the current request still completes, but further billable requests pause until you upgrade or your billing cycle resets.
Reading usage from an API key: the /v1/users/me/usage and /v1/users/me/limits endpoints belong to the web-app account surface and accept web-app session tokens only — they reject sk_ / lce_ API keys with a 401. From an API-key context, read usage straight off the usage block returned in every /v1/chat and /v1/chat/async response (shown above) and the SSE usage event — no separate call needed. View usage in the browser at use.superdocs.app → Settings.

Promo codes & credits

If you have a promo code, redeem it for operation credits. Credits are drawn down before your plan’s monthly allowance, so they stretch your included operations further.
Redemption is for personal accounts — authenticate with a personal API key (sk_) or a logged-in session. Organization keys (lce_) can’t redeem codes. Your account email must be verified, and each code can be redeemed once per account. Check your active credits:
This returns your active promotions and their remaining credit balance.

Monthly reset

Operations reset at the start of each billing cycle. Free plans reset monthly from account creation.