JSPM

agentpay-la

0.2.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 11
  • Score
    100M100P100Q65748F
  • License MIT

CLI for AgentPay — manage virtual cards for AI agents

Package Exports

  • agentpay-la
  • agentpay-la/dist/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (agentpay-la) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

AgentPay CLI

Manage virtual cards and payments for AI agents from your terminal.

Published on npm as agentpay-la@0.1.1

Install

npm install -g agentpay-la

Quick 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 funds

Commands

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-expiry

Configuration

Stored in ~/.agentpay/config.json. Set via agentpay init or agentpay login.