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.
Sandboxed Chromium
We spin up cloud browsers in <30ms with GPU acceleration when needed.
Auth
We manage auth for your agents so you don't have to.
Stealth Mode
We solve CAPTCHAs and manage residential proxies to help you see fewer of them.
o11y
You can view sessions live and record them as MP4s for debugging.
start here
Create
Spin up a browser and pick the shape — headless, stealth, GPU, profiles.
Control
Drive it with computer use, playwright execution, CDP, or WebDriver BiDi.
Observe
Watch it live, record replays, and capture screenshots.
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-useDeploy 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.