diff --git a/docs/tools/browser.md b/docs/tools/browser.md index 8c26bea5274..ae66d46409d 100644 --- a/docs/tools/browser.md +++ b/docs/tools/browser.md @@ -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 `` with your real Browser Use API key. - Replace `` 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 `` 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