Docs · Optics · Free
Quickstart — observe in about a minute.
Engineers shouldn’t need a sales call to try Observe. Install Optics, wrap a process, export proof. Enforcement is Gate; Absolute Control is Phantom Engine.
$ vantio run node agent.js
[ ∅ VANTIO ] run trace_id=0x1a2b3c4d5e6f7a8b
[ ∅ VANTIO ] Outbound LLM call intercepted
host: api.openai.com
pid: 12345
bytes: 4,821
time: 2026-07-17T18:00:01.100Z
→ Optics observes only — metadata, never prompts
[ ∅ VANTIO ] Outbound LLM call intercepted
host: api.anthropic.com
pid: 12345
bytes: 2,104
time: 2026-07-17T18:00:04.882Z
[ ∅ VANTIO ] Run Summary
LLM calls: 2
Hosts: api.openai.com, api.anthropic.com
Total bytes: 6,925
Duration: 4.8s
action: OBSERVEDInstall ladder
No account. No conversation retention. Sight Loop only — observe.
01
Install the CLI
One global install on macOS, Linux, or Windows (WSL).
npm i -g @vantio/cli02
Wrap the agent process
Prefix your usual command. Optics watches outbound connections — never the conversation.
vantio run node agent.js03
Optional: Optics MCP
Read-only observe in Cursor (or similar). List runs, export proofs, discover hosts. Cannot block or enforce.
npx -y @vantio/optics-mcpCursor · mcp.json
{ "mcpServers": { "vantio-optics": { "command": "npx", "args": ["-y", "@vantio/optics-mcp"] } } }04
Prove & discover
Export a shareable proof or browse local run history — no account required.
vantio prove vantio discover --local
Next planes
Enforce
Vantio Gate
Policy Latch — block, redact, cap spend. Preview on live traffic first.
Gate overview →Lock down
Phantom Engine
Absolute Control when you host agents — Rogue Reconciliation and proof.
Enterprise overview →Architecture topology: where Vantio sits. Questions: hello@vantio.ai.