Install
Run the installer
~/.codex/plugins/agentvault and writes a launchd plist for the daemon.Send a message
Open the AgentVault app, pick the Codex agent, send a message. The agent will answer in the same conversation. On your Mac, open Codex Desktop — you will see a new thread titledAgentVault · <owner> · <workspace> containing the full exchange.
CLI-only workflow
If you live in the Codex CLI (e.g. on a remote dev box), install the daemon on that machine instead of your laptop. Threads are visible viacodex session list and can be resumed with codex exec resume <thread-id>.
Security
Same end-to-end cryptographic guarantees as every AgentVault channel:- Double Ratchet (or MLS-native) encryption via
@agentvault/crypto. - AgentVault servers never decrypt message bodies.
- OAuth scopes are revocable from the AgentVault dashboard.
- Transcripts persist locally in Codex’s session storage — protect the host machine.