LyDos CLI — Everything from your terminal
Chat, run agents, monitor tasks, and manage the full LyDos platform without leaving your shell.
curl -fsSL https://lydos.ailydian.com/install | shInstalls in ~15 seconds. Then run lydos auth login to authenticate.
See it in action
Click the buttons to simulate real CLI commands. No installation needed.
Install LyDos CLI
15 seconds · one command · 47 autonomous engineers + sovereign signed + consciousness layer
curl -fsSL https://lydos.ailydian.com/install | shlydos login→Login via browserlydos statuslydos chatlydos solvelydos watchlydos doctorThe essentials
The most-used commands to get you productive fast. For the full searchable reference with flags, examples, and shell completion:
| Command | Category |
|---|---|
lydos auth login | Auth |
lydos health | System |
lydos chat "message" | Chat |
lydos agents list | Agents |
lydos agents run <id> | Agents |
lydos tasks watch | Tasks |
lydos mcp serve | MCP |
lydos logs --follow | System |
Environment variables
Set these in your shell profile to avoid passing flags on every command.
| # Add to ~/.bashrc or ~/.zshrc |
| export LYDOS_API_KEY="lyd_sk_your_key_here" |
| export LYDOS_API_URL="https://lydos.ailydian.com" |
| export LYDOS_TIMEOUT="60" |
| export LYDOS_MODEL="llama-3.3-70b-versatile" |
Shell completion, scripting examples, TUI keybindings, global flags, and the full 20-command reference are in the docs.
Read the CLI reference →Ready to automate everything?
Install the CLI, connect your API key, and start running agents from your terminal in under 2 minutes.