Search documentation

Search the Fumadocs-backed documentation index.

Fiveonefour's CLI

Canonical command reference for Fiveonefour's CLI.

ax is the command-line interface for the Fiveonefour 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
Install the CLIInstall, verify, update, pin, or uninstall ax.
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 bring-your-own-key LLM providers and Fiveonefour's 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)