- WebSocket URL — single
wss://URL, no SDK needed. Pass config as query params, browser auto-stops on disconnect. - SDK — create a browser via the API, get a
cdp_url, connect with your framework of choice.
WebSocket URL (no SDK)
Connect to a cloud browser with a single WebSocket URL. All configuration is passed as query parameters — no SDK or REST calls needed.Playwright
Puppeteer
Query parameters
How it works
The browser is automatically created when you connect and automatically stopped when the WebSocket disconnects. No need to call any API to start or stop the browser.SDK
Create a browser session
Connect with Playwright
Connect with Puppeteer
Connect with Selenium
Manage sessions
Parameters
See Models & Pricing for browser session and proxy costs.