codemax · usage

monitor your api keys at a glance
live · refreshing every 5s
Refresh
in 5s
Overview 0 keys
Total tokens used
Tokens remaining
Total requests
Active keys
Quota Reset API

Call this URL to reset token quotas for all overdue keys stored in api-keys.json. Use it in a cron job, monitoring system, or any automation.

GET https://codemax.avyaanjaiswal.com//index.php?action=reset
Cron job example (every 30 minutes):
*/30 * * * * curl -s https://codemax.avyaanjaiswal.com//index.php?action=reset
API Keys on server 4
sk-cp-1b1945c9c9884afc912b50d209e90c03
sk-cp-89aff2844701407091fe91f17de69c13
sk-cp-a093429056914aeeb2e6d7a2f3ff2d32
sk-cp-4f4444e34b014264821538772d4ab6e9
Keys are persisted in api-keys.json on the server. The Trigger reset button above resets overdue quotas.
api-keys.json
{ "keys": [ "sk-cp-1b1945c9c9884afc912b50d209e90c03", "sk-cp-89aff2844701407091fe91f17de69c13", "sk-cp-a093429056914aeeb2e6d7a2f3ff2d32", "sk-cp-4f4444e34b014264821538772d4ab6e9" ], "updatedAt": "2026-04-21T09:29:32+00:00" }