Docs › CLI Reference
CLI Reference
The epic-agent CLI lets you manage agents, API keys, sessions, and logs from your terminal.
Install
npm install -g @epicdm/agent-cliAuthenticate
epic-agent loginCommands
epic-agent agents listList all registered agents
epic-agent agents create --name "My Agent"Register a new agent
epic-agent agents delete <id>Remove an agent
epic-agent keys listList all API keys
epic-agent keys create --name "prod"Create a new API key
epic-agent keys revoke <id>Revoke an API key
epic-agent logsStream recent action logs
epic-agent approveApprove or deny pending actions interactively