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

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.