agenta CLI ships as the agentaos npm package and installs two equivalent binary names: agenta (used throughout these docs) and agentaos. It talks to the same API your @agentaos/pay SDK integration uses, so anything you can do in code you can also do from a terminal: create checkouts, list subscriptions, pull receipts, check readiness.
Requirements
Node.js 20 or later. The installer scripts work on macOS, Linux, and Windows (WSL).Install
agenta on your PATH. The npm install builds the same CLI from the published package and works anywhere npm install -g works.
Verify
Output
agenta isn’t found after a curl install, open a new shell so your PATH picks up the change.
No Node.js?
If you’re going the npm route and don’t have Node 20+ installed:npm install -g agentaos.
AI agent setup
Building an agent or automation that should use AgentaOS on your behalf? Install the skill for guided setup instead of hand-rolling the integration:Next steps
Login
Authenticate the CLI with your AgentaOS account.
Quickstart
Create your first checkout end to end.