> ## Documentation Index
> Fetch the complete documentation index at: https://docs.browserbase.com/llms.txt
> Use this file to discover all available pages before exploring further.

# What is Browserbase?

> The complete platform to build and deploy agents that browse and interact with the web like humans.

Browserbase is the complete platform to build and deploy agents that browse and interact with the web like humans. One API key gives your agent [headless browsers](/welcome/getting-started), [web search](/platform/search/overview), [page fetching](/platform/fetch/overview), [functions](/platform/runtime/overview), [model access](/platform/model-gateway/overview), and [identity](/platform/identity/overview).

<iframe width="100%" height="500" src="https://www.youtube.com/embed/GWskcq2UKXk" allow="accelerometer; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowFullScreen />

## The Platform

<CardGroup cols={3}>
  <Card title="Browsers" icon="globe" iconType="sharp-solid" href="/welcome/getting-started">
    Fleets of headless browsers at scale with isolated sessions and global infrastructure.
  </Card>

  <Card title="Search & Fetch" icon="magnifying-glass" iconType="sharp-solid" href="/platform/search/overview">
    A fast, token-efficient complement to browser sessions for searching and fetching web content.
  </Card>

  <Card title="Agent Identity" icon="fingerprint" iconType="sharp-solid" href="/platform/identity/overview">
    Get agents past anti-bot systems, CAPTCHAs, and auth walls via strategic partnerships.
  </Card>

  <Card title="Functions" icon="function" iconType="sharp-solid" href="/platform/runtime/overview">
    Deploy agents next to the browser. No schedulers, no infra — just deploy.
  </Card>

  <Card title="Model Gateway" icon="microchip" iconType="sharp-solid" href="/platform/model-gateway/overview">
    Access major models natively through Stagehand. One endpoint, unified billing.
  </Card>

  <Card title="Stagehand" icon="wand-magic-sparkles" iconType="sharp-solid" href="/welcome/quickstarts/stagehand">
    AI-native browser agents and automations with natural language selectors.
  </Card>
</CardGroup>

All powered by best-in-class [observability](/platform/browser/observability/observability) — rich logs, live view, and session recordings across every agent step.

## Why Browserbase?

* **Agents need the full web.** Traditional APIs only cover \~15% of it. The rest is behind logins, JS rendering, CAPTCHAs, and interactive flows — that requires a browser.
* **One platform, not 5+ vendors.** Browsers, search, fetch, models, and deployment under one API key, one bill, and one debugger.
* **Unrestricted access.** [Agent Identity](/platform/identity/overview) gets your agents past bot detection and auth walls through partnerships with Cloudflare, Fingerprint, and more.
* **Faster, more secure execution.** [Functions](/platform/runtime/overview) run your code next to the browser with \< 5ms latency — no Temporal, no schedulers, and no containers.

## Stagehand

[Stagehand](https://docs.stagehand.dev/) is the SDK for browser agents. It combines Playwright-level control with AI primitives (`act`, `extract`, `observe`) that self-heal when pages change. It plugs into LangChain, CrewAI, Mastra, and more.

## Get started

<CardGroup cols={2}>
  <Card title="Quickstart" icon="book" iconType="sharp-solid" href="/welcome/getting-started">
    Start your first browser session in minutes.
  </Card>

  <Card title="Skills & Prompts" icon="robot" iconType="sharp-solid" href="/integrations/skills/introduction">
    Give your agent a browser with a single prompt.
  </Card>

  <Card title="Templates" icon="file-code" iconType="sharp-solid" href="https://www.browserbase.com/templates">
    Clone and run from 30+ real-world templates.
  </Card>

  <Card title="SDKs & APIs" icon="box" iconType="sharp-solid" href="/reference/introduction">
    SDKs and full REST API reference.
  </Card>
</CardGroup>
