cavi-ai/
GitHub ↗

Overview

bobby-browser is a browser automation runtime with authenticated, capability-scoped control surfaces. All adapters share capability, idempotency, evidence, checkpoint, and event contracts. Authentication fails closed; credentials are never accepted in URLs or query strings.

Alpha. Interfaces are stable enough to build against, but may still change before 1.0. See the security model before exposing any deployment. Interface version: `2026-07-23`.

Which surface?

GoalStart here
First successful navigateFirst browser session
Application code in Node/TSTypeScript SDK
Raw HTTP / curl / non-TSHTTP API + Authentication
Agent host (Claude, Cursor, …)MCP tools via stdio or HTTP
Playwright / PuppeteerAuthenticated CDP (primitives only)
Embed in RustRust SDK

Surfaces:

  • Rust SDK / in-process authority
  • TypeScript SDK over HTTP
  • MCP over stdio
  • MCP over streamable HTTP (POST /v1/mcp)
  • Playwright / Puppeteer over authenticated CDP

The runtime is multi-principal: one instance serves many tenants, each with a capability-scoped bearer, per-principal in-flight quota, and durable token records.