Browser Sessions
Browser sessions give you a real Chromium instance inside a dedicated microVM, exposed through a standard Chrome DevTools Protocol (CDP) endpoint. The browser is a genuine desktop Chrome installation — not headless-only, not a container-shared process.
Create a browser session
Connect with Playwright
Connect with Puppeteer
CDP discovery endpoints
The session control URL supports standard CDP discovery routes:
GET /json/version— browser version and WebSocket debugger URLGET /json/list— open tabs/targetsGET /json/protocol— full CDP protocol definition
MCP browser tool
The browser MCP tool provides three actions:
Browser jobs
For queued browser work instead of direct CDP control, use the jobs API:
browser.action— sequential CDP method callsbrowser.scrape— navigate to a URL and optionally extract content by selector
See Jobs for details.
Proxy selection
Browser sessions accept an optional proxy selector to route traffic through residential or datacenter proxies. If omitted, the platform applies a default based on your billing plan.
Stealth
Chaser browser sessions are designed to present as real desktop Chrome installations. Each session runs a genuine Chromium binary inside its own VM with a real display server, real system fonts, and standard browser fingerprints. The CDP proxy layer applies additional hardening to prevent common automation detection signals.
Stealth outcomes depend on your target sites and traffic patterns. Test against your specific targets for best results.
