docs(browser): update Browser Use links, pricing, and shared auto-create note

- Sign up and dashboard links now point to cloud.browser-use.com
- Added pay-as-you-go pricing bullet with concurrent session info
- Moved auto-create-on-connect note to shared WebSocket endpoints section
- Restructured opening paragraph to fix Mintlify underline rendering
This commit is contained in:
ShawnPana 2026-03-11 11:29:56 -07:00
parent 9c10b84699
commit 0aeddd8af9

View File

@ -204,16 +204,15 @@ the standard HTTP-based CDP discovery (`/json/version`). OpenClaw supports both:
- **HTTP(S) endpoints** (e.g. Browserless) — OpenClaw calls `/json/version` to
discover the WebSocket debugger URL, then connects.
- **WebSocket endpoints** (`ws://` / `wss://`) — OpenClaw connects directly,
skipping `/json/version`. Use this for services like
[Browser Use](https://www.browser-use.com),
skipping `/json/version`. These providers auto-create a browser session on
WebSocket connect, so no manual session creation step is needed. Use this for
services like [Browser Use](https://cloud.browser-use.com),
[Browserbase](https://www.browserbase.com), or any provider that hands you a
WebSocket URL.
### Browser Use
[Browser Use](https://www.browser-use.com) is a cloud browser platform with
anti-detect stealth, CAPTCHA solving, persistent profiles, and residential
proxies.
Set up a [Browser Use](https://cloud.browser-use.com) cloud browser profile with anti-detect stealth, CAPTCHA solving, persistent profiles, and residential proxies.
```json5
{
@ -236,15 +235,16 @@ proxies.
Notes:
- [Sign up](https://www.browser-use.com) and copy your **API Key** from the
dashboard.
- [Sign up](https://cloud.browser-use.com) and copy your **API Key** from the
[dashboard](https://cloud.browser-use.com/settings?tab=api-keys&new=1).
- Replace `<BROWSER_USE_API_KEY>` with your real Browser Use API key.
- Replace `<PROFILE_ID>` with a persistent profile ID, or remove the
`profileId` param if you don't need profile persistence.
- All [Browser Use session parameters](https://docs.browser-use.com/cloud/api-v2/browsers/create-browser-session)
(timeout, profileId, proxyCountryCode, screen size, custom proxy, etc.)
are passed as query params in the `cdpUrl`.
- See [browser-use.com](https://www.browser-use.com) for more information.
- [Pay-as-you-go pricing](https://browser-use.com/pricing) starts at $0.06/hr per browser session with up to 25 concurrent sessions and no monthly commitment — just buy credits and go.
- See [Browser Use docs](https://docs.browser-use.com) for full API reference, SDK guides, and integration examples.
### Browserbase
@ -274,8 +274,6 @@ Notes:
- [Sign up](https://www.browserbase.com/sign-up) and copy your **API Key**
from the [Overview dashboard](https://www.browserbase.com/overview).
- Replace `<BROWSERBASE_API_KEY>` with your real Browserbase API key.
- Browserbase auto-creates a browser session on WebSocket connect, so no
manual session creation step is needed.
- The free tier allows one concurrent session and one browser hour per month.
See [pricing](https://www.browserbase.com/pricing) for paid plan limits.
- See the [Browserbase docs](https://docs.browserbase.com) for full API