Infisical/agent-vault
A credential broker vault that intercepts HTTP requests for AI agents and attaches secrets on their behalf to prevent credential leakage.

Agent Vault is an open-source credential management system designed specifically for AI agents. It acts as an intermediary between AI agents and the APIs they need to call, storing credentials server-side and brokering access without exposing secrets to the agent. When an agent makes an HTTP request, Agent Vault intercepts it, injects the appropriate credentials (such as API keys for LLM providers), and forwards the request to the target service. This architecture prevents credential exfiltration attacks where a compromised or manipulated agent could leak sensitive secrets.
Frequently asked
- What is Infisical/agent-vault?
- A credential broker vault that intercepts HTTP requests for AI agents and attaches secrets on their behalf to prevent credential leakage.
- Is agent-vault open source?
- Yes — Infisical/agent-vault is an open-source project tracked on heatdrop.
- What language is agent-vault written in?
- Infisical/agent-vault is primarily written in Go.
- How popular is agent-vault?
- Infisical/agent-vault has 1.9k stars on GitHub and is currently accelerating.
- Where can I find agent-vault?
- Infisical/agent-vault is on GitHub at https://github.com/Infisical/agent-vault.