Skip to main content
Manage your Aether projects. A project groups source code, environment variables, an optional GitHub link, task defaults, and the history of agent runs. See the Projects guide for concepts.

Usage

projects is an alias for project.

Subcommands

Most <id> arguments accept a short prefix.

aether project list

Projects with no linked repository show in the REPO column.

aether project get

Show full details for one project.

aether project create

aether project update

Update metadata or task defaults. Only the flags you pass are changed.
Running update with no flags returns an error — provide at least one.

aether project archive

Archive a project. Live activity stops and the project is hidden from normal views, while task, run, and billing history is retained.
Archiving destroys the project’s active workspaces and volumes, disables its automations, and removes its environment variables, secret files, and integration routes. Task, run, and billing history is kept. Archiving cannot be undone, but you can create a new project from the same repository.

aether project select

Set the default project for all commands. With no argument, opens an interactive picker.
Once set, commands like aether run and aether env target this project automatically.