Skip to content

Repository files navigation

@wazoo/cli

Official Command-Line Interface (wazoo) for the Wazoo Platform — Neuro-symbolic infrastructure for AI agents.

Installation

npm install -g @wazoo/cli
# or run directly via npx:
npx @wazoo/cli --help

Quickstart

# 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

Global Flags

  • --api-url <url>: Override the default API URL (https://api.wazoo.dev or WAZOO_API_URL).
  • --token <token>: Set API auth token (or set WAZOO_API_TOKEN / WORLDS_TOKEN environment variable).
  • --json: Format command output as structured JSON.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages