Skip to content

Commit cacda29

Browse files
tembo[bot]juecd
andauthored
Integrations: Add 'Overview' page (#84)
* feat: add integrations overview page --------- Co-authored-by: tembo[bot] <208362400+tembo-io[bot]@users.noreply.github.com> Co-authored-by: Catherine Jue <catherine.djue@gmail.com>
1 parent d9f026d commit cacda29

File tree

2 files changed

+31
-0
lines changed

2 files changed

+31
-0
lines changed

docs.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@
9999
{
100100
"group": "Integrations",
101101
"pages": [
102+
"integrations/overview",
102103
"integrations/browser-use",
103104
{
104105
"group": "Computer Use",

integrations/overview.mdx

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
title: "Overview"
3+
---
4+
5+
Kernel's browsers are compatible with all browser and Computer Use frameworks.
6+
7+
## Universal compatibility
8+
9+
Kernel browsers work with any framework or tool that supports the Chrome DevTools Protocol (CDP). This means you can:
10+
11+
- **Use any agent framework**: Integrate with popular frameworks like Browser Use, Stagehand, Playwright, Puppeteer, Selenium, and more
12+
- **Connect via CDP**: All browsers expose a CDP WebSocket URL for direct connection
13+
- **No vendor lock-in**: Switch between frameworks or use multiple frameworks simultaneously
14+
- **Standard protocols**: Built on open standards that work with the entire browser automation ecosystem
15+
16+
## Popular Framework Integrations
17+
18+
Kernel provides detailed guides for popular agent frameworks:
19+
20+
- **[Browser Use](/integrations/browser-use)** - Python-based AI browser agent framework
21+
- **[Stagehand](/integrations/stagehand)** - AI browser automation with natural language
22+
- **[Computer Use (Anthropic)](/integrations/computer-use/anthropic)** - Claude's computer use capability
23+
- **[Computer Use (OpenAI)](/integrations/computer-use/openai)** - OpenAI's computer use capability
24+
- **[Magnitude](/integrations/magnitude)** - AI-powered web automation
25+
- **[Val Town](/integrations/valtown)** - Serverless function runtime
26+
- **[Vercel](https://github.com/onkernel/vercel-template)** - Deploy browser automations to Vercel
27+
28+
## Custom Integrations
29+
30+
Kernel works with any tool that supports CDP. Check out our [browser creation guide](/browsers/create-a-browser) to learn how to connect any other agent framework.

0 commit comments

Comments
 (0)