Skip to content

Commit 2f53346

Browse files
authored
Add Kernel browser use case (#159)
* docs: Add app preview example section * fix: Use e2b base SDK instead of e2b-code-interpreter * docs: Wrap full example in accordion component * docs: Use expandable code block instead of accordion for full example * docs: Move app preview to use-cases/browser-use * docs: Use globe icon for browser use page * docs: Add agent browser use case and reorganize browser use section * docs: Merge browser pages into single Kernel integration page Combines browser-use.mdx and agent-browser.mdx into one page at docs/integrations/kernel.mdx. Adds new Integrations section to sidebar. * docs: Move Kernel page to use-cases/remote-browser * docs: Improve remote browser page flow and structure Lead with why (no sandbox compute wasted, zero install, CAPTCHA handling, parallel browsing), show two approaches upfront, then streamlined walkthroughs. * docs: Remove cost framing from remote browser benefits * docs: Improve remote browser page flow and structure * docs: Fix template names, split mixed-context code, link MCP docs * docs: Rework remote browser page with three focused examples - Add Note distinguishing remote vs local browser (computer use) - Restructure into three card-linked examples: screenshot endpoints, agent data extraction, live browser preview - Fix all examples so Kernel code runs inside the sandbox, not the orchestrator - Add CodeGroup tabs (Python + JS) throughout - Remove MCP tools table, Kernel skills section, and LLM chooser - Add live view example with iframe embedding and read-only mode * docs: Address PR review comments on remote browser page Remove unnecessary --break-system-packages flag from pip install commands and clarify that Browser Use comes pre-installed in the kernel-browser template. * docs: Add full expandable examples and define FASTAPI_APP Add copy-pasteable full examples using expandable CodeGroups for the screenshot and agent data extraction sections. Define the missing FASTAPI_APP constant in the step-by-step code blocks. * 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 * docs: Update Kernel API key link to dashboard URL * docs: Expand cloud browser benefits with managed infra details Mention Kernel's managed infrastructure, sub-second startup, persistent pause/resume sessions, and reusable browser state.
1 parent 50633f8 commit 2f53346

2 files changed

Lines changed: 669 additions & 1 deletion

File tree

docs.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@
4747
"pages": [
4848
"docs/use-cases/coding-agents",
4949
"docs/use-cases/computer-use",
50-
"docs/use-cases/ci-cd"
50+
"docs/use-cases/ci-cd",
51+
"docs/use-cases/remote-browser"
5152
]
5253
},
5354
{

0 commit comments

Comments
 (0)