> ## 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.

# OpenClaw integration

> Run OpenClaw's browser on Browserbase instead of OpenClaw's built-in local Chromium.

[OpenClaw](https://docs.openclaw.ai/) is an agent runtime with built-in tools, workspace automation, and browser control. For Browserbase users, the recommended OpenClaw integration path is the built-in browser plugin with a Browserbase-backed browser profile.

<Tip>
  See [Remote browser vs local browser](/platform/browser/getting-started/remote-browser-versus-local-browser) for why Browserbase's managed browser beats self-hosted Chromium.
</Tip>

If you want to stay inside OpenClaw's native browser experience, start there first. If you want access to additional Browserbase platform features and more granular control over browser sessions, use the CLI path second.

## Recommended order

<CardGroup cols={2}>
  <Card title="1. Built-in browser plugin" icon="browser" href="/integrations/openclaw/setup">
    Recommended. Use OpenClaw's first-class browser integration with a Browserbase remote profile.
  </Card>

  <Card title="2. Browse CLI" icon="terminal" href="/integrations/skills/browserbase-cli">
    Use this when you want additional Browserbase platform features and more granular control over sessions, contexts, logs, fetch, search, and browser configuration.
  </Card>
</CardGroup>

## Common use cases

* Run OpenClaw browsing tasks on Browserbase instead of a local Chromium install
* Give OpenClaw access to Browserbase sessions with residential proxies, CAPTCHA handling, and session observability
* Keep local OpenClaw orchestration while moving browser execution to Browserbase infrastructure
