Paste this into your AI coding agent (Claude Code, Cursor, Windsurf, Goose, etc.) and let it handle the rest:
Install the Kernel CLI (brew install onkernel/tap/kernel), run kernel login, then kernel create to scaffold an app, and kernel deploy to deploy it. Use the Kernel docs at https://docs.kernel.sh for reference.
That’s it. Your agent will install the CLI, authenticate you, scaffold a project from a template, and deploy it — all in one flow.
For an even deeper integration, install the Kernel MCP server to give your agent direct access to Kernel’s browser tools: kernel mcp install --target cursor (or claude-code, windsurf, vscode, goose, zed).
# CAPTCHA Solverkernel invoke ts-captcha-solver test-captcha-solver# Stagehandkernel invoke ts-stagehand teamsize-task --payload '{"company": "Kernel"}'# Magnitudekernel invoke ts-magnitude mag-url-extract --payload '{"url": "https://en.wikipedia.org/wiki/Special:Random"}'# Anthropic Computer Usekernel invoke ts-anthropic-cua cua-task --payload '{"query": "Return the first url of a search result for NYC restaurant reviews Pete Wells"}'# OpenAI Computer Usekernel invoke ts-openai-cua cua-task --payload '{"task": "Go to https://news.ycombinator.com and get the top 5 articles"}'# Gemini Computer Usekernel invoke ts-gemini-cua gemini-cua-task --payload '{"startingUrl": "https://www.magnitasks.com/", "instruction": "Click the Tasks option in the left-side bar, and move the 5 items in the To Do and In Progress items to the Done section of the Kanban board"}'