Skip to content

Commit ae39a15

Browse files
shrey150claude
authored andcommitted
docs: fact-check Browserbase section against official docs
- Fix CAPTCHA/stealth/proxy claims: these are Developer plan+ only, not available on free tier - Fix free tier limits: 1 browser hour, 15-min session duration (not "60 minutes of monthly usage") - Add link to pricing page for paid plan details - Simplify structure to match Browserless section format - Remove sub-headings to match Browserless section style Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
1 parent efa1204 commit ae39a15

File tree

1 file changed

+11
-19
lines changed

1 file changed

+11
-19
lines changed

docs/tools/browser.md

Lines changed: 11 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -199,23 +199,12 @@ Notes:
199199
## Browserbase (hosted remote CDP)
200200

201201
[Browserbase](https://www.browserbase.com) is a cloud platform for running
202-
headless browsers. It provides remote CDP endpoints with built-in CAPTCHA
203-
solving, anti-bot stealth mode, and residential proxies. You can point an
202+
headless browsers with remote CDP endpoints. Paid plans (Developer and above)
203+
add CAPTCHA solving, stealth mode, and residential proxies. You can point an
204204
OpenClaw browser profile at Browserbase's connect endpoint and authenticate
205205
with your API key.
206206

207-
### Getting started
208-
209-
1. **Sign up** at [browserbase.com/sign-up](https://www.browserbase.com/sign-up).
210-
The free tier includes one concurrent browser session and 60 minutes of
211-
monthly usage.
212-
2. **Find your credentials** on the
213-
[Overview dashboard](https://www.browserbase.com/overview) — copy your
214-
**API Key** from the right-hand panel.
215-
216-
### Profile setup
217-
218-
Point a profile at Browserbase's connect endpoint with your API key:
207+
Example:
219208

220209
```json5
221210
{
@@ -234,13 +223,16 @@ Point a profile at Browserbase's connect endpoint with your API key:
234223
}
235224
```
236225

237-
### Notes
226+
Notes:
238227

228+
- [Sign up](https://www.browserbase.com/sign-up) and copy your **API Key**
229+
from the [Overview dashboard](https://www.browserbase.com/overview).
239230
- Replace `<BROWSERBASE_API_KEY>` with your real Browserbase API key.
240-
- The free tier allows one concurrent session and 60 minutes per month. Paid
241-
plans offer higher concurrency and usage limits.
242-
- Browserbase sessions include automatic CAPTCHA solving and anti-bot stealth
243-
by default — no extra configuration needed.
231+
- The free tier allows one concurrent session, 15-minute session duration, and
232+
one browser hour per month. See [pricing](https://www.browserbase.com/pricing)
233+
for paid plan limits.
234+
- CAPTCHA solving, stealth mode, and proxies require the Developer plan
235+
($20/month) or above.
244236
- See the [Browserbase docs](https://docs.browserbase.com) for full API
245237
reference, SDK guides, and integration examples.
246238

0 commit comments

Comments
 (0)