News

Claude Platform (May 6, 2026): Managed Agents Multiagent Sessions, Outcomes, and Webhooks in Public Beta

Anthropic added Managed Agents webhooks, moved Multiagent Sessions + Outcomes into public beta, and shipped vault credential background refresh + improved session/event filtering.

By AI Coding Tools Directory2026-05-063 min read
Last reviewed: 2026-05-06
ACTD
AI Coding Tools Directory

Editorial Team

The AI Coding Tools Directory editorial team researches and reviews AI-powered development tools to help developers find the best solutions for their workflows.

Anthropic shipped a Claude Platform update on May 6, 2026 that expands what you can automate around Claude Managed Agents. The biggest addition is webhooks, plus a set of beta features (including Multiagent Sessions and Outcomes) being consolidated under the managed-agents-2026-04-01 beta header.

TL;DR

  • Webhooks are now supported for Claude Managed Agents (session + vault lifecycle events).
  • Multiagent Sessions and Outcomes are now in public beta under managed-agents-2026-04-01.
  • Vault credential background refresh is now supported for mcp_oauth credentials.

What Actually Shipped

According to Anthropic's official Claude Platform release notes:

  • Multiagent Sessions + Outcomes public beta: both features are now listed as public beta features under the standard managed-agents-2026-04-01 beta header.
  • Managed Agents webhooks: you can subscribe to webhook event types that include session lifecycle and vault lifecycle events.
  • Vault credential background refresh: background refresh is supported for mcp_oauth vault credentials.
  • Console UX improvements: the release notes also mention new filtering/sorting for sessions (by status) and events (by type/creation time).

Why This Matters

If you're using Managed Agents in production, webhooks make it easier to:

  • Trigger internal workflows when agent sessions start/finish
  • Pipe agent run lifecycle signals into monitoring/alerting
  • Keep credential management more reliable with background refresh for mcp_oauth

Source

Free Resource

2026 AI Coding Tools Comparison Chart

Side-by-side comparison of features, pricing, and capabilities for every major AI coding tool.

No spam, unsubscribe anytime.

Frequently Asked Questions

What changed in the Claude Platform release notes on May 6, 2026?
Anthropic added webhooks for Claude Managed Agents, moved Multiagent Sessions and Outcomes into public beta under the managed-agents-2026-04-01 header, and added vault credential background refresh for mcp_oauth credentials.
What can you use Claude Managed Agents webhooks for?
Anthropic says Managed Agents webhooks can send lifecycle events for sessions and vaults, letting you integrate agent runs into internal workflows and monitoring.