Skip to main content
Two paths. Do the first if you’re writing the code; do the second if a coding agent is.
You’ll need an API key from the dashboard. Set it as KERNEL_API_KEY — every SDK, the CLI, and the MCP server read it from the environment.

Path 1: write it yourself

1

Install an SDK

2

Create a browser and drive it

This creates a browser, runs Playwright code inside the browser’s VM, returns the result, and cleans up. No local Chromium, no CDP connection to manage.
Open browser_live_view_url while it runs and you’ll watch the page load.
3

Pick your next decision

Two things determine the shape of everything after this: which control surface you use, and where your loop runs. How you drive the browser covers both.From there:

Path 2: hand it to your coding agent

Kernel publishes agent-readable surfaces — a docs index, a full docs corpus, official skills, and a hosted MCP server. Rather than pasting three links and hoping, paste this one prompt into Cursor, Claude Code, Codex, or whatever you use. It gets set up and completes a first task.
Copy this into your coding agent

What the agent is reading