Skip to main content

Browser Use Agents

Give an agent a task and get the result.

Browser Infrastructure

Control a hosted cloud browser through the SDK, REST, or CDP.
Get an API key and export it:

Install the SDK

Skip this step if you use curl.

Run Browser Use Agents

Use Browser Infrastructure

Launch a browser, connect to its CDP URL, then stop it: The examples use the V3 SDK browser resource and the V4 REST browser endpoint. See the developer overview when choosing an interface for a new integration.
Closing Playwright, Puppeteer, or CDP does not stop the browser. Use client.browsers.stop(browser.id) or call PATCH /api/v4/browsers/{id} with {"action":"stop"}.

Copy for an LLM

Give your coding agent the compact Cloud documentation index.