Agents
Can I run Claude Code on a remote server with Aether?
Yes. Claude Code is one of the shipped harnesses. Install the CLI once in your environment terminal, log in with its own /login flow, then start work with aether run "..." --agent claude. The run happens in a container on the server, not on your laptop. See the harnesses guide.
Does Aether support OpenAI Codex?
Yes. codex is a shipped harness, launched with --agent codex. You sign in with the Codex CLI's own device-code flow inside the environment terminal, or an admin sets OPENAI_API_KEY in the server's environment instead. See the harnesses guide.
Does Aether support OpenCode?
Yes. opencode is a shipped harness. You log in with opencode auth login inside the environment terminal, and the credentials stay in your member home. It is launchable for runs, though it is not one of the agents the dashboard's guided setup step covers. See the harnesses guide.
Which AI coding agents does Aether support?
Seven harnesses ship with it: claude for Claude Code, codex for the OpenAI Codex CLI, pi, omp for oh-my-pi, opencode, fake for testing, and custom for a definition the deployment supplies. A member can register another CLI with aether agent add, and an admin can pin definitions server-wide. The harnesses guide lists what each one needs.
Does Aether install Claude Code, Codex or OpenCode for me?
No. Aether does not install agent CLIs. You install the one you want in your own environment terminal, into ~/.local/bin. For Claude Code, Codex and pi the dashboard opens that terminal and types the vendor's install command, but the install and the login are still yours to complete. See the harnesses guide.
How do agent credentials work?
You sign in through each vendor's own flow inside the environment terminal. The credentials land in your member home on the server and are mounted into every container you get, so all your runs share one login. An admin can set ANTHROPIC_API_KEY or OPENAI_API_KEY in the server environment instead. Aether never copies credential files back to clients. See the security posture.