Skip to main content
A browser session is a cloud Chromium instance you control over CDP (Playwright, Puppeteer) or Anchor’s APIs. Create one, automate, then end it when done.

What you get back

Every successful create returns: By default sessions start headful with recording enabled. See Start Browser Session for defaults and full schema.

How to create

Configure at create

Pass optional session and browser blocks in the create request body. The shape is the same for sync, async, and batch creates. Full schema: Start Browser Session.
Attach identities to start signed in, or set browser.profile to load a saved browser state — see the auth rows below. Setup for each option lives on its own page — this section only links there:

Next steps

Create a session

SDK quick start — create, connect with Playwright or Puppeteer, automate.

Async sessions

Non-blocking create and poll until ready.

Batch sessions

Create many sessions in one API call.

Session recordings

Record and replay sessions after they end.