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.