Search documentation

Search the Fumadocs-backed documentation index.

AX CLI

Canonical command reference for the AX CLI.

ax is the command-line interface for the AX agent experimentation platform.

Output modes

When you run a command in a terminal, results print as readable tables. When you pipe or redirect the output, list commands switch to headerless TSV and query commands stream JSONL rows, so scripts can parse either. Override with --json (always wins) or AX_FORCE_TTY=1 (keep the table format when piping).

Command index

CommandUse
ax experimentAuthor, validate, run, and query experiments.
ax runList, inspect, watch, cancel, rerun, and upload/download runs.
ax insightManage org-scoped saved SQL insights.
ax authLog in and show identity status.
ax orgList, view, switch, and invite to organizations.
ax creditView prepaid credit balance and usage spend, or buy more credit.
ax secretManage org-scoped secret values.
ax api-keyList and revoke API keys.
ax llm-providerManage org BYOK LLM providers and the 514.ax AI gateway.
ax integrationsGitHub integration status and repo → experiment links.
Utilitiesupdate, send-debug, release-notes, ci upload.

Legacy commands (not in v0.6)

These still exist for compatibility but are outside the v0.6 reference surface:

Legacy commandUse instead
ax results ...experiment query for experiment summaries, run query for single-run SQL
ax runs ...run list / run view / run watch
ax introexperiment create --template cli-install (same flags required)