Prerequisites
- A running Agent Vault instance on a separate host from where your workload runs (see installation guide).
- A custom agent, harness, or application that makes HTTP requests.
- 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 your workload 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 your workload under agent-vault
agent-vault run launches your process 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
Connect a custom agent
Manual proxy setup, error handling, and proposals.
Agent protocol
Full request lifecycle end-to-end.

