agentpay-la
v0.2.0
Published
CLI for AgentPay — manage virtual cards for AI agents
Maintainers
Readme
AgentPay CLI
Manage virtual cards and payments for AI agents from your terminal.
Published on npm as [email protected]
Install
npm install -g agentpay-laQuick Start
agentpay init # Interactive setup (creates account or configures key)
agentpay cards create -a 25 -c usd # Create a $25 virtual card
agentpay cards details <card_id> # Get PAN/CVV/expiry
agentpay cards close <card_id> # Close card, release fundsCommands
| Command | Description |
|---------|-------------|
| agentpay init | Interactive setup with OpenClaw auto-detection |
| agentpay login | Authenticate with API key |
| agentpay cards create | Create a single-use virtual card |
| agentpay cards list | List all cards |
| agentpay cards details <id> | Show PAN/CVV/expiry (audit-logged) |
| agentpay cards balance <id> | Check remaining balance |
| agentpay cards close <id> | Close card, release funds |
| agentpay transactions list | List transactions |
| agentpay config show | View configuration |
| agentpay status | Check API connection |
Options
agentpay cards create -a 25 -c usd # Basic card
agentpay cards create -a 25 -c usd -m namecheap.com # Merchant-locked
agentpay cards create -a 25 -c usd --guard # 15-min auto-expiryConfiguration
Stored in ~/.agentpay/config.json. Set via agentpay init or agentpay login.
Links
- Website: https://agentpay.la
- GitHub: https://github.com/sagebhardt/agentpay
