From b00aee0e6f8c17a3b72474460a3df3219911336b Mon Sep 17 00:00:00 2001 From: Graham Neubig Date: Wed, 7 May 2025 10:12:06 -0400 Subject: [PATCH] Clarify API rate limit behavior (#8324) --- docs/modules/usage/cloud/cloud-api.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/modules/usage/cloud/cloud-api.md b/docs/modules/usage/cloud/cloud-api.md index f9b483063c..09a3a8b660 100644 --- a/docs/modules/usage/cloud/cloud-api.md +++ b/docs/modules/usage/cloud/cloud-api.md @@ -172,6 +172,5 @@ The response is formatted as follows: ## Rate Limits -The API has a limit of 10 simultaneous conversations per account. If you need a higher limit for your use case, please contact us at [contact@all-hands.dev](mailto:contact@all-hands.dev). - -If you exceed this limit, the API will return a 429 Too Many Requests response. +If you have too many conversations running at once, older conversations will be paused to limit the number of concurrent conversations. +If you're running into issues and need a higher limit for your use case, please contact us at [contact@all-hands.dev](mailto:contact@all-hands.dev).