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:
- Behind a login? Managed auth.
- Getting blocked? Bot anti-detection.
- Running it repeatedly? Browser pools.
- Deploying the agent? App Platform.
- Worked examples by job: common use cases.
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