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.
Sign upLog in
Developer GuideCore ConceptsAPI Reference
  • Getting Started
    • Introduction
    • Quickstart
    • Rate limits
  • How-to Guides
    • Import landscapes
    • Create model objects
    • Export objects and relationships
    • Update model descriptions
    • Create landscape versions
    • Invite users
LogoLogo
Sign upLog in
On this page
  • Handling rate limit errors
Getting Started

Rate limits

Was this page helpful?
Previous

Importing landscapes

Next
Built with

We apply the following rate limits to our REST API. Limits are the same for all environments.

EndpointsMethodsLimit
/user/*POST10 per minute
/*GET HEAD2,400 per minute
/*POST PUT PATCH DELETE60 per minute

Handling rate limit errors

When you exceed a limit, the API returns a 429 Too Many Requests response with a JSON error body:

1{
2 "message": "Too Many Requests"
3}

Check the Retry-After response header to see how many seconds to wait before retrying.