Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
72 changes: 36 additions & 36 deletions docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
{ "source": "/quickstart", "destination": "/" },
{ "source": "/home", "destination": "/" },
{ "source": "/llm.md", "destination": "/integrations/stripe-projects" },
{ "source": "/llm-browser.md", "destination": "/integrations/stripe-projects-browser" }
{ "source": "/llm-browser.md", "destination": "/integrations/stripe-projects-browser" },
{ "source": "/integrations/agent-browser", "destination": "/integrations/vercel/agent-browser" }
],
"theme": "palm",
"appearance": {
Expand Down Expand Up @@ -180,33 +181,11 @@
}
]
},
{
"group": "deploying your agent",
"pages": [
"apps/develop",
"apps/deploy",
"apps/invoke",
"apps/stop",
"apps/secrets",
"apps/status",
"apps/logs"
]
},
{
"group": "Agent Skills",
"pages": [
"skills/overview",
"skills/bot-detection",
"skills/profiles"
]
},
{
"group": "Integrations",
"pages": [
"integrations/overview",
"integrations/agent-browser",
"integrations/browser-use",
"integrations/hermes-agent",
{
"group": "Claude",
"pages": [
Expand All @@ -217,7 +196,7 @@
]
},
{
"group": "Computer Use",
"group": "Computer Use Models",
"pages": [
"integrations/computer-use/overview",
"integrations/computer-use/anthropic",
Expand All @@ -228,30 +207,30 @@
"integrations/computer-use/yutori"
]
},
"integrations/hermes-agent",
"integrations/laminar",
"integrations/magnitude",
"integrations/notte",
"integrations/vibium",
"integrations/stagehand",
{
"group": "Stripe Projects",
"pages": [
"integrations/stripe-projects",
"integrations/stripe-projects-browser"
]
},
"integrations/terraform",
"integrations/valtown",
{
"group": "Vercel",
"pages": [
"integrations/vercel/overview",
"integrations/vercel/agent-browser",
"integrations/vercel/ai-sdk",
"integrations/vercel/marketplace",
"integrations/vercel/eve-extension",
"integrations/vercel/foreman"
]
},
{
"group": "Stripe Projects",
"pages": [
"integrations/stripe-projects",
"integrations/stripe-projects-browser"
]
},
"integrations/vibium",
"integrations/1password"
]
},
Expand All @@ -261,6 +240,27 @@
"migrations/scrapybara"
]
},
{
"group": "deploying your agent",
"pages": [
"apps/develop",
"apps/deploy",
"apps/invoke",
"apps/stop",
"apps/secrets",
"apps/status",
"apps/logs"
]
},
{
"group": "Agent Skills",
"pages": [
"skills/overview",
"skills/bot-detection",
"skills/profiles",
"skills/kernel-auth"
]
},
{
"group": "Community",
"pages": [
Expand All @@ -273,11 +273,11 @@
"pages": [
"browsers/faq",
"info/concepts",
"info/zero-data-retention",
"info/pricing",
"info/spending-caps",
"info/support",
"info/unikernels",
"info/zero-data-retention"
"info/unikernels"
]
}
]
Expand Down
96 changes: 0 additions & 96 deletions integrations/magnitude.mdx

This file was deleted.

124 changes: 0 additions & 124 deletions integrations/notte.mdx

This file was deleted.

4 changes: 1 addition & 3 deletions integrations/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ This approach works with any computer use model, including Anthropic Claude, Ope

Kernel provides detailed guides for popular agent frameworks:

- **[Agent Browser](/integrations/agent-browser)** - Browser automation CLI for AI agents
- **[Agent Browser](/integrations/vercel/agent-browser)** - Browser automation CLI for AI agents
- **[Browser Use](/integrations/browser-use)** - AI browser agent framework
- **[Hermes Agent](/integrations/hermes-agent)** - Run Hermes browser tools on Kernel cloud browsers
- **[Claude Code and Desktop](/integrations/claude/claude-code-and-desktop)** - Give the Claude apps a Kernel browser via the marketplace plugin or MCP
Expand All @@ -41,8 +41,6 @@ Kernel provides detailed guides for popular agent frameworks:
- **[Computer Use (OpenAGI)](/integrations/computer-use/openagi)** - OpenAGI's computer use capability
- **[Computer Use (Yutori)](/integrations/computer-use/yutori)** - Yutori Navigator n1.5 pixels-to-actions model
- **[Laminar](/integrations/laminar)** - Observability and tracing for AI browser automations
- **[Magnitude](/integrations/magnitude)** - Vision-focused browser automation framework
- **[Notte](/integrations/notte)** - AI agent framework for browser automation
- **[Val Town](/integrations/valtown)** - Serverless function runtime
- **[Stripe Projects](/integrations/stripe-projects)** - Provision Kernel plans and API keys via the Stripe Projects CLI
- **[Vercel](https://github.com/onkernel/vercel-template)** - Deploy browser automations to Vercel
Expand Down
File renamed without changes.
6 changes: 6 additions & 0 deletions integrations/vercel/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ description: "Integrate Kernel with Vercel for seamless browser automation in yo

Kernel and Vercel have partnered to provide seamless browser automation capabilities for your Vercel applications. Our integration offers several ways to add browser automation to your projects:

### Agent Browser

[Agent Browser](https://github.com/vercel-labs/agent-browser) is a minimal browser automation CLI for AI agents. Connect it to Kernel browsers to use our bot anti-detection, agent authentication, profile reuse, and gpu browser features.

[Learn more about Agent Browser →](/integrations/vercel/agent-browser)

### AI SDK Tool for Browser Automation

The `@onkernel/ai-sdk` package provides a Vercel AI SDK-compatible tool that enables AI agents to execute Playwright code on Kernel remote browsers. This tool integrates seamlessly with:
Expand Down
4 changes: 4 additions & 0 deletions skills/kernel-auth.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
title: "Kernel Auth"
url: "https://www.skills.sh/kernel/skills/kernel-auth"
---
Loading
Loading