Built by Metorial, the integration platform for agentic AI.

Learn More

Tools

Get Session Logs

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.

Get Session

Retrieve detailed information about a specific browser session, including connection URLs, status, timing, proxy usage, and metadata.

List Projects

List all Browserbase projects accessible with the current API key. Returns project details including name, owner, default timeout, and concurrency limits.

Get Session Debug Info

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.

Get Project Usage

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 Session

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.

Get Context

Retrieve details about a persistent browser context including creation time and linked project.

List Sessions

List browser sessions with optional filtering by status or user metadata query. Returns session details including status, region, timing, and proxy usage.

Delete Context

Delete a persistent browser context. This permanently removes all stored cookies, localStorage, and other browser state associated with the context.

Get Extension

Retrieve details about an uploaded Chrome extension including file name and linked project.

Complete Session

End a running browser session by requesting its release. The session will transition to COMPLETED status and free up resources.

Get Session Recording

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 Extension

Delete an uploaded Chrome extension. The extension will no longer be available for new sessions.

Create Context

Create a new persistent browser context. Contexts allow reusing cookies, localStorage, IndexedDB, and authentication tokens across multiple browser sessions, eliminating repeated logins.

Fetch Page

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.