Plans & Limits
| Feature | Free | Pro |
|---|---|---|
| Wins | 50 | Unlimited |
| Spaces | 3 | Unlimited |
| Tags | Unlimited | Unlimited |
| API access | Yes | Yes |
| CLI access | Yes | Yes |
| MCP server | Yes | Yes |
Upgrading to Pro
Section titled “Upgrading to Pro”Upgrade from Settings → Billing in the web app, or visit myhypedoc.com/pricing for current pricing.
Free plan limits
Section titled “Free plan limits”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"}Rate limits
Section titled “Rate limits”All plans share the same rate limits:
| Endpoint | Limit |
|---|---|
| Authenticated API | 100 requests/minute per token |
| MCP server | 60 requests/minute per token |
| Unauthenticated API | 10 requests/minute per IP |
See Rate Limits for full details including response headers.