Skip to main content
BrowserbaseTools enable an Agent to automate browser interactions using Browserbase, a headless browser service.

Prerequisites

The following example requires Browserbase API credentials after you signup here, and the Playwright library.

Example

The following agent will use Browserbase to visit https://quotes.toscrape.com and extract content. Then navigate to page two of the website and get quotes from there as well.
cookbook/14_tools/browserbase_tools.py

Toolkit Params

Toolkit Functions

Developer Resources