Skip to content
▚ What it's for

Four ways teams put it to work.

Each of these runs on endpoints that ship today — sessions, CDP, perform-web-task, the native MCP server, and the /content snapshot. Where a capability is roadmap, it's labeled inline, not implied.

Autonomous web tasks

Problem

You want an agent to fill forms, research, and navigate multi-step flows.

How

perform-web-task takes a prompt (and optional output schema), drives the browser through a snapshot→model→action loop, and returns a structured result.

Proof

Live perform-web-task result + streamed steps.

Data extraction / scraping

Problem

You need structured data from pages at scale.

How

Create sessions, drive them over CDP, and pull an accessibility snapshot from /content. Route through a proxy and turn on extra stealth when a site pushes back.

Proof

Sessions + CDP + /content snapshot endpoint.

QA / E2E testing

Problem

You want browser tests against real cloud sessions.

How

Point Playwright or Puppeteer at a session’s cdp_url and run your existing suite — the connection is a drop-in.

Proof

Unmodified connectOverCDP drop-in proof.

Star it. Run it. Ship agents on it.

Open-source and free to self-host. Managed cloud is coming.