This guide recommends two Browserbase setup paths for OpenClaw, in this order: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.
- Use OpenClaw’s built-in browser plugin with a Browserbase profile.
- Use the Browse CLI if you specifically want
browseworkflows.
Recommended: built-in browser plugin
This is the preferred path because it keeps you inside OpenClaw’s first-class browser workflow while moving execution onto Browserbase infrastructure.Get your Browserbase API key
Create a Browserbase account, then copy your API key from the Overview dashboard.
Configure a Browserbase browser profile
Add a Browserbase-backed profile in
~/.openclaw/openclaw.json:Restart OpenClaw or the Gateway
Restart OpenClaw so the browser service picks up the new Browserbase profile.
Browserbase creates a browser session automatically when OpenClaw connects over WebSocket, so there is no separate manual session-creation step in this flow.
Alternative: Browse CLI
If your workflow is centered onbrowse commands instead of OpenClaw’s native browser commands, use the Browse CLI.
For the full CLI workflow reference, see the Browse CLI guide.