Skip to content

Plans & Limits

FeatureFreePro
Wins50Unlimited
Spaces3Unlimited
TagsUnlimitedUnlimited
API accessYesYes
CLI accessYesYes
MCP serverYesYes

Upgrade from Settings → Billing in the web app, or visit myhypedoc.com/pricing for current pricing.

When you hit the free plan limit, create and update requests return a 402 Payment Required response:

{
"error": "Free plan limit reached (50 wins). Upgrade to Pro for unlimited wins.",
"upgrade_url": "https://app.myhypedoc.com/settings"
}

The same applies to spaces (limit of 3 on the free plan):

{
"error": "Free plan limit reached (3 spaces). Upgrade to Pro for unlimited spaces.",
"upgrade_url": "https://app.myhypedoc.com/settings"
}

All plans share the same rate limits:

EndpointLimit
Authenticated API100 requests/minute per token
MCP server60 requests/minute per token
Unauthenticated API10 requests/minute per IP

See Rate Limits for full details including response headers.