CAIN Budget
● Live - Production

CAIN Budget

Hard spending limits for autonomous AI agents. Reserve, authorize, execute, and account for AI spending — without allowing a single action to exceed its limit.

● Live Enforcement - Real Budget Engine

See Budget Enforcement in Action

This demonstration uses the real CAIN Budget engine. Every decision is enforced before execution.

Step 1
Estimate
Agent requests $3 action
Step 2
Authorize
Identity + Policy + Budget check
Step 3
Reserve
$3 locked before execution
Step 4
Execute
Only if ALLOW
Step 5
Commit
Record actual cost
Budget State
Budget Limit: $10.00
Committed: $0.00
Reserved: $0.00
Remaining: $10.00

Real-Time Budget Dashboard

Press Enter or change to reload
-
Limit
-
Committed
-
Reserved
-
Remaining
-
Utilization
-
Status
Enter a tenant ID above and press Enter to load budgets

API Reference

GET /fabric/budgets
curl -H "X-Tenant-ID: your-tenant" https://cainstudio.online/fabric/budgets
POST /fabric/budgets/{id}/reserve
{"amount_cents": 300, "action": "model_inference"}
POST /fabric/budgets/{id}/commit/{reservation_id}
{"actual_cost_cents": 285}

Full OpenAPI spec available at /openapi.json