Skip to main content

aether token

Manage platform API keys — long-lived aether_ 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

Shows each key’s ID, name, prefix, creation time, last-used time, and whether it’s active or revoked. The raw key is not retrievable here.

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.