tokener is the command-line client for the Tokener.ai Console Management API.
It authenticates with a Tokener.ai management personal access token (PAT,
prefix tkr_pat_) and exposes the console management surface — API keys,
billing balance and ledger, usage, and the public model catalog.
It is not the LLM data plane: model traffic goes to the Tokener Gateway with a Tokener.ai API key, not to this CLI.
Install the latest release on macOS or Linux:
curl -fsSL https://tokener.dev/install.sh | shInstall with Homebrew:
brew tap langgenius/tokener https://github.com/langgenius/tokener-cli
brew install langgenius/tokener/tokenerUpgrade an existing installation with tokener update or brew upgrade tokener, depending on how it was installed. Windows archives are available on
the GitHub Releases page.
| Path | Owner |
|---|---|
specs/sources.yaml |
spec source declaration for lathe specsync, pinned to an upstream tag |
cli.yaml |
generated CLI identity, auth validation, skill, and update config |
overlays/console.yaml |
human-facing command names, help, examples, and parameter presentation |
cmd/tokener/main.go |
thin runtime entrypoint |
internal/generated/ |
generated command specs (do not edit) |
skills/tokener/ |
generated agent Skill (do not edit) |
make cli-sync # regenerate from spec/ and cli.yaml, then go mod tidy
make cli-build # build bin/tokener
make check # cli-sync + tests + go vet
make release-snapshot # build release artifacts without publishingmake cli-sync runs the pinned lathe generator via go run; override the
version with make cli-sync LATHE_VERSION=vX.Y.Z.
internal/generated/, skills/tokener/, and cmd/tokener/cli.yaml are
generated by lathe. Do not hand-edit them. To change CLI behavior, change
cli.yaml, specs/sources.yaml, overlays/console.yaml, or the upstream spec,
then re-run make cli-sync and commit the regenerated output with the change.
bin/tokener auth login
bin/tokener auth login --no-browser
bin/tokener auth login --with-token
bin/tokener commands --json
bin/tokener commands show keys create --json
bin/tokener keys list -o json
bin/tokener billing ledger --all -o json