ix keys
Mint and manage API keys: one capped key per user or per agent, over the account's single balance
Usage: ix keys [OPTIONS] [COMMAND]
commands
ix keys createMint an API key. The secret is printed once, here, and cannot be recovered afterwards -- store it before the terminal scrollsix keys lsList the account's API keys and what they have spentix keys selfShow the key this CLI is authenticated with: its cap, spend and headroom. Takes no id -- a capped key can read itself without being able to read its siblingsix keys getShow one key by id, at any depth and whatever its state -- revoked included. To read the key you are authenticated with, use `ix keys self`, which needs no id and no account-wide readix keys updateChange a key's label, cap, or paused state. A revoked key cannot be updated: revocation is terminalix keys revokePermanently revoke a key and every key beneath it. Not reversible; to pause a key instead, use `ix keys update <id> --disable`
options
--output <OUTPUT>Output format one of: human, json default: human--message-format <MESSAGE_FORMAT>Error format one of: human, short, json default: human