Skip to main content

Asymptote CLI Reference

The asym CLI connects Asymptote to your coding agents and manages your account from the terminal.

Install the CLI

Get started by installing the Asymptote CLI via Homebrew.

What you can do

With the Asymptote CLI, you can:
  • Connect Asymptote to coding agents like Cursor, Claude Code, GitHub Copilot, and Factory
  • Log in, log out, and inspect your current session
  • Upgrade agent hooks to the latest version
  • List connected agents and their status
  • Configure CLI settings like secure-by-design mode

Command Overview

$ asym --help

Asymptote CLI provides tools for integrating with the Asymptote
security platform for AI-driven development.

Use 'asym init' for guided setup, or 'asym login' to authenticate.

Usage:
  asym [command]

Available Commands:
  claude      Manage Claude Code integration
  completion  Generate the autocompletion script for the specified shell
  config      View and modify CLI configuration settings
  copilot     Manage GitHub Copilot integration
  cursor      Manage Cursor IDE integration
  factory     Manage Factory (Droid) integration
  help        Help about any command
  init        Set up Asymptote: login and install platform hooks
  list        List resources
  login       Log in to Asymptote
  logout      Log out of Asymptote
  upgrade     Update hooks binary for all installed platforms
  version     Display the version of the Asymptote CLI
  whoami      Display the current logged in user

Flags:
  -h, --help      help for asym
  -v, --version   Print the version number

Setup

Installation

Install the CLI via Homebrew.

asym init

First-time setup: log in and connect your agents.

Authentication

asym login

Log in to Asymptote.

asym logout

End your current session.

asym whoami

Check the current account.

Agent Integrations

asym cursor

Manage Cursor IDE integration.

asym claude

Manage Claude Code integration.

asym copilot

Manage GitHub Copilot integration.

asym factory

Manage Factory (Droid) integration.

Utilities

asym config

View and modify CLI configuration settings.

asym list

List connected agents and their status.

asym upgrade

Upgrade hooks for all connected agents.

asym version

Display the CLI version.

asym completion

Generate shell autocompletion scripts.

Global Flags

FlagDescription
-h, --helpShow help for any command
-v, --versionPrint the version number