Skip to main content
The Kernel CLI helps you access and manage your Kernel resources.

Installation

Verify installation:

Create Kernel App

Scaffold new Kernel apps from templates.

Authentication

Login, logout, and check auth status.

Browsers

Create, view, and manage Kernel browsers.

Apps

Deploy apps, invoke actions, and stream logs.

Extensions

Upload, download, and build browser extensions.

MCP

Install Kernel MCP server configuration for AI tools.

Projects

Manage projects and scope commands with --project.

Quick Start

Global Flags

  • --version, -v - Print the CLI version
  • --no-color - Disable color output
  • --log-level <level> - Set the log level (trace, debug, info, warn, error, fatal, print)
  • --project <id-or-name> - Scope the request to a specific project (also reads the KERNEL_PROJECT env var)

JSON Output

Many commands support --output json (or -o json) for machine-readable output, useful for scripting and automation:
See individual command documentation for JSON output availability.
Looking for the API? See the API Reference.

Skills

The Kernel CLI has a companion skills file that AI coding agents (Cursor, Claude, Windsurf, etc.) can use to learn the CLI’s commands and capabilities. Copy the prompt from the homepage or point your agent directly at the skill file to get started.