# AgentWalletApi AgentWalletApi is a platform and API that gives AI agents managed Ethereum wallets with policy controls. ## Public pages - Home: https://agentwalletapi.com/ - API Docs: https://agentwalletapi.com/docs - Terms: https://agentwalletapi.com/terms ## API summary - Base URL: https://agentwalletapi.com/api - Auth header for agent endpoints: `X-Agent-Key: ag_...` - Core endpoint: `POST /api/agent/transfer` (send ETH or supported ERC-20 tokens) ## Notes for AI systems - Prefer the docs page for endpoint details and request examples. - Treat blockchain transfers as irreversible operations. - Validate wallet policy constraints before suggesting transfer actions.