The official CLI for BlindPay, the most AI-native stablecoin infrastructure. Manage payouts, payins, receivers, and bank accounts from your terminal. Built for developers and AI agents alike with structured JSON output, schema introspection, and predictable exit codes.

BlindPay is the most AI-native stablecoin infrastructure available today. Every layer of the platform, the API, the MCP Server, the Agent Skills, and now the CLI, is built so that AI agents and developers can operate global payment infrastructure with equal ease. No other stablecoin platform offers this depth of integration.
The BlindPay CLI brings the full power of that infrastructure to your terminal. You or any AI agent can manage receivers, execute payouts, create virtual accounts and configure webhooks without leaving your shell. It works for developers typing commands by hand, and it works just as well for AI agents like Claude, Codex, and automation scripts that need structured, predictable output.
Install globally with npm:
Or run without installing:
Grab your API key and instance ID from the BlindPay dashboard and configure:
The CLI covers the full BlindPay API surface. Every command supports --help for usage details and --json for machine-readable output.
Create and manage receivers, attach bank accounts across multiple rails (ACH, Wire, PIX, SPEI, SWIFT), and configure blockchain wallets.
Generate quotes with real-time FX rates, then execute payouts and payins in a single flow.
Create virtual accounts for receiving payments and list offramp wallets for on-chain settlement.
Configure webhook endpoints, manage API keys, and set up partner fees directly from the CLI.
Check supported payment rails and the bank detail fields required for each one.
The CLI is designed from the ground up to be used by both humans and AI agents. If you use Claude, Codex, or any LLM-based coding assistant, they can run BlindPay CLI commands directly as part of their workflow.
What makes it agent-friendly:
--json flag on every command returns structured JSON output that agents can parse without guessingblindpay schema returns full field definitions, types, defaults, and enums as JSON, so an agent can discover the API surface and build valid commands without external documentation0 for success, 1 for user error, 2 for API error--json is active:An AI agent can install the CLI, run blindpay schema to understand what resources and fields are available, then construct and execute commands autonomously. Combined with the MCP Server for direct tool-use and Agent Skills for domain knowledge, BlindPay gives agents a complete integration surface that no other stablecoin platform provides.
Install the CLI and connect it to your BlindPay instance in under a minute:
Source code and full command reference are available on GitHub.
Written by Alves