For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
DiscordPlatform
DocumentationIntegrationsAPI referenceSDKsChangelog
DocumentationIntegrationsAPI referenceSDKsChangelog
  • Get started
    • Overview
    • Trace your first call
    • Run your first eval
    • Use gateway & prompts
    • Live demo
  • Features
    • Users
  • Admin
    • API keys
    • Provider keys
    • Workspaces & projects
    • Collaborate
  • Resources
      • Span Attributes
      • Error handling
      • API rate limits
  • Security & Support
    • Support
    • Status
LogoLogo
DiscordPlatform
On this page
  • Ask for help?
  • Basics rate limits
  • When Limits Are Exceeded
ResourcesReference

API rate limits

Learn about rate limits for Respan API endpoints and how to handle them.
Was this page helpful?
Previous

Architecture & encryption

Infrastructure, data flow, encryption standards, and security operations.
Next
Built with

Ask for help?

We are still updating our rate limit plan. Rate limits are subject to change as we adjust limits based on usage patterns and platform capacity.

  • Join our Discord community — Get help from the community and our team
  • Request a demo — Contact us for better customer support and to discuss your specific needs

Basics rate limits

We apply per-endpoint rate limits to protect the platform and ensure fair usage across all organizations.

Endpoint CategoryRate LimitScope
Users API60 requests/minutePer organization
Other APIs (excluding Logs & Gateway)60 requests/minutePer organization

When Limits Are Exceeded

When you exceed the rate limit, you’ll receive an HTTP 429 Too Many Requests response:

1{
2 "detail": "Rate limit exceeded",
3 "retry_after": 30
4}

The retry_after field indicates the number of seconds you should wait before retrying.