From 3cf75f760c0f89adbad9415b3d5fdb5b83f2dd82 Mon Sep 17 00:00:00 2001 From: Shrey Pandya Date: Sun, 1 Mar 2026 16:52:49 -0800 Subject: [PATCH] docs: simplify Browserbase section, drop pricing details Restore platform-level feature description (CAPTCHA solving, stealth mode, proxies) without plan-specific pricing gating. Keep free tier note brief. Co-Authored-By: Claude Opus 4.6 (1M context) --- docs/tools/browser.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/docs/tools/browser.md b/docs/tools/browser.md index 6f59659d78d..efd8874c993 100644 --- a/docs/tools/browser.md +++ b/docs/tools/browser.md @@ -199,8 +199,8 @@ Notes: ## Browserbase (hosted remote CDP) [Browserbase](https://www.browserbase.com) is a cloud platform for running -headless browsers with remote CDP endpoints. Paid plans (Developer and above) -add CAPTCHA solving, stealth mode, and residential proxies. You can point an +headless browsers. It provides remote CDP endpoints with built-in CAPTCHA +solving, stealth mode, and residential proxies. You can point an OpenClaw browser profile at Browserbase's connect endpoint and authenticate with your API key. @@ -228,11 +228,8 @@ 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. -- The free tier allows one concurrent session, 15-minute session duration, and - one browser hour per month. See [pricing](https://www.browserbase.com/pricing) - for paid plan limits. -- CAPTCHA solving, stealth mode, and proxies require the Developer plan - ($20/month) or above. +- 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 reference, SDK guides, and integration examples.