Skip to content

CLI Overview

The aix CLI is your primary tool for managing AI agent configurations. It follows a syntax similar to npm.

These flags are available on all commands:

FlagDescription
--config <path> / -cPath to ai.json (defaults to current dir). Can also be set via $AI_JSON_CONFIG.
--quiet / -qSuppress non-essential output.
--jsonOutput results as JSON.
  • Core: init, install, validate
  • Management: add, remove, list
  • Discovery: search
  • Config: config get, config set, config show
  • System: cache, backups, global
CommandAlias
installi
listls
cache clearcache clean
  • AI_JSON_CONFIG: Override the default ai.json path.
  • AIX_LOG_LEVEL: Set detailed logging (debug, info, warn, error).