majordomo CLI lets you authenticate and manage API keys from your terminal. It’s the fastest way to create keys, list them, and revoke them without opening the dashboard.
Install
The CLI requires Go 1.25 or later. Run
go version to check.Log in
Authenticate the CLI with your Majordomo account:~/.majordomo/config.yaml.
If you need to override the default endpoints — for example, in a self-hosted environment — set these environment variables before running any command:
Manage API keys
Create, list, and revoke Majordomo API keys directly from the terminal:The CLI currently supports login and API key management. Features such as replay, evals, and cloud storage configuration are available in the dashboard.