## Compatibility
The whole hunk
from line 2, old and new numbered
/
lines
from line 2
22title: Authenticate with vaults
33url: https://platform.claude.com/docs/en/managed-agents/vaults
44description: Register per-user credentials when creating sessions.
5featureMetadata:
6 topic:
7 title: Managed Agents
8 url: https://platform.claude.com/docs/en/managed-agents/overview
9 status: beta
10 betaHeader: managed-agents-2026-04-01
511---
6
7## Compatibility
8- Status: Beta
9- [Beta header](https://platform.claude.com/docs/en/api/beta-headers): `managed-agents-2026-04-01`
1012
1113Vaults and credentials are authentication primitives that let you register credentials for third-party services once and reference them by ID at session creation. This means you don't need to run your own secret store, transmit tokens on every call, or lose track of which end user an agent acted on behalf of.
1214