Need an enterprise-grade solution? Infisical offers managed Agent Vault with enterprise support, SLAs, and advanced features.
Book a demo with us to learn more.
Why Agent Vault
Traditional secrets management involves returning credentials back to you applications and services. This is not suitable for AI agents because they are vulnerable to credential exfiltration via prompt injection; an attacker could craft a malicious prompt or payload and exfiltrate credentials from an agent back to the attacker. Enter Agent Vault - a new credential management solution built for agents that prevents credential exfiltration with ergonomic, agent-first design.How it works
Start by setting up an instance of Agent Vault on a separate host machine:- You install the Agent Vault binary or deploy an instance with Docker.
- You configure Agent Vault with the credentials and service credential substitution rules to enable Agent Vault to broker credentials for your AI agent.
- You configure an agent in Agent Vault to represent your AI agent and obtain a token for it. If your workflow involves using an orchestrator backend to spin up ephemeral sandboxed agents, you can use the agent construct to represent your orchestrator and mint a short-lived token to be passed into the sandbox for the agent to use and proxy requests through Agent Vault.
- You bootstrap your AI agent’s environment to automatically route all outbound HTTP and HTTPS traffic through Agent Vault. This can be done with the Agent Vault CLI and setting
AGENT_VAULT_ADDR,AGENT_VAULT_TOKEN, andAGENT_VAULT_VAULTin the agent’s environment. - You give your AI agent dummy credentials like
__anthropic_api_key__or__github_pat__to use when making API calls.
Get started
Installation
Deploy Agent Vault, start a server, and register.
Quickstart
Claude Code
Connect Claude Code to Agent Vault.
Cursor
Connect Cursor to Agent Vault.
Codex
Connect Codex to Agent Vault.
OpenClaw
Connect OpenClaw to Agent Vault.
Hermes Agent
Connect Hermes Agent to Agent Vault.
OpenCode
Connect OpenCode to Agent Vault.
Custom Agent
Connect any HTTP-capable agent.

