get_session_logs
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_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.
Create and manage cloud-hosted headless browser sessions for web automation. Configure sessions with proxy settings, regional selection, timeouts, and stealth mode for anti-detection. Persist browser state (cookies, localStorage, authentication tokens) across sessions using contexts. Upload Chrome extensions and files to sessions, and retrieve downloaded files. Monitor and debug sessions via CDP logs, session recordings, and live debugger URLs. Retrieve project usage data including browser minutes and proxy bytes consumed.
Common questions about connecting Browserbase to AI agents with Metorial.