All docs
2 min read Last updated:

Plans

Billing page with plan cards

Plan Monthly Submissions / mo Storage Standout features
Free $0 50 None Inbox, email notifications, spam stack, REST API + MCP (forms, submissions, links, automations)
Pro $19 5,000 5 GB Everything in Free + webhooks + AI insights + autoresponder + custom rules + surveys + funnels over API/MCP
Team $49 25,000 50 GB Everything in Pro + team RBAC + audit log + priority support
Scale Custom Unlimited Unlimited Everything in Team + custom retention + SSO + dedicated support

How submission counts work

A "submission" is one accepted POST that lands in your inbox or spam folder. Hard rejections (CORS denial, invalid captcha, rate limit) do not count.

When you hit a quota

  • We email you at 80% and 100% of the monthly limit.
  • At 100% the ingest endpoint returns HTTP 402 with {error: "quota_exceeded"} and no new submissions are accepted until the next period or until you upgrade. Existing submissions, files, and webhook history are never deleted.
  • Upgrade at any time from Billing; quota releases immediately on a successful subscription.

What plans gate

  • The REST API and MCP server are available on every plan, including Free. Token abilities are independent of plan; the request is rejected by the plan-feature check when you reach for a resource your plan doesn't include.
  • Webhooks, AI features, surveys, and funnels (over both API/MCP and the dashboard) are available from the Pro plan up.
  • Team RBAC and audit log are Team+.
  • Custom retention and SSO are Scale.

What's next