Lummo CLI
Lummo CLI
Official command-line tool for Lummo public APIs. Agents can script health, free-tier keys, and sandbox calls without hand-rolled HTTP.
Install Lummo CLI
# npm (hosted package — always available) npm install -g https://lummo.ar/cli/lummo.tgz # one-liner curl -fsSL https://lummo.ar/install-cli.sh | sh # npx without global install npx --yes https://lummo.ar/cli/lummo.tgz health
Package name: lummo. Tarball: /cli/lummo.tgz. Homebrew formula draft: /cli/lummo.rb.
Commands
lummo health— zero-auth readiness + RateLimit headerslummo key create --label my-agent— free-tier keylummo sandbox echo "ping"— sandbox dry-runlummo openapi— fetch OpenAPI JSON

