Skip to content

Latest commit

 

History

History
63 lines (51 loc) · 2.3 KB

File metadata and controls

63 lines (51 loc) · 2.3 KB
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';

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.