🟡 🤝 Agents Published: · 2 min read ·

Anthropic Release Notes: Five Updates for Claude Managed Agents — Effort Levels, Webhooks, and Session Seeding

Editorial illustration: Anthropic platform and five new capabilities for Claude Managed Agents

Anthropic announced five changes to Claude Managed Agents on July 22, 2026. A new session can now be seeded with up to 50 events via the initial_events parameter, webhooks cover seven types of lifecycle events, the model's effort level can now be set, and the version field for agent updates becomes optional.

🤖

This article was generated using artificial intelligence from primary sources.

Anthropic announced five changes to Claude Managed Agents — agents managed by Anthropic’s platform, meaning they run and are maintained on its infrastructure without the developer having to host their lifecycle themselves — in its platform release notes on July 22, 2026.

How is an agent’s effort level now controlled?

The update allows setting the effort level directly on the agent’s model — a parameter that controls how deeply the model “thinks” before generating a response. Previously, this level was not adjustable at the individual agent level, so developers had to accept the model’s default behavior for all tasks.

Webhooks and session seeding bring broader control

Webhooks now cover lifecycle events for the environment (4 types) and the memory store (3 types) — seven event types in total that the system can automatically report to an external application, instead of the developer manually checking state.

A new session can be immediately “seeded” with up to 50 events of type user.message or user.define_outcome via the initial_events parameter in a POST /v1/sessions call. For comparison, until now every session started empty, with context only building up through subsequent messages — now the agent has a predefined history and goals from the very first moment.

What changes for agent updates and generation tracking?

The version field for agent updates becomes optional — it can be used for optimistic concurrency (checking that no one else modified the agent at the same time) or omitted for an unconditional update. In addition, session thread event streams now support the event_deltas[] parameter, which allows viewing a subagent’s text while it is still being generated, instead of waiting for a complete response.

Conclusion

Together, the five changes expand control over the behavior, monitoring, and initialization of Claude Managed Agents, from effort levels to seeding sessions with predefined events.

Frequently Asked Questions

What are Claude Managed Agents?
Claude Managed Agents are agents managed by Anthropic's platform — they run and are maintained on Anthropic's infrastructure, without the developer having to manage the agent's hosting or lifecycle themselves.
What does the new initial_events parameter enable?
The initial_events parameter in a POST /v1/sessions call allows a new session to be immediately seeded with up to 50 events of type user.message or user.define_outcome, instead of the agent starting from an empty session.
What is the effort level for an agent?
The effort level is a new setting on the agent's model that controls how deeply the model reasons before responding, that is, how many computational steps it devotes to analyzing the task.

📬 AI news in your inbox

A daily digest built your way — pick topics, sources and cadence. One-click unsubscribe.