You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: Rename to cloud browser, update Kernel links and descriptions
- Rename "Remote browser" to "Cloud browser" throughout
- Update connection methods to CDP, BiDi, and CUA API
- Update Kernel features to CAPTCHA solving, proxies, auth, observability
- Fix Kernel links from kernel.computer to kernel.sh
- Update description to focus on agent internet access
Copy file name to clipboardExpand all lines: docs/use-cases/remote-browser.mdx
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,21 +1,21 @@
1
1
---
2
-
title: "Remote browser"
3
-
description: "Use Kernel cloud browsers with E2B sandboxes for web scraping, screenshots, and autonomous browsing agents."
2
+
title: "Cloud browser"
3
+
description: "Use Kernel cloud browsers with E2B sandboxes to give your agents access to the internet."
4
4
icon: "globe"
5
5
---
6
6
7
7
<Note>
8
-
This guide covers **remote browsers** powered by [Kernel](https://www.kernel.computer/) — cloud Chromium instances your code controls via [CDP](https://chromedevtools.github.io/devtools-protocol/) or the [Kernel SDK](https://www.kernel.sh/docs/sdk/overview). For **local browser automation** using a virtual desktop, see [Computer use](/docs/use-cases/computer-use).
8
+
This guide covers **cloud browsers** powered by [Kernel](https://www.kernel.sh/) — cloud Chromium instances your code controls via [CDP](https://chromedevtools.github.io/devtools-protocol/) or the [Kernel SDK](https://www.kernel.sh/docs/sdk/overview). For **local browser automation** using a virtual desktop, see [Computer use](/docs/use-cases/computer-use).
9
9
</Note>
10
10
11
-
Remote browsers run on Kernel's infrastructure, not inside your sandbox. Your agent connects to them over the network via Playwright or Puppeteer. This keeps sandboxes lightweight and lets you spin up many browsers in parallel.
11
+
Cloud browsers run on Kernel's infrastructure, not inside your sandbox. Your agent connects to them over the network via CDP, BiDi, or their CUA API. This keeps sandboxes lightweight and lets you spin up many browsers in parallel.
12
12
13
-
Kernel handles stealth mode, CAPTCHA solving, residential proxies, and persistent browser profiles out of the box.
13
+
Kernel handles CAPTCHA solving, residential proxies, authentication, and observability out of the box.
14
14
15
15
## Prerequisites
16
16
17
17
- An [E2B API key](https://e2b.dev/dashboard?tab=keys)
18
-
- A [Kernel API key](https://www.kernel.computer/)
18
+
- A [Kernel API key](https://www.kernel.sh/)
19
19
- Python 3.10+ / Node.js 18+
20
20
21
21
<CodeGroup>
@@ -42,7 +42,7 @@ E2B provides a pre-built sandbox template with the Kernel SDK and Playwright alr
42
42
43
43
## Examples
44
44
45
-
Here are three common patterns for using remote browsers with E2B sandboxes.
45
+
Here are three common patterns for using cloud browsers with E2B sandboxes.
0 commit comments