The agentage command line.
npm install -g @agentage/cliRequires Node.js >= 22.
Signs this machine in to your agentage account. Opens a browser for OAuth 2.1
sign-in (PKCE) and stores the resulting tokens in ~/.agentage/auth.json
(mode 0600). No passwords ever touch the terminal.
agentage setup # browser sign-in, then prints status
agentage setup --no-browser # print the sign-in URL instead of opening a browser
agentage setup --reauth # force a fresh sign-in
agentage setup --disconnect # sign out and remove local credentialsShows this machine's connection, one line per fact: CLI version, target, sign-in state, and endpoint reachability.
agentage status
agentage status --json| Variable | Purpose | Default |
|---|---|---|
AGENTAGE_SITE_FQDN |
Target host | agentage.io |
AGENTAGE_CONFIG_DIR |
Credential/config directory | ~/.agentage |
npm ci
npm run verify # type-check + lint + format + unit tests + build
npm run build && npm run test:e2e # live e2e (Playwright) against the dev stackMIT