Browser infrastructure that works everywhere, every time.

Browserbase gives your agents full, real browser sessions that handle the web as it actually is: JavaScript-heavy, bot-resistant, and always changing.

Browsers, built for agents

Production-grade Chromium at scale. Every session is isolated, fully configurable, and ready in seconds.

A real browser.

Persistent sessions, cookies and file download support.

  • Handle files like a human would: Your agent can upload documents, download reports, and move files between browser sessions.

  • Stay logged in across runs: Persist cookies and session state between runs so your agent never starts from scratch. Re-authenticate once, then pick up exactly where it left off.

  • Bring your own extensions: Load Chrome extensions into any session. Ad blockers, custom auth plugins, accessibility tools. Whatever your agent workflow requires, the browser supports it natively.

  • Fine-grained network control: Route traffic through residential or datacenter proxies. Set custom headers, intercept requests, and shape network behavior to match your agent's access requirements.

See everything your agent sees

Debug in minutes, not hours.

Every browser session is fully observable. Watch sessions live, replay them later, and trace every action your agent took. Rich logs, network traces, and console output in one place. No more guessing why your agent failed on step 47.

Agent Identity gives your browser agents a real web identity.

The web is full of CAPTCHAs, anti-bot systems, and login walls that stop agents cold. Agent Identity combines strategic partnerships with Cloudflare, Stytch, Fingerprint, and Vercel with automated credential management to get your agents through, every time.

  • Fingerprinting and CAPTCHA solving

    Automated CAPTCHA resolution built into every session. Your agent moves through verification challenges without custom integrations or third-party CAPTCHA services.

  • Managed proxies

    Residential and datacenter proxy rotation handled automatically. Geo-target requests, rotate IPs on each session, and avoid rate limits without managing proxy infrastructure yourself.

  • Automated credential management

    Securely store and inject login credentials through 1Password integration. Your agent authenticates into gated sites without hardcoding secrets or building custom auth flows.

Works with the tools you already use.

SDKs, CLIs, and framework integrations to get your agents browsing in minutes.

import { Stagehand } from "@browserbasehq/stagehand";

const stagehand = new Stagehand({
  env: "BROWSERBASE",
  model: {
    modelName: "google/gemini-3-flash-preview",
    apiKey: process.env.MODEL_API_KEY,
  }
});
await stagehand.init();

const page = stagehand.context.pages()[0];
await page.goto("https://news.ycombinator.com");

// Let AI click
await stagehand.act("click on the comments link for the top story");

// Extract structured data
const data = await stagehand.extract("extract the title and points of the top story");
console.log(data);

await stagehand.close();
Copied to clipboard

One API Key. One platform.

Build, ship and scale on Browserbase.