Skip to main content

aether apikey

Manage your own LLM provider API keys (BYO key). Keys are stored securely server-side and used by the agent to make LLM calls. The default provider is OpenRouter.
These are LLM provider keys. For platform keys (aether_…) that authorize the Aether REST API, see aether token.
Alias: apikeys

Usage

Subcommands

aether apikey list

List providers and whether each is connected. Columns are provider, status, and when the key was added.
The set of providers is returned by the server, so the list reflects what your account currently supports rather than a fixed set.

aether apikey add

Add an API key. Defaults to the OpenRouter provider; get an OpenRouter key at openrouter.ai/keys. Omit --key to enter it at a secure prompt instead of passing it on the command line.

aether apikey remove

Remove a stored key for a provider. Tasks that depend on it will fail without it.