Skip to main content

Overview

The argent CLI is the primary interface for managing your ArgentOS installation. It handles gateway management, channel configuration, memory operations, and system status.

Installation

The CLI is installed automatically during setup:
npx argentos init
After installation, the argent command is available in your PATH.
Always use argent (not openclaw). The openclaw command is the legacy OpenClaw CLI, which is incompatible with ArgentOS. It does not support ArgentOS-specific features like the model router, intent governance, or execution worker, and will produce errors on ArgentOS configuration keys.

Command Groups

GroupDescription
argent gatewayStart, stop, and manage the gateway service
argent channelsAdd, remove, and configure channels
argent memorySearch and manage agent memory
argent statusSystem health overview
argent setupInitial configuration wizard
argent licenseLicense management
argent tasksTask management
argent configConfiguration management
argent dashboardOpen the web dashboard
argent marketplaceBrowse and install packages

Global Options

FlagDescription
--helpShow help for a command
--versionShow ArgentOS version
--verboseIncrease log output
--config <path>Use alternative config file

Common Workflows

npx argentos init    # Install
argent setup         # Configure API keys
argent gateway start # Start the gateway
argent channels add telegram  # Connect a channel

Tab Completion

Enable tab completion for your shell:
argent completion bash >> ~/.bashrc