Budget is the ledger and reporting view for token and cost usage. Every provider call writes aDocumentation Index
Fetch the complete documentation index at: https://familyco.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
BudgetUsage row tagged with run, agent, project, and task.
Cards
- Total spend
- Total tokens
- Monthly trend
- Top costly agents
- Top costly projects
- Cap warnings
Drill-downs
- By provider
- By model
- By run
- By day / week / month
Caps
- Soft cap — creates a warning Inbox item. Execution continues.
- Hard cap — blocks execution and requires Founder approval to proceed.
globalBudgetSoftCap, globalBudgetHardCap) and may be applied per agent via budgetPolicyId.
Per-call ledger fields
EachBudgetUsage row includes:
runId,agentId,projectId,taskIdprovider,modelpromptTokens,completionTokens,totalTokensestimatedCost,currency,recordedAt
totalTokens = promptTokens + completionTokens is enforced.