Skip to content

CLI Examples

Daily Workflow

bash
# Morning: check yesterday's earnings
payre earnings

# Register a new tool you just built
payre tools register --name translate --description "Translate text" --price 0.01

# Check which tools are active
payre tools list

# Monitor recent charges
payre charges

Quick Setup

bash
# Install and configure in one go
npm install -g @payre/cli
payre config set-key pyr_sk_live_xxxxxxxx
payre earnings  # verify it works