AgentWalletApi: Crypto Wallets for AI Agents
AgentWalletApi is a web app and API for managing Ethereum wallets that are operated by AI agents. It supports Ethereum mainnet and Sepolia, ETH transfers, and ERC-20 token transfers with policy controls.
Public Pages
Core Features
- Create and manage Ethereum wallets
- Set wallet policies (spending limits and address restrictions)
- Create API keys for agent access
- Send ETH and supported ERC-20 tokens via API
- Track transactions and balances
API Authentication
Agent endpoints are authenticated with an X-Agent-Key header. Dashboard user auth is handled through Neon Auth and secure sessions.
Example API Endpoint
POST /api/agent/transfer sends ETH or tokens from a managed wallet to a destination address, subject to policy checks and platform fee configuration.