Budgets
Get Budget
The agent’s spend budget and live utilization for the current UTC day
GET
Returns the configured caps plus what has been spent so far today. Spend is wallet outflow: gross receipt totals net of any credits applied, with failed settlements excluded.
spent_today_usdc is reported even for agents with no budget, so a dashboard can show utilization either way.
Authentication
X-Agent-ID plus a signed x-agent-proof with scope: "read" — required, not log-only. See Spend Budgets.
Response
number | null
Daily cap in USDC.
null = unlimited.number | null
Per-call cap in USDC.
null = unlimited.number | null
Fraction of
daily_usdc that triggers a budget_warning.number | null
Fraction of
daily_usdc at which paid calls are rejected.string
Wallet outflow so far this UTC day.
string | null
daily_usdc × pause_at − spent. null when there is no daily cap.number | null
spent / daily_usdc. null when there is no daily cap.string
ISO timestamp of the next UTC midnight, when the daily window resets.