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.
Tool to create a new browser context. use when you need to obtain upload credentials for a custom user-data-directory in a project.
Tool to retrieve details of a specific browser context. use when you have a context id and need its metadata.
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.
Tool to create a new browser session. use when you need an isolated browser context before performing any page interactions.
Tool to retrieve details of a specific browser session. use when you have a session id and need its metadata (status, urls, timestamps).
Tool to retrieve live debug urls for a specific session. use when you need to connect to a running session for debugging.