Plans and quotas
The limits enforced per organization, what they count, and what happens when you reach one.
Billing is not live yet. Free is open and works today. Pro and Team will open together with billing. The quotas below, however, are already enforced server-side.
Quotas per plan#
| Free | Pro | Team | |
|---|---|---|---|
| Norms ingested | 1 | 15 | 60 |
| Sections stored | 500 | 5,000 | 20,000 |
| Figures | 60 | 750 | 3,000 |
| MCP queries / month | 500 | 15,000 | 75,000 |
| Members | 1 | 3 | 15 |
Limits apply to the organization, not the user. Everyone in a workspace shares the same counters.
Two ways of counting#
Norms, sections, figures and members. These go up as you ingest and come back down when you delete a norm. Nothing expires.
MCP queries. A 30 day window per organization, which resets when it closes.
A query is a tool call, not a question. Asking for one load value can trigger several: listing norms, opening the table of contents, reading two sections, following a cross reference. Budget generously.
One exception: get_figure makes two server calls (metadata, then the image) and is only counted
once.
When you hit a limit#
The write is refused, with a message naming the dimension and where you stand. In practice:
- Nothing is deleted. Your corpus stays intact.
- Reading keeps working when a stock quota is what blocked you.
- No overage is billed. There is no usage billing.
- Your agent will not retry in a loop: the message tells it plainly that retrying changes nothing.
To get moving again: delete a norm you no longer need with ingest_delete, or wait for the next
window if it was the monthly quota.
Setting your own caps#
An organization owner or admin can set caps below the plan limits, from the Workspace page. That helps when several people ingest and you want room left at the end of the month.
A cap can only tighten. You cannot grant yourself more than the plan allows. Leave a field empty to remove the cap on that row.
Watching your usage#
The gauges live on the Workspace page of your dashboard. Stock counters update immediately; the monthly counter refreshes every couple of minutes.
Needing more before Pro opens#
Write to hello@stratta.ch. If your volumes outgrow Free before billing exists, quotas can be raised by hand.
What every plan shares#
- Your norms stay yours. Organization scoping is identical across plans (Multi-tenant norms).
- The same tools. Every plan gets the full MCP tool set.
- Self-service ingestion. Add the norms you are licensed for, on any plan.
Ingestion runs on your own subscription's tokens, so adding a norm does not spend API credits on our side.