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.
This is a first-class FlyMyAI MCP. Agents discover it automatically via tool search and call the actions below on demand - you never wire it up by hand. See the Composio catalog for how discovery works.
Connect
Browserbase authenticates with an API key. Generate the credential in your Browserbase account, then paste it into FlyMyAI the first time an agent uses a Browserbase action.
Get your Browserbase credential →
Fields to fill in FlyMyAI
| Field | Details |
|---|---|
Browserbase API Key | Your Browserbase API key (required) |
Actions
Every action this integration exposes. Agents pick the right one from the task; you do not call them by name.
| Action | What it does | Required inputs |
|---|---|---|
BROWSERBASE_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. | projectId |
BROWSERBASE_TOOL_CONTEXTS_GET | Tool to retrieve details of a specific browser context. use when you have a context id and need its metadata. | id |
BROWSERBASE_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. | id |
BROWSERBASE_TOOL_CREATE_BROWSER_SESSION | Tool to create a new browser session. use when you need an isolated browser context before performing any page interactions. | projectId |
BROWSERBASE_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). | id |
BROWSERBASE_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. | id |
BROWSERBASE_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. | id |
BROWSERBASE_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. | id |
BROWSERBASE_TOOL_SESSIONS_LIST | Tool to list all browser sessions. use when you need to retrieve sessions with optional filtering by status or metadata query. | - |
BROWSERBASE_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. | id, projectId, status |
Links
We love our partners - FlyMy.AI builds with the best. Thanks, Browserbase!