New:Microsoft Teams Notifications Are Now Available in Socket.Learn more
Get Started

@easylabs/cli

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@easylabs/cli

Official Easy Labs CLI — payments data, revenue summaries, and merchant-application guidance from your terminal. Demo mode needs no account.

Source
npmnpm
Version
0.1.0
Version published
Weekly downloads
2
-83.33%
Maintainers
1
Weekly downloads
 
Created
Source

@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_...   # test keys → sandbox, live keys → production
easy doctor                       # verify credentials + connectivity
easy revenue --period 30d
easy transfers list --status failed
easy customers find jane@example.com

Commands

CommandWhat it does
easy doctorCheck 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 listRead-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.

Developer portal · Docs · MCP server (same tools for AI agents, hosted at mcp.itseasy.co) · Status · support@itseasy.co

Keywords

easy-labs

FAQs

Package last updated on 26 Aug 2026

Related posts