What it is
The runtime launches the Firefox-based Vulpine browser, attaches the Juggler automation protocol, and hands every agent an isolated browser session. Foxbridge can expose the same context to compatible CDP clients. 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.
Vulpine browser
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.