@anysola/cli
Your workspace,
in the terminal.
Official command-line tool for Anysola. Sign in once from your terminal, then manage agents, usage, integrations, and more — without opening the dashboard.
Requires Node.js 22+
npm install -g @anysola/cli npx @anysola/cli overview Terminal preview: $ anysola login --label my-server. Open in your browser:. https://www.anysola.com/cli/activate?code=ABCD-1234. Your code: ABCD-1234. Waiting for authorization…. ✓ Signed in as ops@company.com. $ anysola overview. Workspace: Production · plan: pro. Agents: 2 active · Ops: 1,240 / 50,000
Quick start
After login, your session is saved locally at ~/.anysola/credentials.json (readable only by you).
-
01
Install
Requires Node.js 22+. Works on macOS, Linux, and Windows terminals.
npm install -g @anysola/cli -
02
Sign in
Run login, open the link in your browser, and approve the session. No extra setup — the CLI connects to Anysola automatically.
anysola login -
03
Operate
Your session is saved locally. Inspect your workspace, manage agents, and read usage from SSH, CI, or your laptop.
anysola overview
Common commands after sign-in:
anysola whoami ·
anysola agents list ·
anysola usage ·
anysola activity ·
anysola integrations list ·
anysola logout
What you can do
-
Workspace at a glance
Run overview (alias: dashboard) to see agents, usage, and activity without opening the browser.
-
OAuth device login
Sign in through anysola.com in your browser. Approve access like any other Anysola sign-in; revoke sessions from Settings → CLI sessions.
-
Built for automation
Append --json on any command for machine-readable output. Use -q / --quiet to suppress non-error output.
-
Full command surface
Manage agents, usage, activity, audit events, workspace settings, and integrations from the terminal.
Commands
Append --json on any command for
machine-readable output. Use -q /
--quiet to suppress non-error output.
-
anysola login [--label <name>]Device-flow auth -
anysola logoutRevoke session & remove credentials -
anysola whoamiAccount & workspace -
anysola overviewDashboard at a glance (alias: dashboard) -
anysola agents list|get|create|update|delete|runAgent lifecycle -
anysola usageBilling period & limits -
anysola activity [--limit N] [--status …]Recent operations -
anysola audit [--limit N]Audit trail -
anysola settings get|setWorkspace preferences -
anysola integrations list|connect|disconnectConnected services
Scripting example
anysola agents list --json
anysola overview --json Security
Browser login, local credentials
anysola login shows a code and a link. Open the
link in your browser, sign in to Anysola, and approve the session. Optional labels appear in
Settings → CLI sessions.
- Sessions use OAuth; you approve access in the browser like any other Anysola sign-in
-
anysola logoutrevokes the session on Anysola and deletes local credentials -
Do not share
~/.anysola/credentials.json
Install @anysola/cli
Run anysola login, then anysola overview — manage your workspace from anywhere you already work.