Skip to main content
Manage authentication for the Claude Code agent provider. Connecting runs claude setup-token locally and stores the resulting setup token so the Claude Code agent can run headless in Aether workspaces. See connect agent providers.
connect requires the Claude Code CLI on your machine. If it is missing, install it with npm install -g @anthropic-ai/claude-code, then rerun the command.

Usage

Subcommands

aether claude-code connect

Runs claude setup-token, captures the printed setup token, and uploads it. Follow the prompts from the Claude Code CLI to complete the flow.

aether claude-code status

Show whether a setup token is configured.
When nothing is configured, the command prints Claude Code: not configured and points you to connect.

aether claude-code disconnect

Remove the stored Claude Code auth.

See also