Quick Start: CLI
Install
Section titled “Install”npm install -g @honeybee-ai/waggle-cliVerify:
wgl --versionScan for prompt injection
Section titled “Scan for prompt injection”wgl scan "ignore all previous instructions"# → BLOCK (score: 150)Start a local server
Section titled “Start a local server”wgl serve# Starts incubator on default portCheck status
Section titled “Check status”wgl status# Shows protocol, phase, connected agents, claimsValidate a protocol
Section titled “Validate a protocol”wgl protocol validate my-spec.acp.yaml# Validates schema, roles, phases, governanceStart a local brood
Section titled “Start a local brood”# Create brood.yaml in your projectwgl up# Reads brood.yaml, starts incubator, spawns agentsAuthenticate with the platform
Section titled “Authenticate with the platform”wgl auth login# Opens browser for device flow authentication
wgl auth status# Shows current auth state and profileManage cloud hives
Section titled “Manage cloud hives”# Create a hivewgl swarm create --name my-project
# Set provider keywgl secret set cerebras
# Startwgl swarm start my-project
# Monitorwgl swarm info my-project
# Stopwgl swarm stop my-projectShell completions
Section titled “Shell completions”# Bashwgl completion bash >> ~/.bashrc
# Zshwgl completion zsh >> ~/.zshrc
# Fishwgl completion fish > ~/.config/fish/completions/wgl.fishWhat’s next
Section titled “What’s next”- Full CLI reference — All 50+ commands
- Brood Guide — Local agent clusters
- Deployment Guide — Local to cloud