Skip to main content
agenta status is the command to run right after agenta login, and the one to reach for whenever something isn’t working: it tells you exactly what’s configured, what’s missing, and the next command to run.
Alias: agenta whoami.

What it checks

  • Account: are you logged in, and as who (read from your session).
  • Organization and wallet: your org name and whether a payout wallet is activated.
  • Payment tools: whether agenta pay checkout will actually work right now.

Usage

Example output

Output
If your wallet isn’t activated yet, Payment tools shows what’s blocking you instead of a green check, and Next points at agenta login to finish activation.

--json

--json also kicks in automatically whenever stdout isn’t a terminal, so piping to jq or writing to a file gives you JSON without the flag: agenta status | jq .account.walletActivated.

Response fields

Not logged in

reason is either not-logged-in or session-expired, so scripts can tell the two apart.

Next steps

Login

Authenticate or re-authenticate the CLI.

Pay

Create and track checkouts.