Jentic · Rate Limits

Jentic Rate Limits

Machine-readable rate limit definitions for the Jentic API surface. Captures per-tier quotas, burst behavior, response signaling, and recovery semantics.

Jentic Rate Limits is the machine-readable rate-limit profile for Jentic on the APIs.io network, conforming to the API Commons Rate Limits specification.

It captures 4 rate-limit definitions, across the anonymous, free, and enterprise tiers, measuring requests_per_minute and requests_per_month.

The profile also includes 5 backoff/retry policies defined and response codes documented for throttled, quotaExceeded, and serviceUnavailable.

Tagged areas include AI Agents, Arazzo, OpenAPI, MCP, and Workflows.

4 Limits Throttle: 429 Quota: 429
AI AgentsArazzoOpenAPIMCPWorkflowsRate LimitingQuotasThrottling

Limits

Anonymous Register Default api-key
requests_per_minute · minute
5
Default tier for keys minted via /auth/register without supplying an email. Scaffold value.
Core Edition Default api-key
requests_per_minute · minute
30
Default tier when /auth/register is called with an email, or when an agent is created in the Core Edition console. Scaffold value.
Core Edition Monthly Quota api-key
requests_per_month · month
10000
Scaffold value; Jentic does not publish a hard monthly quota.
Enterprise Negotiated Limit contract
requests_per_minute · minute
1000
Negotiated; subject to fair use.

Policies

Backoff Strategy
Clients should implement exponential backoff with jitter and honor the Retry-After header when present.
Burst Handling
Short bursts above the steady-state limit are tolerated up to the documented burst ceiling before throttling engages.
Quota Reset
Monthly quotas reset at the start of each calendar month in UTC. Per-minute windows are sliding.
Fair Use
Even on uncapped enterprise tiers, sustained usage that materially impacts shared infrastructure may be throttled.
Upstream Limits Pass Through
Jentic does not absorb upstream API quotas. If an executed operation triggers Gmail / Linear / Slack rate limits, the upstream 429 surfaces as a 502 from /agents/execute.