Session Budgets, Geo Pinning, Multiagent Caps: Managed Agents Grows Up
Anthropic's claude-api skill documents an August Managed Agents update adding session and deployment spend budgets, inference geo pinning, and a multiagent shared usage cap.
What it is
An update to Anthropic's official claude-api Claude Agent Skill, mirroring the August 5 Managed Agents feature launch.
What it does
It documents a budget object settable at session or deployment creation (in minor-unit cents), budget_reached pause behavior, a session.usage event, the ability to change or remove a budget to resume a paused session, a shared cap across multiagent setups, and per-session or per-agent inference geo pinning that isn't retroactively grandfathered.
Why it matters
Anyone running Managed Agents in production now has a built-in way to hard-cap spend per session or deployment instead of relying on external monitoring to catch a runaway agent, building on the July Managed Agents update.
How to use it
Pull the updated claude-api skill and set a `budget` object on session or deployment creation if you need a hard spend ceiling on Managed Agents.