Documentation Index
Fetch the complete documentation index at: https://docs.dolphy.chat/llms.txt
Use this file to discover all available pages before exploring further.
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 return429 once it’s hit —
the limit resets at 00:00 UTC.
Set via dashboard
- Visit dolphy.chat/settings/api-keys
- Click Manage on the key
- Set “Max credits per day” → Save
Set via API
null to remove the limit.
When the limit is hit
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.