Asymptote CLI Reference
This reference documents every command and flag available in Asymptote’s command-line interface.Install the CLI
Get started by installing the Asymptote CLI.
What you can do
With the Asymptote CLI, you can:- Scan code for security vulnerabilities in real-time
- Monitor AI coding sessions for policy violations
- Configure security guardrails and rules
- View detailed reports about detected issues
Command Overview
Getting Started
Installation and authentication setup.
Scanning
Scan code for vulnerabilities.
Monitoring
Real-time AI coding session monitoring.
Configuration
Policies and allowlist management.
Global Flags
The Asymptote CLI supports these flags for every command:| Flag | Type | Description |
|---|---|---|
--api-host <host> | string | Override the API host |
--api-key <key> | string | Override the API key |
--config <path> | string | Path to config file (default: ~/.asymptote/config.yml) |
--json | bool | Output in JSON format |
--no-color | bool | Disable colored output |
-v, --verbose | bool | Enable verbose logging |
--quiet | bool | Suppress non-essential output |
-h, --help | bool | Show help for any command |

