Built by Metorial, the integration platform for agentic AI.
Retrieve CDP (Chrome DevTools Protocol) logs for a browser session. Returns detailed request/response data for each CDP method call, useful for debugging automation issues.
Retrieve detailed information about a specific browser session, including connection URLs, status, timing, proxy usage, and metadata.
List all Browserbase projects accessible with the current API key. Returns project details including name, owner, default timeout, and concurrency limits.
Retrieve live debugging URLs and page information for a running session. Returns debugger URLs, WebSocket URL, and details about currently open pages. Use this to inspect or connect to a live session.
Retrieve usage statistics for a project including browser minutes consumed and proxy bytes used. Defaults to the configured project if no project ID is provided.
Create a new cloud browser session on Browserbase. Configure the session with a specific region, timeout, proxy settings, browser viewport, stealth mode, ad blocking, captcha solving, and persistent context. Returns connection URLs for Playwright, Puppeteer, or Selenium integration.
Retrieve details about a persistent browser context including creation time and linked project.
List browser sessions with optional filtering by status or user metadata query. Returns session details including status, region, timing, and proxy usage.
Delete a persistent browser context. This permanently removes all stored cookies, localStorage, and other browser state associated with the context.
Retrieve details about an uploaded Chrome extension including file name and linked project.
End a running browser session by requesting its release. The session will transition to COMPLETED status and free up resources.
Retrieve session replay recording data with timestamped events. Returns rrweb-format events that can be used to replay what happened during the browser session.
Delete an uploaded Chrome extension. The extension will no longer be available for new sessions.
Create a new persistent browser context. Contexts allow reusing cookies, localStorage, IndexedDB, and authentication tokens across multiple browser sessions, eliminating repeated logins.
Fetch a web page through Browserbase's cloud infrastructure. Returns the page content, headers, status code, and content type. Supports proxy routing and redirect following.