Prerequisites
- A running Agent Vault instance on a separate host from where OpenClaw runs (see installation guide).
- OpenClaw installed (>= 2026.3.2).
- An agent token from Agent Vault (create one under Agents → Add agent).
- Shell
- Dockerfile
- Manual config (systemd / launchd)
1. Install the Agent Vault CLI
Add theagent-vault binary to the environment where OpenClaw 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 the OpenClaw gateway under agent-vault
agent-vault run automatically configures OpenClaw’s managed proxy (proxy.enabled) and trusted env proxy for web_fetch, sets OPENCLAW_PROXY_URL, HTTPS_PROXY, HTTP_PROXY, and CA trust variables, and installs the Agent Vault skill. No manual OpenClaw configuration needed.Next steps
Run OpenClaw on a VPS
Production pattern with brokered credentials on a separate host.
Agent protocol
Full request lifecycle end-to-end.
Services
Pre-configure services you know the agent will need.

