Skip to content

Commit 07aeaef

Browse files
committed
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
1 parent d103b58 commit 07aeaef

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

docs/use-cases/remote-browser.mdx

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
---
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."
44
icon: "globe"
55
---
66

77
<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).
99
</Note>
1010

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.
1212

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.
1414

1515
## Prerequisites
1616

1717
- 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/)
1919
- Python 3.10+ / Node.js 18+
2020

2121
<CodeGroup>
@@ -42,7 +42,7 @@ E2B provides a pre-built sandbox template with the Kernel SDK and Playwright alr
4242

4343
## Examples
4444

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.
4646

4747
<CardGroup cols={3}>
4848
<Card title="Screenshot app endpoints" icon="camera" href="#screenshot-app-endpoints">
@@ -60,7 +60,7 @@ Here are three common patterns for using remote browsers with E2B sandboxes.
6060

6161
## Screenshot app endpoints
6262

63-
Deploy a web app inside an E2B sandbox, get a public URL, then use a Kernel browser to screenshot every route.
63+
Deploy a web app inside an E2B sandbox, get a public URL, then use a Kernel cloud browser to screenshot every route.
6464

6565
<Steps>
6666
<Step title="Create the sandbox and start your app">

0 commit comments

Comments
 (0)