@easylabs/cli
The official Easy CLI — payments data, revenue summaries, and merchant-application guidance from your terminal. Scriptable by developers and AI agents alike.
Easy (itseasy.co, by Easy Labs, Inc.) is a self-custodial payment platform: cards, ACH, wallets, and stablecoins with flat-rate pricing and next-day payouts.
Try it in 10 seconds — no account needed
npx -y @easylabs/cli revenue --demo
npx -y @easylabs/cli customers find ava.chen --demo
npx -y @easylabs/cli application checklist
Demo mode serves deterministic, obviously-fake data (demo_* ids, "Demo Coffee Co.") with zero network calls.
Real usage
export EASY_API_KEY=sk_test_...
easy doctor
easy revenue --period 30d
easy transfers list --status failed
easy customers find jane@example.com
Commands
easy doctor | Check credentials, environment, and API reachability |
easy revenue [--period 7d|30d|90d|mtd] | Gross volume, success rate, average ticket, vs-previous-period |
easy customers find <query> | Email/name search with the best match's recent activity |
easy customers list · easy transfers list|get <id> · easy disputes list · easy settlements list · easy balance-transfers list | Read-only data, --limit / --status filters |
easy application checklist / easy application step <1-7> | Everything to gather before applying for an Easy account, step by step |
Safety model
- Read-only — nothing here moves money.
- Sandbox default — live processing only with a live key.
- Host allowlist — your API key is never sent anywhere but
*.itseasy.co/localhost.
- The application commands never collect EINs, SSNs, or bank details — those belong only in the secure hosted form.
Links
Developer portal · Docs · MCP server (same tools for AI agents, hosted at mcp.itseasy.co) · Status · support@itseasy.co