Quota
Quota answers "can this account continue serving requests now?" It combines auth files, inspection results, failure summaries, response headers, and cooldown records to decide whether an account should pause or recover.
It is about account state, not cost. Use Usage Analytics for cost breakdowns.
Before Opening It
Quota data depends on auth files and provider responses. Before using this page, confirm:
- The account exists in Auth Files and has a stable
auth_index. - Requests are flowing through CPA and recent requests exist.
- For Codex accounts, run Codex Inspection when needed.
Data Sources
Quota clues may come from:
- Account information from CPA providers or auth files.
- Codex inspection results.
- Failure summaries such as
usage_limit_reached. - Recent response headers that recorded quota or reset times.
- CPAMP quota cooldown records.
Different providers return different data. Unknown means CPAMP did not get enough information. It does not mean the account is unlimited.
Page Actions
- Search by file name, account, note, or index.
- Sort by plan, quota state, or name.
- Refresh auth files and quota to reload accounts and queryable quota.
- Follow cooldown, reauth, or health hints into Auth Files, OAuth, or inspection pages.
- When comparing accounts, rely on
auth_indexand notes, not only file names.
Quota Cooldown
When quota cooldown is enabled and an account reaches its usage limit, CPAMP can temporarily disable the related auth file and recover it after the reset time.
Notes:
- Enable it with
USAGE_QUOTA_COOLDOWN_ENABLEDor the Configuration switch. - Auto-restore depends on CPAMP continuing to run.
- Manually disabled accounts are not restored automatically.
- Unstable
auth_indexvalues can prevent accurate account binding.
Quota cooldown is for clear quota exhaustion. It is not a good tool for expired login, upstream bans, or configuration errors. Use Account Action Queue or OAuth Login for those.
Troubleshooting
If an account looks usable but requests fail:
- Read the failure summary in Monitoring.
- Check whether Codex Inspection reports quota, workspace, or auth issues.
- Check Auth Files for manual disabled state or cooldown.
- Check whether the account action queue has pending candidates.
- If the page has no quota data, confirm whether that provider supports active quota lookup or only passive header observation.