Rate limits apply per organization (across all API keys for the same tenant), based on your plan’s Max TPS setting:
Plan
Max TPS
Free
10
Growth
100
Pro
500
Enterprise
Custom
Throttling uses a strict per-second window: the counter resets every epoch second. Requests exceeding the TPS limit in that second receive HTTP 429 Too Many Requests with code C-007.For execution endpoints, batch and composite calls count as a single request against TPS, regardless of how many fact sets they contain. This makes batching the most direct way to handle burst traffic without upgrading.
Issuing additional API keys does not raise your effective TPS — keys share the same per-tenant bucket. Upgrade your plan to raise the limit, or batch your calls to fit more work into each request.