Skip to main content

System Requirements

  • Node.js 18 or later
  • npm (included with Node.js)
  • Git (used for change detection in aui push and aui diff)

Install

Verify the installation:

Authentication

AUI supports three authentication methods:
Opens the AUI playground login page. Your token is received automatically via a local callback.
The CLI will open your browser. Sign in, and you’ll be redirected back automatically.
After authenticating, the CLI walks you through selecting your Organization, Account, and Agent.
Session credentials are stored in ~/.aui/session.json. They persist across terminal sessions.

Post-Login Setup

1

Verify your session

You should see your account info, active agent, and current environment.
2

Set your environment

The active environment is stored in ~/.aui/environment.
3

Import or create an agent

Uninstall

To remove stored credentials and session data:
This removes all stored sessions, API keys, and cached schemas. You’ll need to run aui login again.

Next Steps

Command Reference

Full reference for all CLI commands.

Configuration

Project structure, config files, and environment variables.