Stay AI · Rate Limits

Stay Ai Rate Limits

Stay AI's public developer documentation describes the REST API and its X-RETEXTION-ACCESS-TOKEN authentication but does not publish specific numeric rate-limit values (requests per minute/day or burst allowances) as of the review date. Standard SaaS throttling and a 429 response on excess are assumed but not confirmed in the docs. Values here are unreconciled placeholders pending confirmation from Stay AI.

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

It captures 3 rate-limit definitions, measuring requests and jobs.

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

Tagged areas include Subscriptions, Retention, Shopify, Rate Limiting, and Quotas.

3 Limits Throttle: 429
SubscriptionsRetentionShopifyRate LimitingQuotasThrottling

Limits

Requests Per Minute apiKey
requests
not published
No per-minute request ceiling documented in the public API reference.
Requests Per Day apiKey
requests
not published
No per-day request ceiling documented in the public API reference.
Bulk Data Export account
jobs
not published
Export Data is an asynchronous bulk operation; job concurrency limits are not documented.

Policies

Authentication
All requests require a valid X-RETEXTION-ACCESS-TOKEN header; missing or invalid keys return 401.
Backoff Strategy
Clients should implement exponential backoff with jitter and honor any Retry-After header on 429 responses.

Sources