You can now set request ceilings on individual API keys, directly from the dashboard. This is the most-requested control from teams running multi-tenant workloads on a shared account.
Each key inherits the account default of 100 req/s. Override any key on the Keys tab; changes take effect within a few seconds and are logged.
# set a 250 req/s ceiling on one key
curl -X PATCH https://api.acme.dev/v2/keys/key_8f4a2 \
-d '{ "rate_limit": 250 }'
See the rate-limits guide for the full reference.