diff --git a/cookbooks.mdx b/cookbooks.mdx index 8f8fab1..19cccf5 100644 --- a/cookbooks.mdx +++ b/cookbooks.mdx @@ -13,11 +13,11 @@ import { CookbookSearch } from '/snippets/cookbook-search.jsx';
common patterns
- Enable Payments in a Browser Agent + Enable Payments in a Browser Agent.
harnesses & models
- Browser automation with the Vercel AI SDK and Kernel's Playwright execution API. + Browser automation with the Vercel AI SDK and KERNEL's Playwright execution API.
harnesses & models
@@ -37,26 +37,38 @@ import { CookbookSearch } from '/snippets/cookbook-search.jsx';
harnesses & models
- Run the Browser Use bu-1.0 model on Kernel browser infrastructure. + Run the Browser Use bu-1.0 model on KERNEL browser infrastructure. +
+ +
harnesses & models
+ Build a browser agent with eve and KERNEL managed auth.
common patterns
- Using Playwright with Computer Use Fallback + Using Playwright with computer use fallback.
harnesses & models
Computer use agent with Google's Gemini 2.5 and Stagehand.
+ +
harnesses & models
+ Minimal implementation of Anthropic's computer use loop. +
harnesses & models
Vibium browser automation over WebDriver BiDi.
- +
harnesses & models
- Minimal implementation of Anthropic's computer use loop. + Scrape JS-rendered pages behind a login, on Modal with a KERNEL browser.
- + +
harnesses & models
+ Give Vercel foreman access to a KERNEL browser for QA. +
+
harnesses & models
- Scrape JS-rendered pages behind a login, on Modal with a Kernel headful browser. + Connect e2b sandboxes with KERNEL browsers.
diff --git a/cookbooks/e2b.mdx b/cookbooks/e2b.mdx new file mode 100644 index 0000000..ee1f8d3 --- /dev/null +++ b/cookbooks/e2b.mdx @@ -0,0 +1,4 @@ +--- +title: "e2b" +url: "https://docs.e2b.dev/use-cases/remote-browser" +--- diff --git a/cookbooks/eve-foreman.mdx b/cookbooks/eve-foreman.mdx new file mode 100644 index 0000000..7ce1f43 --- /dev/null +++ b/cookbooks/eve-foreman.mdx @@ -0,0 +1,4 @@ +--- +title: "Eve x Foreman" +url: "https://vercel.com/kb/guide/software-factory-browser" +--- diff --git a/cookbooks/eve-managed-auth.mdx b/cookbooks/eve-managed-auth.mdx new file mode 100644 index 0000000..d14a215 --- /dev/null +++ b/cookbooks/eve-managed-auth.mdx @@ -0,0 +1,4 @@ +--- +title: "Eve x Managed Auth" +url: "https://vercel.com/kb/guide/build-a-browser-agent" +--- diff --git a/docs.json b/docs.json index 2741946..146a721 100644 --- a/docs.json +++ b/docs.json @@ -320,16 +320,21 @@ { "group": "Harnesses & Models", "pages": [ - "cookbooks/modal-web-scraper", - "cookbooks/modal-pr-qa-agent", - "cookbooks/claude-managed-agents", - "cookbooks/claude-computer-use-loop", "cookbooks/ai-sdk-agent", - "cookbooks/stagehand-google-cua-agent", "cookbooks/browser-use-model", + "cookbooks/claude-managed-agents", + "cookbooks/claude-computer-use-loop", + "cookbooks/e2b", + "cookbooks/eve-foreman", + "cookbooks/eve-managed-auth", "cookbooks/mastra-web-task-assistant", - "cookbooks/vibium", - "cookbooks/tinker-rl" + "cookbooks/modal-web-scraper", + "cookbooks/modal-pr-qa-agent", + "cookbooks/stagehand-google-cua-agent", + "cookbooks/tinker-rl", + "cookbooks/vibium" + + ] } ] diff --git a/images/cookbooks/e2b.png b/images/cookbooks/e2b.png new file mode 100644 index 0000000..9df9e3c Binary files /dev/null and b/images/cookbooks/e2b.png differ