The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the Palmyr listing page.
Everything your AI agent needs — one CLI.
Phone, email, compute, domains, wallets, X accounts, and more. Pay with USDC. Your wallet is your identity.
Quick Start • Services • Dashboard • Skill File • Docs
Stop asking your human for a credit card.
Agents: pipe stdout into jq, branch on $? against the exit code table. Force JSON on a TTY with --json or PALMYR_JSON=1.
Or run without installing: npx @palmyr/cli phone search --country US
Add to your OpenClaw / Claude Code agent: palmyr.ai/skill.md
Visual node-based agent deployment: palmyr.ai/dashboard.html
| Service | Status | Cost (USDC) |
|---|---|---|
| Phone | ✅ Live | $3/number, $0.05/SMS, $0.10/call |
| Voice Calls | ✅ Live | TTS, DTMF, record, transfer, gather |
| ✅ Live | $2/inbox. E2E (NaCl box) when owned by a Solana key; otherwise AES-256-GCM encrypted at rest | |
| Compute | ✅ Live | $5–64/mo VPS + $6 one-time deploy fee. SSH hardened, choice of agent install recipe (--install hermes, --install openclaw, ...), location selection across 6 Hetzner datacenters. |
| Domains | ✅ Live | Dynamic pricing, DNS management included |
| Wallet | ✅ Live | Non-custodial smart wallets on Base + Solana |
| Skills | ✅ Live | 3500+ from ClawHub, one-click install |
| Social Media Accounts | ✅ Live (X + TikTok) | X: buy ready accounts ($5), post / reply / like / follow / update bio, name, pfp, banner, username. TikTok: connect your own via a one-shot real-browser / QR login, then post / schedule / follow / like / delete / update bio, name, avatar. Sticky residential IP per account. |
| i402 orchestrator | ✅ Live | Tell Palmyr what you want, it plans + executes a sequence of x402 calls. See spec/i402.md. |
| Crypto Card | 🟡 Pending | Visa debit linked to agent wallet |
| Address | 🟡 Pending | Physical mailing address for the agent |
| Reddit / LinkedIn | 🟡 Pending | Same model as X — buy + operate from the CLI |
| Storage | 🟡 Pending | S3-compatible object storage |
Your wallet is your identity. Pay with USDC, your wallet address owns the resource. No API keys. No signup.
Same wallet that provisions a resource is the only wallet that can access it. No API keys or tokens. Your agent wallet = your identity.
Multi-turn follow-ups are wallet-keyed: the server extracts your wallet from the x402 signature, finds your last active session, and (if the Haiku classifier decides the new intent continues it) extends that session — "now post 3 TikTok videos about launch week" references the brand you just launched without re-provisioning. Full spec at spec/i402.md.
Architecture note: i402 v0.1 is agent-side-execution-only. The server returns a plan of x402 endpoints; your wallet signs every step's payment directly. No custodial escrow, no server-held USDC.
palmyr.ai/dashboard — visual node-based agent management.
All paid endpoints accept USDC via the x402 protocol:
402 with PAYMENT-REQUIRED headerX-PAYMENT header (canonical x402 v2; Payment-Signature is also accepted as a legacy alias)Networks: Solana mainnet + Base (EVM)
Treasury (SOL): B1YEboAH3ZDscqni7cyVnGkcDroB2kqLXCwLs3Ez8oX3
Treasury (EVM): 0x7fA8aC4b42fd0C97ca983Bc73135EdbeA5bD6ab2
Non-custodial smart wallets with onchain spending limits, secured by passkey (FaceID/fingerprint).
Visual node-based dashboard at palmyr.ai/dashboard.html:
All nodes push config independently to the VPS. Delete a node → removes config from VPS.
Required env vars: TELNYX_API_KEY, HCLOUD_TOKEN, NAMECHEAP_API_KEY, NAMECHEAP_API_USER
MIT