CLI
The KeeperHub CLI (kh) lets you manage workflows, execute blockchain actions, and monitor runs from the terminal. It is designed for scripting, CI/CD pipelines, and AI-assisted workflows via MCP.
Install
Homebrew (macOS/Linux):
brew install keeperhub/tap/khGo install:
go install github.com/keeperhub/cli/cmd/kh@latestBinary download: Download from GitHub Releases and add to your PATH.
Authenticate
kh auth loginFor CI/CD environments, set the KH_API_KEY environment variable instead.
What’s in this section
- Quickstart — install, authenticate, and run your first commands
- Concepts — authentication model, output formats, configuration, MCP mode
- Commands — full reference for every
khcommand