Bump.sh · Rate Limits

Bump Sh Rate Limits

Machine-readable rate limit definitions for the Bump.sh API surface. Bump.sh does not publish numeric per-second API quotas; the public surface is primarily intended for CI-driven deploys (a small number of POST /versions, POST /diffs, POST /validations per build). Limits below are conservative scaffold defaults aligned with the plan structure on https://bump.sh/pricing and should be reconciled with values returned in actual response headers.

Bump Sh Rate Limits is the machine-readable rate-limit profile for Bump.sh on the APIs.io network, conforming to the API Commons Rate Limits specification.

It captures 5 rate-limit definitions, across the free, professional, and enterprise tiers, measuring requests_per_minute and requests_per_month.

The profile also includes 4 backoff/retry policies defined and response codes documented for throttled, quotaExceeded, and serviceUnavailable.

Tagged areas include API Changelog, API Documentation, API Hub, AsyncAPI, and CI/CD.

5 Limits Throttle: 429 Quota: 429
API ChangelogAPI DocumentationAPI HubAsyncAPICI/CDOpenAPIRate LimitingQuotasThrottling

Limits

Free Tier Default api-key
requests_per_minute · minute
10
Free Tier Monthly Quota api-key
requests_per_month · month
1000
Professional Tier Default api-key
requests_per_minute · minute
100
Professional Tier Monthly Quota api-key
requests_per_month · month
100000
Enterprise Negotiated Limit contract
requests_per_minute · minute
1000

Policies

Backoff Strategy
Clients should implement exponential backoff with jitter, honoring the Retry-After header when present.
Burst Handling
Short bursts above the steady-state limit are tolerated up to the documented burst ceiling before throttling engages.
Quota Reset
Monthly quotas reset at the start of each calendar month in UTC. Per-minute and per-second windows reset on a sliding-window basis.
Fair Use
Even on uncapped enterprise tiers, sustained usage that materially impacts shared infrastructure may be subject to fair-use throttling.