BundleUp enforces rate limits per connection to protect upstream APIs, ensure fair usage, and prevent a single customer from overwhelming an integration. Rate limiting is strict, predictable, and enforced at the proxy layer.Documentation Index
Fetch the complete documentation index at: https://docs.bundleup.io/llms.txt
Use this file to discover all available pages before exploring further.
Rate limit policy
Each connection is limited to:- 100 requests
- per 60 seconds
What happens when you hit the limit
When a connection exceeds its rate limit:- The request is rejected with 429 Too Many Requests
- No request is sent to the upstream API
- The response includes a
Retry-After: 60header indicating when you can retry

