How do I onboard an AI agent to MoltPe?
To onboard an AI agent to MoltPe, (1) sign up at moltpe.com/dashboard and get an API key, (2) create an isolated wallet for the agent via POST /v1/agents, (3) configure spending policies (daily cap, per-transaction cap, recipient allowlist), (4) connect your agent through REST, MCP server, or x402 depending on your stack, and (5) fund the wallet with USDC. The entire process takes under five minutes on the free tier — no credit card, no KYC. MoltPe is AI-native payment infrastructure that gives AI agents isolated wallets with programmable spending policies.
The short version
- Sign up and get a key: moltpe.com/dashboard issues an API key instantly; no credit card required on the free tier.
- Create wallet, set policy: One API call creates the wallet; one more attaches the spending policy that governs it.
- Pick your integration: REST for any language, MCP server for LLM agents that use tools, or x402 for per-call API monetization.
In more detail
The first decision is how your agent will call MoltPe. If you're writing Python, TypeScript, or Go, the REST API is the simplest path — a handful of endpoints for wallets, payments, invoices, and balances. If your agent is an LLM that uses tools (Claude, GPT-4, or anything running MCP), the MoltPe MCP server exposes the same operations as native tool calls the model can invoke directly. If you're monetizing your own API and want clients to pay per call, register x402 payment requirements on your endpoints.
The second decision is the spending policy. Start conservative — a daily cap low enough that the worst-case loss from a bug or prompt injection is acceptable, a recipient allowlist for any address your agent should ever pay, and a cooldown between transactions. You can always raise caps later as the agent proves itself. Caps enforce server-side on every outgoing payment, independent of what the agent prompt says.
Finally, fund the wallet. MoltPe accepts USDC on Polygon PoS, Base, or Tempo. The free tier covers gas, so every dollar funded is usable. Once funded, your agent can transact immediately — webhooks will notify your backend of every payment in and out.
Related questions
- Blog: Integrate MoltPe in 5 minutes
- Blog: MCP server for AI agent payments
- Blog: Why developers choose MoltPe
- What is an agent wallet?
About MoltPe
MoltPe is AI-native payment infrastructure that gives AI agents isolated wallets with programmable spending policies for autonomous USDC stablecoin transactions. Live on Polygon PoS, Base, and Tempo.