Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Update quickstart.mdx
Co-Authored-By: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
  • Loading branch information
mintlify[bot] authored Dec 19, 2025
commit cdcfe99e30218e4de7fa4d55b9a79c4ff17ae8cc
16 changes: 8 additions & 8 deletions quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -125,12 +125,12 @@ These are the sample apps currently available when you run `kernel create`:

| Template | Description | Framework | Params |
|-------------------------------|-----------------------------------------------------------|----------------------------|------------------|
| **sample-app** | Returns the page title of a specified URL | Playwright | `{ url }` |
| **browser-use** | Completes a specified task | Browser Use | `{ task }` |
| **stagehand** | Returns the first result of a specified Google search | Stagehand | `{ query }` |
| **advanced-sample** | Implements sample apps using advanced Kernel configs | Playwright | n/a |
| **anthropic-computer-use** | Implements an Anthropic Computer Use prompt loop | Anthropic Computer Use API | `{ query }` |
| **openai-computer-use** | Implements an OpenAI Computer Use Agent prompt loop | OpenAI CUA API | `{ task }` |
| **gemini-computer-use** | Implements a Gemini Computer Use prompt loop | Gemini Computer Use API | `{ task }` |
| **openagi-computer-use** | Implements an OpenAGI Lux computer-use agent | OpenAGI Lux API | `{ instruction }`|
| **sample-app** | Implements a basic Kernel app | Playwright | `{ url }` |
| **captcha-solver** | Demo of Kernel's auto-CAPTCHA solving capability | Playwright | n/a |
| **browser-use** | Implements Browser Use SDK | Browser Use | `{ task }` |
| **stagehand** | Implements the Stagehand v3 SDK | Stagehand | `{ company }` |
| **anthropic-computer-use** | Implements an Anthropic computer use agent | Anthropic Computer Use API | `{ query }` |
| **openai-computer-use** | Implements an OpenAI computer use agent | OpenAI CUA API | `{ task }` |
| **gemini-computer-use** | Implements a Gemini computer use agent | Gemini Computer Use API | `{ task }` |
| **openagi-computer-use** | Implements an OpenAGI computer use agent | OpenAGI Lux API | `{ instruction }`|
| **magnitude** | Implements the Magnitude.run SDK | Magnitude.run | n/a |