Skip to content

Quick start

Once aic is installed, sign in and start working.

Terminal window
aic login

This opens an OIDC browser login. Your AIC account session is stored locally and refreshed automatically.

Terminal window
aic teams list
aic projects list --team <team-id>
Terminal window
aic domains search example.com --team <team-id>

Every command accepts --output (-o) — table (default), json, or yaml — which makes aic easy to script for both humans and AI agents:

Terminal window
aic teams list --output json
Terminal window
aic --help
aic <command> --help

The full, always-current command reference lives under Command reference.