Skip to main content
The CLI wraps all 62 Supersonic tools as shell commands. It outputs pretty tables for humans and --json for AI agents.

Install

Or install globally:

Authenticate

supersonic login gives you two options:
  1. Login with browser — opens supersonic.cv, creates an API key automatically
  2. Paste an API key — from your dashboard
You can also pass the key directly:

Commands

Output

Every command supports three output modes:
Data goes to stdout, status messages go to stderr. This means you can pipe output:

Environment variables

How AI agents use the CLI

An AI coding agent (Claude Code, Codex) runs CLI commands as bash calls instead of loading MCP tool schemas into its context window. This uses 10–30x fewer tokens per operation.