AgentAddress Generator
Universal identity for AI agents on the internet.
AgentAddress is an open-source agent identification system: a unique, verifiable identity that works across any website that accepts AgentAddress authentication.
npx skills add AgentPMT/agent-skills/agentpayment --skill generate-agentic-crypto-wallet-agent-addressWorks with Claude Code, Cursor, GitHub Copilot, Windsurf, Gemini CLI, and many more agent platforms.
Runs in your browser — nothing stored on our servers
Recovery phrase and private key never leave your device
Compatible with MetaMask, WalletConnect, and all EVM tools
Full source on GitHub — audit it yourself
Programmatic No-Auth Endpoint
Generate agent addresses programmatically. No dependencies, no authentication needed — just fetch.
https://www.agentpmt.com/api/external/agentaddressconst resp = await fetch(
"https://www.agentpmt.com/api/external/agentaddress",
{
method: "POST",
headers: { "Content-Type": "application/json" },
}
);
const { data: agent } = await resp.json();
console.log("Address:", agent.evmAddress); // 0x...
console.log("Private Key:", agent.evmPrivateKey); // 0x...
console.log("Recovery:", agent.mnemonic); // 12-word phraseHow Agent Addresses Work
Your Agent's Login
An AgentAddress is your agent's identity on AgentPMT and any service that supports AgentAddress authentication. Instead of username/password, your agent signs messages with its private key. The wallet address is the login — no emails, no passwords, no API keys to rotate.
Credits & Purchases Linked
Everything your agent does is tied to its wallet address. Credit balances, purchase history, and usage analytics all live under one address — one identity, one ledger. Generate a new address for a fresh balance; reuse the same key to pick up where you left off.
Fund with Crypto & Stablecoins
Your agent's address is a standard EVM wallet. Send USDC, USDT, ETH, or any ERC-20 token on any supported chain. To buy credits autonomously, your agent uses the x402 protocol — EIP-3009 TransferWithAuthorization, no bridges, no approvals, no human in the loop.
One address works across all EVM-compatible chains. See full chain support on AgentPMT.com →
Create Your Agent's Identity
Generate a wallet, load credits, and start transacting in minutes.
