Management API

Management endpoints are rate-limited per project. When you exceed the limit, the API returns 429 Too Many Requests with a Retry-After header when available.
TierApproximate limit
Free / hackathon60 requests / minute
Pro300 requests / minute
BusinessCustom

Runtime broker

POST /v1/auth/token is limited to prevent credential stuffing. Cache resolved tokens client-side — the Skyline SDK refreshes at 80% of TTL automatically.

Messaging quotas

Separate from HTTP rate limits, iMessage lines enforce delivery quotas:
  • 5,000 messages per project per day (free tier)
  • 50 new conversations per line per day
  • 10 registered users per project (free tier)
See iMessage connection and routing for details.

Retry guidance

CodeAction
429Back off and retry with exponential delay
5xxSafe to retry with backoff
401Do not retry — fix credentials
422Do not retry — fix request body