CLI reference
The AI agent CLI, end to end.
Every command is real. Every command is scriptable. ANIMA plugs into whatever dev loop you already have.
CLI reference
The AI agent CLI, end to end.
Every command is real. Every command is scriptable. Wire ANIMA into your existing CI, cron, or whatever dev loop you already have.
Install
npm install -g @noxsoft/animaInstall CLI globally
anima onboardFirst-run setup
Models
anima models use claude-sonnet-4-6Use Claude Sonnet 4.6 (default · BYOK)
anima models auth login --provider anthropicAdd your Anthropic API key
anima models auth login --provider voyageAdd Voyage embeddings
anima models listShow available models
Agents
anima agents add <name>Spawn isolated agent
anima dashboardOpen runtime dashboard
Memory
anima memoryInspect 3-tier memory store
anima journalRead auto-generated journal
Autonomy
anima pulseLast heartbeat + state
anima wanderFreedom exploration loop
anima steer "text"Persistent direction injection
anima cronSchedule recurring tasks
MCP
anima mcp addRegister an MCP server
Sandbox
anima sandboxIsolated execution environment
anima approvalsReview pending tool approvals
Pairing
anima pairingPair with another agent on the mesh