Skip to content

Quick Start: CLI

Terminal window
npm install -g @honeybee-ai/waggle-cli

Verify:

Terminal window
wgl --version
Terminal window
wgl scan "ignore all previous instructions"
# → BLOCK (score: 150)
Terminal window
wgl serve
# Starts incubator on default port
Terminal window
wgl status
# Shows protocol, phase, connected agents, claims
Terminal window
wgl protocol validate my-spec.acp.yaml
# Validates schema, roles, phases, governance
Terminal window
# Create brood.yaml in your project
wgl up
# Reads brood.yaml, starts incubator, spawns agents
Terminal window
wgl auth login
# Opens browser for device flow authentication
wgl auth status
# Shows current auth state and profile
Terminal window
# Create a hive
wgl swarm create --name my-project
# Set provider key
wgl secret set cerebras
# Start
wgl swarm start my-project
# Monitor
wgl swarm info my-project
# Stop
wgl swarm stop my-project
Terminal window
# Bash
wgl completion bash >> ~/.bashrc
# Zsh
wgl completion zsh >> ~/.zshrc
# Fish
wgl completion fish > ~/.config/fish/completions/wgl.fish