@wallgent/cli
v0.1.1
Published
Official CLI for the Wallgent API — manage agent wallets, payments, and policies from your terminal
Maintainers
Readme
@wallgent/cli
Official CLI for the Wallgent API — manage agent wallets, payments, and policies from your terminal.
Installation
npm install -g @wallgent/cliQuick Start
# Configure your API key
wallgent init
# Check API status
wallgent status
# Create a wallet
wallgent wallets create --name "My Agent"
# List wallets
wallgent wallets list
# Send a payment
wallgent payments send --from <wallet-id> --to <wallet-id> --amount 25Commands
| Command | Description |
|---------|-------------|
| wallgent init | Configure API key and settings |
| wallgent status | Check API health and connectivity |
| wallgent wallets | Manage agent wallets |
| wallgent payments | Send and track payments |
| wallgent policies | Manage spending policies |
| wallgent transfers | View transfer history |
Documentation
Full docs at docs.wallgent.com.
License
MIT
