Best Practices
Token Vault
Store per-user credentials and bind them to the requester to prevent the Confused Deputy Problem
A Token Vault stores credentials per user and enforces the mapping between users and the credentials they’re allowed to use. When you run AI agents in a multi-user environment, it’s the foundation that carries your existing access boundaries over to the agents unchanged.

