# CLI (/docs/cli)



```bash
mmb key create
mmb key claim --email you@example.com --token <claimToken>
mmb key claim --email you@example.com --token <claimToken> --code 123456
mmb key status
mmb usecases search invoice
mmb usecases get clip-bot
mmb bots search reaper
mmb bots get reaper
```

Library queries are free and work without a key. Optional auth: `MMB_API_KEY` or `~/.mmb/config.json`. Optional `MMB_API_URL` sets the API origin.
