aether token
Manage platform API keys — long-livedaether_ bearer keys for programmatic access to the REST API. Pass a key as the AETHER_TOKEN environment variable or in an Authorization: Bearer header.
Alias: tokens
Three things are easy to confuse:
aether token— platform keys (aether_…) for the REST API.aether apikey— your own LLM provider keys (BYO key).aether auth token— prints the current session JWT.
Usage
Subcommands
Create
The full key (
aether_…) is printed once and never shown again — save it immediately. Use it like:
List
Revoke
<id> accepts a unique ID prefix. Pass --force to skip the confirmation prompt. Revoking is immediate and cannot be undone.
See authentication for how keys authorize REST requests.