Prerequisites
- you are authenticated with
floo auth login - you want to inspect current plan usage or change the monthly cap
1. Check Current Usage
- current plan
- included compute for that plan
- current period spend
- current spend cap
--json mode it also returns max_spend_cap_cents, which is useful for tooling and dashboards.
2. Set a Spend Cap
0 to remove the cap (no spending limit).
When the org exceeds its spend cap, deploys are blocked until the cap is raised or the next billing period begins.
3. Upgrade the Plan
hobbyproteam
4. Use JSON for Automation
Dashboard Surface
The shipped Billing page adds the visual view:- current plan details
- usage charts and limits
- spend-cap UI
- upgrade and billing portal flows
Recommended Policy for Teams and Agents
- Inspect usage after the first live deploy.
- Set a spend cap that matches the project budget.
- Re-check usage before increasing the cap.
- Treat
SPEND_CAP_EXCEEDEDas an operational signal, not a transient error.