Skip to main content
Browserbase is a cloud platform for running and managing headless browser sessions, enabling agents to automate web browsing with configurable fingerprinting, proxy support, persistent contexts, and full session observability.

Setup

  1. In Agent Studio, go to ToolsBrowserbaseConnect
  2. Paste your API key from the Browserbase dashboard

Available actions

Adding to an agent

  1. Open your agent in Agent Studio → Agent Builder
  2. Go to Tools and enable Browserbase
  3. Select only the actions your agent needs
  4. Set auth mode: Shared (agent acts on one account) or Per-user (each end-user connects their own account)

Example use cases

Automated web scraping with persistent sessions An agent creates a Browserbase session with stealth mode and proxy enabled, navigates target websites to extract structured data, and retrieves downloaded files at the end of the session, all without triggering bot detection. Monitoring and auditing browser automation workflows An agent lists recent sessions filtered by status, fetches logs and recordings for any errored sessions, and surfaces debugging information to help diagnose and fix automation failures. Reusable authenticated browsing contexts An agent creates a persistent browser context to store login state, then spins up multiple sessions that reuse the same context, avoiding repeated authentication flows across tasks.