What it is
The runtime spawns Firefox-based Camoufox processes, attaches the Juggler automation protocol, and hands them to OpenClaw — the agent loop — through Foxbridge's CDP-translation layer. Every browser session is identity-scoped, fingerprint-coherent, and security-hardened by four C++ patches that ship with the build.
On top of that you get a multi-agent orchestrator, a vault for persistent identities, a 36-tool MCP toolbelt, cost tracking, agent-bus policies, recordings, and a script DSL for repeatable browser tasks that don't burn LLM tokens.
Hardened Camoufox
Firefox 146.0.1 fork with four operator-grade security primitives baked into the C++ core.
Multi-agent orchestrator
Spawn, pause, resume, kill hundreds of agents from one process. Sessions persist across restarts.
Identity vault
Cookies, localStorage, fingerprints, and proxy assignments per citizen. SQLite via pure-Go modernc.
MCP toolbelt
36 typed browser tools exposed over Model Context Protocol. Any MCP client can drive a session.