Manage local API credentials.Documentation Index
Fetch the complete documentation index at: https://docs.kash.bot/llms.txt
Use this file to discover all available pages before exploring further.
Generated fromkash docs --json. Each command’s behaviour is documented in-binary viakash auth <subcommand> --help— this page is the structured reference.
Usage
Subcommands
kash auth set-key
Store an API key in ~/.kash/config.json (mode 0600).
Arguments
key(optional) — API key starting with “kash_” (omit to read from stdin or prompt)
| Flag | Description |
|---|---|
--from-stdin | read the key from stdin (preferred for secret-store integration) |
--activate | also switch the active profile to the one being written (default: leave the active profile unchanged — kash auth set-key --profile staging updates ‘staging’ but doesn’t make it active; pass —activate or run kash config use staging separately) |