NewThe global rate limit drops to 1000 requests per minute
BeeL
Get StartedMulti-NIFVeriFactuStripeAPI ReferenceChangelog

BeeL. CLI — run the API from your terminal

The official BeeL. CLI is now published on npm as @beel_es/cli. Run any API endpoint straight from the terminal — sandbox by default — with nothing to install thanks to npx. Commands are derived at runtime from the OpenAPI spec bundled with the installed version, so the CLI always matches the API surface of that release.


Changelog

The official BeeL. CLI is now published on npm as @beel_es/cli. Run any API endpoint straight from the terminal — sandbox by default — with nothing to install thanks to npx. Commands are derived at runtime from the OpenAPI spec bundled with the installed version, so the CLI always matches the API surface of that release.

What else changed

  • Zero-install with npx @beel_es/cli — or npm install -g @beel_es/cli for a global beel command. Runs against sandbox by default.
  • Every endpoint is a commandbeel commands lists them and --help at any level shows flags, enums, defaults and body fields, all derived from the spec, so there's no hand-maintained list to drift.
  • Agent-first — authenticate with an env var (ideal for agents/CI) or a ~/.config/beel/config.json (chmod 600), with a structured output contract that's easy to parse.
  • Generic escape hatch — call any endpoint the installed version doesn't know yet; update the CLI to pick up newly added endpoints as new commands.
  • Search the docs from the terminal without leaving your shell.

Where to go next