What is Agent Vault
mainAgent Vault is an open-source credential broker and proxy service designed specifically for AI agents. It sits between an AI agent and the APIs it calls (such as LLM providers, GitHub, or Stripe) to prevent credential exfiltration via prompt injection.
Instead of giving an agent real credentials, you provide it with "dummy credentials" (e.g., __anthropic_api_key__). Agent Vault intercepts the agent's outbound HTTP/HTTPS requests, swaps the dummy credentials for real ones, and forwards the request to the target service. This ensures the agent never actually holds sensitive secrets in its environment.