| title | batteries included |
|---|---|
| sidebarTitle | Introduction |
| description | |
| mode | wide |
We build crazy fast, open source infra for AI agents to access the internet. Trusted by Cash App, Framer, and 3,000+ teams.
We spin up cloud browsers in <30ms with GPU acceleration when needed. We manage auth for your agents so you don't have to. We solve CAPTCHAs and manage residential proxies to help you see fewer of them. You can view sessions live and record them as MP4s for debugging.import { CopyPromptButton } from '/snippets/copy-prompt-button.jsx';
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"}'once you're ready to scale, check out how to create a pool of reserved browsers.