Skip to content

agentage/cli

Repository files navigation

@agentage/cli

CI npm version

The agentage command line.

Install

npm install -g @agentage/cli

Requires Node.js >= 22.

Commands

agentage setup

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 credentials

agentage status

Shows this machine's connection, one line per fact: CLI version, target, sign-in state, and endpoint reachability.

agentage status
agentage status --json

Environment

Variable Purpose Default
AGENTAGE_SITE_FQDN Target host agentage.io
AGENTAGE_CONFIG_DIR Credential/config directory ~/.agentage

Development

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 stack

License

MIT

About

agentage Memory CLI - connect and manage your memory from the terminal

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors