Kernel

wrangle the wild web

We build crazy fast, open source infra for AI agents to access the internet. Trusted by Cash App, Framer, and 3,000+ teams.

start here

fast setup

copy and paste this into your AI coding agent (Cursor, Claude, Windsurf, etc.). it installs the Kernel CLI and skills, authenticates you, and opens a live browser session that you or your agent can interact with.

prod setup

Our app platform is a serverless compute service for running agent loops triggered on demand or by scheduled events without having to provision or manage sandboxes. Your agent runs co-located with its browser to minimize network latency.

Scaffold a project from a template:

kernel create --template computer-use

Deploy and invoke it on demand:

kernel deploy agent.ts
kernel invoke my-agent my-task --payload '{"url": "https://example.com"}'

scaling

once you're ready to scale, check out how to create a pool of reserved browsers.

On this page