Prerequisites
- A running Agent Vault instance on a separate host from where Claude Code runs (see installation guide).
- Claude Code installed.
- An agent token from Agent Vault (create one under Agents → Add agent).
- Shell
- Dockerfile
1. Install the Agent Vault CLI
Add theagent-vault binary to the environment where Claude Code runs.2. Set environment variables
The CLI reads these on launch to authenticate with Agent Vault and scope its session to the right vault.3. Run Claude Code under agent-vault
agent-vault run launches Claude Code with HTTPS_PROXY and HTTP_PROXY pre-set so both its HTTPS and plain HTTP calls route through Agent Vault for credential injection.Next steps
Agent protocol
Full request lifecycle end-to-end.
Services
Pre-configure services you know the agent will need.

