Skip to main content

Why

Bots and autonomous agents make a lot of API calls. Without a cap, a prompt-loop bug at 3am can drain your credit balance overnight. Set a daily credit limit per key and we’ll return 429 once it’s hit — the limit resets at 00:00 UTC.

Set via dashboard

  1. Visit dolphy.chat/settings/api-keys
  2. Click Manage on the key
  3. Set “Max credits per day” → Save

Set via API

Pass null to remove the limit.

When the limit is hit

Status: 429. Wait until 00:00 UTC or top up the limit via the dashboard.

Notes

  • Limits are per key, not per account. A 500 cr/day limit on one key doesn’t affect another key on the same account.
  • Limit checking is atomic with the deduction — concurrent calls can’t blow past the cap.
  • Resets are UTC. If you’re in PST and want a “midnight” reset that matches your local day, just remember 00:00 UTC = 4pm or 5pm PST.