Skip to content
Draft
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
39 changes: 39 additions & 0 deletions cookbooks.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
---
title: "cookbooks"
description: "featured examples and one-click prompts to give to your agent"
mode: "wide"
---


<Columns className="responsive-columns" cols={2}>
<Card title="Modal x Web Scraper" img="/images/cookbook1.png" href="#">
Run a web scraper using Modal.
</Card>
<Card title="Modal x QA Agent" img="/images/cookbook2.png" href="#">
Deploy a frontend QA agent using Modal.
</Card>
<Card title="Claude Managed Agents" img="/images/cookbook3.png" href="#">
Give Claude Managed Agents browsers on-demand.
</Card>
<Card title="Claude Managed Agents" img="/images/cookbook4.png" href="#">
Give Claude Managed Agents browsers on-demand.
</Card>
<Card title="Claude Managed Agents" img="/images/cookbook5.png" href="#">
Give Claude Managed Agents browsers on-demand.
</Card>
<Card title="Claude Managed Agents" img="/images/cookbook6.png" href="#">
Give Claude Managed Agents browsers on-demand.
</Card>
<Card title="Claude Managed Agents" img="/images/cookbook7.png" href="#">
Give Claude Managed Agents browsers on-demand.
</Card>
<Card title="Claude Managed Agents" img="/images/cookbook8.png" href="#">
Give Claude Managed Agents browsers on-demand.
</Card>
<Card title="Claude Managed Agents" img="/images/cookbook9.png" href="#">
Give Claude Managed Agents browsers on-demand.
</Card>
<Card title="Claude Managed Agents" img="/images/cookbook10.png" href="#">
Give Claude Managed Agents browsers on-demand.
</Card>
</Columns>
8 changes: 7 additions & 1 deletion docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"default": "light",
"strict": false
},
"name": "Kernel",
"name": "KERNEL",
"colors": {
"primary": "#212225",
"light": "#CAB168",
Expand Down Expand Up @@ -286,6 +286,12 @@
"tab": "API Reference",
"openapi": "https://api.onkernel.com/spec.json"
},
{
"tab": "Cookbooks",
"pages": [
"cookbooks"
]
},
{
"tab": "CLI",
"groups": [
Expand Down
Binary file added images/cookbook1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/cookbook10.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/cookbook2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/cookbook3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/cookbook4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/cookbook5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/cookbook6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/cookbook7.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/cookbook8.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/cookbook9.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 1 addition & 2 deletions index.mdx
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
---
title: "wrangle the wild web"
sidebarTitle: "Introduction"
description: ""
mode: "wide"
---

We build crazy fast, open source infra for AI agents to access the internet. Trusted by Cash App, Framer, and 3,000+ teams.
We build crazy fast, open source infra for AI agents to act on the internet. Trusted by Cash App, Framer, Vercel, and 7,000+ teams.

<Columns className="responsive-columns" cols={4}>
<Card title="Sandboxed Chromium" img="/images/chromium.svg" href="/introduction/create">
Expand Down
3 changes: 1 addition & 2 deletions reference/cli.mdx
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
---
title: "Kernel CLI"
description: "The Kernel CLI helps you access and manage your Kernel resources"
---

The Kernel CLI helps you access and manage your Kernel resources.

## Installation

```bash
Expand Down
Loading