docs(browser): add Notte cloud browser to direct WebSocket CDP providers · openclaw/openclaw@eb7e237
giordano-luc
·
2026-05-30
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -482,6 +482,42 @@ Notes:
|
482 | 482 | - See the [Browserbase docs](https://docs.browserbase.com) for full API |
483 | 483 | reference, SDK guides, and integration examples. |
484 | 484 | |
| 485 | +### Notte |
| 486 | + |
| 487 | +[Notte](https://www.notte.cc) is a cloud platform for running headless |
| 488 | +browsers with built-in stealth, residential proxies, and a CDP-native |
| 489 | +WebSocket gateway. |
| 490 | + |
| 491 | +```json5 |
| 492 | +{ |
| 493 | + browser: { |
| 494 | + enabled: true, |
| 495 | + defaultProfile: "notte", |
| 496 | + remoteCdpTimeoutMs: 3000, |
| 497 | + remoteCdpHandshakeTimeoutMs: 5000, |
| 498 | + profiles: { |
| 499 | + notte: { |
| 500 | + cdpUrl: "wss://us-prod.notte.cc/sessions/connect?token=<NOTTE_API_KEY>", |
| 501 | + color: "#7C3AED", |
| 502 | + }, |
| 503 | + }, |
| 504 | + }, |
| 505 | +} |
| 506 | +``` |
| 507 | + |
| 508 | +Notes: |
| 509 | + |
| 510 | +- [Sign up](https://console.notte.cc) and copy your **API Key** from the |
| 511 | + console settings page. |
| 512 | +- Replace `<NOTTE_API_KEY>` with your real Notte API key. |
| 513 | +- Notte auto-creates a browser session on WebSocket connect, so no manual |
| 514 | + session creation step is needed. The session is destroyed when the |
| 515 | + WebSocket disconnects. |
| 516 | +- The free tier allows five concurrent sessions and 100 lifetime browser |
| 517 | + hours. See [pricing](https://www.notte.cc/#pricing) for paid plan limits. |
| 518 | +- See the [Notte docs](https://docs.notte.cc) for full API reference, SDK |
| 519 | + guides, and integration examples. |
| 520 | + |
485 | 521 | ## Security |
486 | 522 | |
487 | 523 | Key ideas: |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。