Skip to content

KernelCloud browsers for AI agents

Crazy fast, open-source infrastructure for AI agents to access the internet. Sandboxed Chromium, managed auth, stealth, and observability in one platform.

Quick navigation

SectionDescription
BrowsersCreate, configure, and connect to cloud browsers
AppsDeploy serverless agent code on Kernel
AuthManaged credential capture and login flows
ProxiesDatacenter, ISP, residential, and custom proxies
IntegrationsUse Kernel with your favorite agent framework
CLI ReferenceAll kernel CLI commands
API ReferenceComplete REST endpoint catalog

What is Kernel?

Kernel is cloud browser infrastructure purpose-built for AI agents and automations. Every Kernel browser is a sandboxed Chromium instance with managed auth, stealth, residential proxies, live view, and session replay built in. Agents create browsers on demand, run actions co-located with them for low latency, and tear them down when finished.

Get started in seconds

bash
brew install kernel/tap/kernel
kernel login
kernel create --template computer-use

Top SOPs

Concepts

  • Browser: a cloud-based Chromium managed by Kernel, accepting Chrome DevTools Protocol connections.
  • App: a codebase deployed on Kernel for running agent loops on demand or on a schedule.
  • Action: an invokable method within an app. Apps can have multiple actions.
  • Invocation: a single execution of an action, triggered via API, schedule, or on-demand.
  • Project: a named container that isolates Kernel resources (browsers, profiles, credentials, proxies, pools) within an organization.

See Concepts and Projects for the full glossary.