Sana · Rate Limits

Sana Labs Rate Limits

Sana's public API reference does not publish explicit, numeric per-account rate limits for the tenant-scoped REST API. Access is gated by OAuth 2.0 client-credentials tokens scoped to a customer's .sana.ai tenant, and practical throughput is governed by enterprise agreements. Specific RPM/RPS or quota values are not documented and are not reconciled in this artifact.

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

It captures 2 rate-limit definitions, measuring requests and seconds.

The profile also includes 2 backoff/retry policies defined and response codes documented for throttled.

Tagged areas include AI, Knowledge, Learning, LMS, and Agents.

2 Limits Throttle: 429
AIKnowledgeLearningLMSAgentsRate LimitingQuotasThrottling

Limits

Per-Tenant API Requests tenant
requests
see provider documentation
No numeric public rate limit documented; scoped per .sana.ai tenant token.
Access Token Lifetime token
seconds
3600
OAuth client-credentials access tokens are issued with an expiresIn (e.g. 3600s); re-request as needed.

Policies

Token Refresh
Request a fresh access token from POST /api/token before expiry rather than relying on a long-lived credential.
Backoff Strategy
Clients should implement exponential backoff with jitter and honor any Retry-After header on 429 responses.

Sources