#0412
`anthropic-sdk-typescript` `v0.95.0` adds Managed Agents multi-agent support
60radar
Managed AgentsAgent platform — built-in multi-agent flows and webhooks
The TypeScript client now exposes Managed Agents multi-agent flows, outcomes, webhooks, and vault validation. Useful if you want agent orchestration in app code without building the plumbing first.
Managed Agentsnow covers multi-agent runs and outcomes, so app-side orchestration can map to official SDK primitives.- Webhook support landed in the same release, which cuts custom glue for async agent completion and event handling.
vaultvalidation was added alongside agent features, a signal that Anthropic is tightening secret-handling paths in the SDK.- The only listed fix adjusts webhook configuration, so teams adopting the new event flow should watch config behavior on upgrade.
Source: github.com/anthropics/anthropic-sdk-typescript/releases/Read original →