Depot Dev Rate Limits
Depot does not publish explicit numeric request-per-second rate limits for its Connect/gRPC API (api.depot.dev). In practice, account usage is governed by plan allotments and overage billing (Docker build minutes, GitHub Actions minutes, Depot CI minutes, and cache storage) rather than hard per-second request caps, with concurrency of in-flight builds bounded by plan and organization configuration. Standard gRPC/Connect error codes are returned on throttling or resource-exhaustion conditions.
Depot Dev Rate Limits is the machine-readable rate-limit profile for Depot on the APIs.io network, conforming to the API Commons Rate Limits specification.
It captures 5 rate-limit definitions, measuring minutes, vcpu_seconds, storage_gb, and concurrent_builds.
The profile also includes 2 backoff/retry policies defined and response codes documented for throttled and grpcResourceExhausted.
Tagged areas include Container Builds, Docker, BuildKit, Remote Cache, and CI/CD.