Securely create and manage EVM wallets; perform token transfers, check balances, and send transactions without exposing raw secret keys.
Initial release of SafeSkills – secure secret management for AI agents. - Provides secure, server-side secret management (initially for EVM wallets), ensuring agents never access raw secret values. - Supports wallet creation, checking balances (native and ERC-20), transferring tokens, and sending arbitrary transactions via API. - API Keys are required for all calls and must be securely stored after wallet creation. - Introduces a claim URL for users to manage wallet policies and monitor activity. - Supports environment variable configuration for API endpoints. - Security reminder: never request or access raw secret values; all operations run server-side.