Browserbase

Browserbase is a serverless platform that enables developers to run, manage, and monitor headless browsers at scale, offering seamless integration with tools like Playwright, Puppeteer, and Selenium.

19 actions Integration catalog
Request access
Connect Browserbase once you're in Boring.
01 · WHAT THE AGENT CAN DO

Actions

Every capability is a discrete, logged action the agent calls by name — scoped to what you authorize and recorded in the run trace.

Create a new browser contextBROWSERBASE_TOOL_CONTEXTS_CREATE
Tool to create a new browser context. Use when you need to obtain upload credentials for a custom user-data-directory in a project.
Retrieve a browser contextBROWSERBASE_TOOL_CONTEXTS_GET
Tool to retrieve details of a specific browser context. Use when you have a context ID and need its metadata.
Update Browser ContextBROWSERBASE_TOOL_CONTEXTS_UPDATE
Tool to update a specific browser context. Use when you need fresh upload URL and encryption details for an existing context, after obtaining a valid context ID.
Create Browser SessionBROWSERBASE_TOOL_CREATE_BROWSER_SESSION
Tool to create a new browser session. Use when you need an isolated browser context before performing any page interactions.
Delete a browser contextBROWSERBASE_TOOL_DELETE_CONTEXT
Tool to delete a browser context and all its stored data (cookies, localStorage, etc.). Use when you need to permanently remove a context.
Delete a browser extensionBROWSERBASE_TOOL_DELETE_EXTENSION
Tool to delete an uploaded browser extension by its ID. Use when you need to remove an extension from Browserbase.
Delete Session DownloadsBROWSERBASE_TOOL_DELETE_SESSION_DOWNLOADS
Tool to delete all file downloads from a specific browser session. Use when you need to clean up session artifacts or free storage space.
Retrieve a browser extensionBROWSERBASE_TOOL_GET_EXTENSION
Tool to retrieve details of a specific browser extension. Use when you have an extension ID and need its metadata (file name, timestamps, project ID).
Retrieve a projectBROWSERBASE_TOOL_GET_PROJECT
Tool to retrieve details of a specific project including settings and configuration. Use when you have a project ID and need its metadata.
Get project usage statisticsBROWSERBASE_TOOL_GET_PROJECT_USAGE
Tool to retrieve usage statistics for a project including browser minutes and proxy bytes consumed. Use when you need to monitor or track resource usage for a specific project.
List ProjectsBROWSERBASE_TOOL_LIST_PROJECTS
Tool to list all projects for the authenticated account. Use when you need to retrieve all projects associated with the current API key.
Retrieve a browser sessionBROWSERBASE_TOOL_SESSIONS_GET
Tool to retrieve details of a specific browser session. Use when you have a session ID and need its metadata (status, URLs, timestamps).
Retrieve Session Debug URLsBROWSERBASE_TOOL_SESSIONS_GET_DEBUG
Tool to retrieve live debug URLs for a specific session. Use when you need to connect to a running session for debugging.
Download Session ArtifactsBROWSERBASE_TOOL_SESSIONS_GET_DOWNLOADS
Tool to download files from a specific session. Use after session completion to retrieve all generated artifacts in a ZIP archive.
Retrieve Session LogsBROWSERBASE_TOOL_SESSIONS_GET_LOGS
Tool to retrieve logs of a specific session. Use after actions in a session to inspect network events and data exchange.
List Browser SessionsBROWSERBASE_TOOL_SESSIONS_LIST
Tool to list all browser sessions. Use when you need to retrieve sessions with optional filtering by status or metadata query.
Update Browser SessionBROWSERBASE_TOOL_SESSIONS_UPDATE
Tool to update the status of a specific browser session. Use when you need to request session completion before timeout to avoid additional charges.
Upload Browser ExtensionBROWSERBASE_TOOL_UPLOAD_EXTENSION
Tool to upload a browser extension for use in sessions. Supports Chrome extension format (ZIP). Use when you need to add custom browser extensions to your Browserbase project.
Upload File to SessionBROWSERBASE_TOOL_UPLOAD_SESSION_FILE
Tool to upload files to a browser session for file input operations. Use when you need to make files available for file input fields or downloads within a browser automation session.