Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.runaether.dev/llms.txt

Use this file to discover all available pages before exploring further.

CLI Overview

The Aether CLI lets you manage projects, tasks, workspaces, billing, warm slots, notifications, and integrations from your terminal. It connects to the Aether API and provides streaming output for long-running agent tasks.

Global Flags

These flags are available on every command.
FlagShortDescription
--project-pOverride the default project for this command
--jsonOutput results as JSON
--no-colorDisable colored output
--api-urlOverride the Aether API URL
--debugPrint debug information to stderr

Configuration

The CLI stores configuration in ~/.aether/config.json. This file is created automatically on first login and stores your default project, API URL, and authentication tokens.

Environment Variables

Environment variables take precedence over the config file.
VariableDescription
AETHER_TOKENAuthentication token (skips login flow)
AETHER_PROJECTDefault project ID (overrides config file)
AETHER_API_URLAPI base URL (overrides config file)
AETHER_PREVIEW_DOMAINDomain used when printing workspace preview URLs
AETHER_DEBUG=1Enable debug output to stderr
NO_COLORDisable colored output (any value)

Command Groups

Core

CommandDescription
aether runSend a prompt and stream the agent response
aether projectManage projects
aether taskManage tasks and agent runs
aether usageShow credit usage

Account

CommandDescription
aether billingManage billing, credits, checkout, and portal sessions
aether warm-slotManage project warm slots
aether notificationManage notifications and delivery preferences
aether profileShow the current user profile
aether tokenManage personal access tokens
aether settingsManage user settings
aether secretManage project secret files

Workspace

CommandDescription
aether workspaceManage cloud workspaces
aether fileRead, write, and manage workspace files
aether envManage project environment variables
aether gitGit operations on workspace repositories

Integrations

CommandDescription
aether githubConnect and sync with GitHub repositories
aether sentryConnect to Sentry for error tracking
aether slackConfigure Slack routes
aether linearConfigure Linear routes
aether codexManage Codex account authorization
aether claude-codeManage Claude Code authorization

Configuration

CommandDescription
aether authLogin, logout, and manage authentication
aether apikeyManage LLM provider API keys
aether configView and manage CLI configuration
aether versionPrint the CLI version
aether completionGenerate shell completion scripts

Version

Print the current CLI version.
aether version
aether version 0.1.0 (abc1234)