GitHub
Source code and issues
The CLI is open source (MIT) and works on macOS, Linux, and Windows (amd64 and arm64). Version 1.2.0 is its first release in the coordinated client release line.
Installation
npm (recommended)
The npm installer requires Node.js 22 or later. The installeduqpay binary does not require Node.js at runtime.
Build from source
Requires Go 1.21 or higher:Shell completion
Configuration
Before you begin, create a sandbox account and create API keys. Run these once to set your credentials:Quick start
Output formats
Sub-account operations
Execute commands on behalf of a connected account:Debugging
Use the--debug flag to display full HTTP request and response details:
Retries
The CLI automatically retries rate limits (429) and server errors (5xx) up to two times. It honors the server’s Retry-After header when present.
AI agent skills
The CLI ships with six structured skills in theskills/ directory, enabling AI agents to operate UQPAY APIs without additional configuration:
Install skills alongside the CLI:

