BROWSERBASE__CREATE_SESSION | Create a new cloud browser session with configurable settings such as region, proxy, fingerprinting, and ad blocking. |
BROWSERBASE__LIST_SESSIONS | List all browser sessions for a project, with optional filtering by status or user metadata. |
BROWSERBASE__GET_SESSION | Retrieve detailed metadata for a specific browser session by its ID. |
BROWSERBASE__UPDATE_SESSION | Update a browser session’s status, such as requesting early release to avoid additional charges. |
BROWSERBASE__GET_SESSION_DEBUG | Retrieve Chrome DevTools Protocol debug URLs and page inspection interfaces for a specific session. |
BROWSERBASE__GET_SESSION_DOWNLOADS | Get the list of files downloaded during a specific browser session. |
BROWSERBASE__GET_SESSION_LOGS | Retrieve the activity logs for a specific browser session. |
BROWSERBASE__GET_SESSION_RECORDING | Get the recorded event timeline for a specific browser session. |
BROWSERBASE__LIST_PROJECTS | List all projects associated with your Browserbase account. |
BROWSERBASE__GET_PROJECT | Retrieve detailed information about a specific project by its ID. |
BROWSERBASE__GET_PROJECT_USAGE | Retrieve resource usage statistics for a specific project. |
BROWSERBASE__CREATE_CONTEXT | Create a persistent browser context (profile) that can be reused across multiple sessions. |
BROWSERBASE__GET_CONTEXT | Retrieve metadata for a specific browser context by its ID. |
BROWSERBASE__UPDATE_CONTEXT | Update a browser context to refresh its encryption keys and security parameters. |
BROWSERBASE__GET_EXTENSION | Retrieve details about a specific browser extension by its ID. |
BROWSERBASE__DELETE_EXTENSION | Delete a specific browser extension by its ID. |