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.
Managed Auth
Manage auth connections, credentials, and credential providers.
Extensions
Upload, download, and build browser extensions.
MCP
Install Kernel MCP server configuration for AI tools.
Projects
Manage projects and scope commands with
--project.API Keys
Create, list, rename, and delete API keys.
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>- Scope the request to a specific project by ID. The value is forwarded verbatim as theX-Kernel-Project-Idheader, so pass an ID (not a name). Also reads theKERNEL_PROJECTenv var.
JSON Output
Many commands support--output json (or -o json) for machine-readable output, useful for scripting and automation:
Utility Commands
kernel status
Check the operational status of Kernel services.
--output json,-o json- Output raw JSON object.
kernel upgrade
Upgrade the Kernel CLI to the latest version.
--dry-run- Show what would be executed without running it.
kernel completion <shell>
Generate a shell autocompletion script (bash, zsh, fish, or powershell).
Looking for the API? See the API Reference.