Skip to main content
Every browser includes stealth, proxies, live preview, and recording. Its CDP URL is a WebSocket endpoint for remotely controlling Chrome.
Get an API key and export it:

Install the SDK

Skip this step if you use curl.

Launch a browser

The browser-management resource currently uses the explicit V3 SDK namespace. The equivalent REST endpoint is API V4.
browser.close(), disconnecting CDP, or client.close() does not stop the managed browser. Use client.browsers.stop(browser.id) or call PATCH /api/v4/browsers/{id} with {"action":"stop"}.

Connect over CDP

Use the CDP URL with Playwright or Puppeteer.

Browser settings

Configure proxies, screen size, recording, and timeout.