Koyeb · Rate Limits

Koyeb Rate Limits

Koyeb does not document rate limits anywhere in its developer docs, and the published Swagger document declares no 429 response on any of its 177 operations. The API nonetheless enforces and advertises a limit on every response via x-ratelimit-* headers, using the IETF draft RateLimit policy syntax. The runtime signal is therefore the ONLY source of truth, and it is what an agent should read.

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

It captures 1 rate-limit definition, across the all tier, measuring requests.

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

Tagged areas include Cloud Platform, Deployment, PaaS, Serverless, and Rate Limiting.

1 Limits Throttle: 429 Quota: 429
Cloud PlatformDeploymentPaaSServerlessRate LimitingThrottling

Limits

Default API request limit per-caller
requests · minute
400

Policies

Read the headers, not the docs
Because Koyeb publishes no rate-limit documentation, a client must treat x-ratelimit-limit as authoritative and adapt to it at runtime. Parse the second comma-separated element for the window.
Backoff on exhaustion
No Retry-After is sent, so on a 429 sleep for x-ratelimit-reset seconds (plus jitter) rather than using a fixed backoff.
Writes are not retry-safe
The API publishes no idempotency key (see conventions/koyeb-conventions.yml), so a throttled or timed out POST must be reconciled with a List-by-name call before retrying, not blindly repeated.

Work with this as data

Every rate limit here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for rate limits

4 MCP tools reach this
  • find_rate_limitsBrowse and filter every rate limit in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This rate limit
curl "https://apis.io/api/v1/rate-limits/koyeb-rate-limits"
All rate limits
curl "https://apis.io/api/v1/rate-limits?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.