Skip to content

🚧 Roadmap — The capability described here is on the roadmap. The concepts and design are settled; interfaces and steps are subject to the final release.

Limits and SLA

This page is the quota and performance framework for GenAuth Agent Identity. All figures are authoritative only at release — load-test and capacity numbers come from engineering as a single source. Until then this page publishes no concrete values, and you should not plan capacity from numbers heard through third-party channels.

Quota and performance items

ItemWhat it boundsBaseline
Agents per tenantThe total number of agent identities a tenant can register — the ceiling on fleet sizeTBD at release
Concurrent delegations per userHow many delegations one user can have active at once — keeps a single user's exposure from expanding without limitTBD at release
Delegate token issuance rateDelegate tokens issued per unit of time (per tenant) — the throughput boundary for server-side integrationsTBD at release
Token exchange QPSRequests per second on the token exchange endpoint — the mandatory hop before an agent reaches a resource, usually the highest-frequency callTBD at release
Audit query latencyTarget latency from event to queryable — determines how real-time your alerting and tracing can beTBD at release
SLA availability targetMonthly availability commitment — issuance and exchange availability is your agents' ability to actTBD at release

One contract boundary that is already in effect

Unlike the "TBD" rows above, the delegate token lifetime range of 60-86400 seconds (expiresIn) is a live contract in the published SDK (@eazo/anima v0.2.1) and can be designed against today. For security, pick the shortest workable lifetime — reasoning in Security considerations.

What happens when you hit a limit

At release this section will state the behaviour for each item once a limit is reached (reject with a rate-limit error, queue, or degrade) and the recommended retry strategy. Until then, integrators should default to "rate limit means rejection, retry with exponential backoff" — the most conservative assumption, and the one least likely to need rework.

Requesting a quota increase

After release this section will provide the self-service request flow and approval criteria (which items you can raise yourself and which need a capacity review).

Until then: if your scenario has a concrete capacity requirement against any row above (a large agent fleet, bulk delegation issuance), submit your expected scale and peak numbers through your support or solutions contact — that input feeds directly into the official quota figures.

Next steps