February 23, 2026
What it is: The Atlas Admin APIs now feature a standardized rate limiting system using a token bucket algorithm to provide predictable performance and burst capacity. The system introduces standardized API response headers that offer real-time visibility into rate limit quotas, current usage, and reset times.
Who it’s for: This update is designed for developers and DevOps engineers who manage Atlas environments programmatically and need to ensure their high-volume automation workflows remain within operational boundaries. It is particularly relevant for users performing large-scale configuration updates or fleet management tasks that require resilient API interactions.
Why it matters: Standardized rate limiting protects your teams from unintentional service degradation caused by surge loads or sustained high usage, ensuring high availability for all Atlas users. By providing clear feedback via headers and documentation, the product empowers users to implement effective retry logic and client-side throttling, reducing unexpected request failures.
How to get started: Users can view their current usage by inspecting the RateLimit headers in any Admin API response, using the rate limits API to return rate limit quotas, or by reviewing the updated documentation for recommended retry strategies. For specialized high-load requirements, users can work with MongoDB Support to request configuration adjustment
Docs
Atlas Admin API Rate Limiting Documentation