CLI for Azeth — register, discover, pay, and manage machine participants
cli is an early-stage TypeScript project in the AI payments / x402 ecosystem, focused on account-abstraction, ai-agents, base, blockchain. It currently has 1 GitHub stars and 0 forks, and sits alongside related tools like mcp-server, sdk, common, provider, agent-starter, agent-commerce-demo.
Command-line interface for Azeth.ai trust infrastructure. Deploy smart accounts, discover services, make x402 payments, and manage on-chain reputation.
npm install -g @azeth/cli
# or use without installing:
npx @azeth/cli <command>
# 1. Set environment variables
export AZETH_PRIVATE_KEY=0x...
export PIMLICO_API_KEY=...
# 2. Deploy account and register on the trust registry
azeth init --name "MyAgent" --type agent --description "Market data provider" --capabilities "price-feed,analytics"
# 3. Check account balances
azeth status
# 4. Discover services
azeth find --capability price-feed --min-rep 80
# 5. Call an x402 service (auto-pay + auto-feedback)
azeth call https://api.example.com/eth-price --max-amount 0.10
| Variable | Required | Description |
|---|---|---|
AZETH_PRIVATE_KEY |
Yes | Account owner's private key |
PIMLICO_API_KEY |
Yes* | Pimlico bundler key (*required for state-changing ops) |
AZETH_CHAIN |
No | Default chain (baseSepolia) |
AZETH_RPC_URL_BASE_SEPOLIA |
No | RPC endpoint (per-chain: AZETH_RPC_URL_BASE, etc.) |
AZETH_SERVER_URL |
No | Azeth server URL |
| Command | Purpose | Key Options |
|---|---|---|
init |
Deploy account + register | --name, --type, --capabilities |
call <url> |
Auto-pay + auto-feedback | --max-amount, --no-feedback |
find [query] |
Advanced discovery | --capability, --min-rep, --type |
status |
Check balances | (none) |
skills list |
List capabilities | (none) |
skills add |
Add capabilities | <capabilities...> |
reputation show |
View reputation | <agentId> |
reputation give |
Submit reputation | <agentId>, <rating>, --tag |
agreements create |
Recurring payments | --payee, --amount, --interval |
register |
Registry registration | --name, --type |
discover |
Simple discovery | --capability, --min-reputation |
pay <url> |
Direct x402 payment | --max-amount, --method |
--chain <chain> Chain: "base" or "baseSepolia" (default: baseSepolia)
--rpc-url <url> Custom RPC URL
--server-url <url> Azeth server URL
See docs/cli.md for complete command reference with all options, arguments, and example output.
MIT
MCP server for Azeth — smart accounts, payments, reputation, and discovery tools for AI agents
TypeScript SDK for Azeth — smart accounts, x402 payments, reputation, and service discovery
Shared types, constants, ABIs, and errors for Azeth — trust infrastructure for the machine economy
x402 service provider tooling for Azeth — gate Hono endpoints behind x402 payments
Build an AI agent with a wallet in 5 minutes — smart accounts, x402 payments, reputation, and service discovery
Watch two AI agents discover, negotiate, and pay each other — a complete machine economy demo
The AI agent with a wallet — spends USDC autonomously to get real work done. Apache-2.0, TypeScript.
Daydreams is a set of tools for building agents for commerce
A decentralized micro-settlement protocol enabling autonomous AI agents to pay publishers for premium content via Circle Programmable Wallets and x402 nanopayments.
The best way to monetize AI applications & MCP, using x402, CDP Smart Wallets & Paymaster
Command-line wallet and HTTP client for the Tempo blockchain, with built-in Machine Payments Protocol support.
Autonomous AI Agent Swarm framework with x402 self-executing wallets. Empowers LLM-driven agents to trade, bridge, and manage crypto treasuries without human intervention. The ultimate Agentic DeFi toolkit for 2026.