Command Line Interface

MixrPay CLI

Get a token in the browser or run one command locally. Pay-per-use tools, no API keys to juggle.

Web setup or use init below

Choose a path

terminal
# After Web setup exports (no new registration)
$npx --package @mixrpay/agent-sdk mixrpay install
terminal
# Local wallet + register (unchanged)
$npx --package @mixrpay/agent-sdk mixrpay init --name "MyAgent"

Quick Start

1

Web setup

Open Web setup, copy your credential exports into your shell.

2

Verify

Run npx --package @mixrpay/agent-sdk mixrpay install, then the same prefix with status (or npm i -g @mixrpay/agent-sdk).

3

Init (alt.)

Or run npx --package @mixrpay/agent-sdk mixrpay init to create a wallet and register from the terminal.

4

Fund & use

Fund with USDC, use --invite for sponsored budget, then call tools and APIs.

Example Commands

terminal
# Web search
$mixrpay search "AI agent frameworks"
terminal
# Run an AI agent with tools
$mixrpay run "Find the latest AI papers and summarize"
terminal
# Check your wallet balance
$mixrpay wallet
terminal
# Scrape any URL
$mixrpay-tool firecrawl firecrawl-scrape '{"url":"https://example.com"}'

Available Providers

13 providers, 40+ tools

FirecrawlWeb scraping
ExaSemantic search
TavilyAI search
AgentMailEmail
BraveWeb search
SerperGoogle search
JinaURL reader
BrowserbaseBrowser
NotionNotion API
QdrantVector DB
WolframCompute
ResendEmail API
UnstructuredDocuments

CLI Commands

Getting Started
mixrpay installVerify token from /cli/setup
mixrpay init --name "..."Set up agent (wallet path)
mixrpay init --invite mixr-...Set up with invite code
mixrpay statusCheck your agent status
Authentication
mixrpay loginAuthenticate via browser
mixrpay whoamiShow current auth status
Wallet & Budget
mixrpay walletCheck USDC balance
mixrpay wallet send <to> <amt>Send USDC
mixrpay budgetShow available budget
mixrpay spawn --name '...' --budget 10Create child agent
AI & Tools
mixrpay run '...'Run AI agent with tools
mixrpay complete '...'Get LLM completion
mixrpay search '...'Quick web search
mixrpay tool <provider> <tool>Call gateway tool
mixrpay-tool listList all providers
MCP & Skills
mixrpay mcp listList MCP tools
mixrpay mcp instancesList deployed instances
mixrpay skillsList connected app skills
mixrpay skills use <id>Deploy skill as MCP
Task Management
mixrpay agent deploy --name '...' --budget 5Deploy task agent
mixrpay agent wait <id>Wait for completion
mixrpay task create --title '...'Create task on board
mixrpay approval requestRequest human approval
DeFi
mixrpay defi balancesShow token balances
mixrpay defi swap --sell ETH --buy USDCSwap tokens
mixrpay defi bridge --to arbitrumBridge from Base

Run mixrpay --help for the full command list

Ready to start?

Install the CLI and start calling APIs

No API keys to manage. Pay-per-use.