Sign InOpen Brain
VercelEngineering PostOfficial Source

AI Gateway now supports team and project spend budgets

AI Gateway can now enforce spend caps across a team, project, or API key, giving agent workloads layered cost controls instead of relying on per-key limits alone.

Vercel · Jul 31, 2026
Open Source Open MarkdownOpen JSON
Source Summary

AI Gateway budgets now cover **team, project, and API key** scopes. Every applicable budget must have room; hitting any limit rejects further requests until the cap resets or is raised.

Practical Implication

Set defaults for projects or keys, then add explicit overrides for expensive agents. Use **50%, 75%, and 100% alerts** to catch rising spend before a hard limit interrupts a run.

Agent-Ready Context
AI Gateway budgets now cover **team, project, and API key** scopes. Every applicable budget must have room; hitting any limit rejects further requests until the cap resets or is raised.

Set defaults for projects or keys, then add explicit overrides for expensive agents. Use **50%, 75%, and 100% alerts** to catch rising spend before a hard limit interrupts a run.

Alerts are informational and disabled by default. **BYOK spend is excluded by default**, so enable or account for it separately if the budget must reflect total model usage.
Connected Context · Feed7 Judgment

This closes part of the gateway cost-control loop by turning observed spend into scoped warnings and fail-closed caps. It adds an implementation constraint for agents: overlapping team, project, and key budgets can stop a run even when one scope has room. Because alerts require activation and BYOK is excluded by default, teams cannot treat configured caps as complete cost coverage without checking both settings.

Context Map
infracoding#gateways#observability
Uncertainty
Alerts are informational and disabled by default. **BYOK spend is excluded by default**, so enable or account for it separately if the budget must reflect total model usage.