Lummo

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 headers
  • lummo key create --label my-agent — free-tier key
  • lummo sandbox echo "ping" — sandbox dry-run
  • lummo openapi — fetch OpenAPI JSON

Related Lummo developer resources