Official Command-Line Interface (wazoo) for the Wazoo Platform — Neuro-symbolic infrastructure for AI agents.
npm install -g @wazoo/cli
# or run directly via npx:
npx @wazoo/cli --help# Check service health
wazoo health
# Set authentication token
export WAZOO_API_TOKEN="wzp_..."
# List worlds
wazoo worlds list
# Get world details
wazoo worlds get project-context
# View current usage & limits
wazoo usage --json--api-url <url>: Override the default API URL (https://api.wazoo.devorWAZOO_API_URL).--token <token>: Set API auth token (or setWAZOO_API_TOKEN/WORLDS_TOKENenvironment variable).--json: Format command output as structured JSON.