So I built Aethergent. POST to the API, get back an Ethereum-compatible wallet — address, private key, funding instructions. No account, no API keys, no signup. One HTTP call.
It's deliberately simple. No private keys stored, no auth, just math over HTTPS.
Works from anywhere that can make an HTTP call — including environments where shelling to a Node CLI isn't an option. There's also an MCP endpoint at /mcp for agents that prefer to discover tools that way.
Appreciate any feedback.
For testing, dev work, and ephemeral agent flows that's a reasonable tradeoff for the convenience. For valuable wallets it's not, and you should generate locally, until TEE attestation ships, at which point these keys become safe to use for valuable wallets too.