Platform
Keys & budgets
Per-key guardrails: budgets, model allowlists, rate limits.
Each key can have its own guardrails, set at creation or later from the dashboard:
- Budget — a hard spend cap for the key. Requests fail once it's reached.
- Allowed models — restrict a key to specific models (e.g. only cheap ones for a side project).
Per-request logs (time, model, tokens, cost) are available per key in the dashboard under API Keys → Logs.
Recommended setup for agents #
Coding agents and autonomous tools can burn tokens quickly. For each agent:
- Create a dedicated key named after the tool (
cursor,openclaw,ccr…). - Set a budget you're comfortable losing to a runaway loop.
- Optionally allowlist only the models that tool should use.
That way one misbehaving tool can never spend more than its own cap, and your usage logs stay attributable per tool.