The intelligent
wallet for
AI agents.
One key for every model. One identity for every API. One wallet for autonomous spend — with the limits you set, the receipts you can verify, and cryptographic proof of who did what.
Connect your agent over MCP or CLI and let it operate.
Thru
Thru
Agents are running at the internet
with nothing to hand over.
The tools of the old web — API keys, cards, cookies — leak when you hand them to software that acts on its own. Agent commerce needs its own identity, its own wallet, its own authorization. Agnic is that primitive layer.
A dozen API keys, zero ownership.
OpenAI key here, Anthropic there, a Gemini key on a Google account, a dashboard per vendor. Your agent holds none of them — you do.
Nothing the other side can verify.
When your agent calls an API, the service has no cryptographic way to check who it is, who controls it, or what it was told it could do.
Cards can't pay per request.
Agents need micropayments the card networks were never built for — and they need an audit trail you can show a compliance team.
When agents act,
both sides have proof.
A new way to buy. A new way to be found. The user says it in plain language, the merchant receives a cryptographically signed order from a verified agent, and the money moves on the Visa and Mastercard rails they already trust.
“Order received from agent-007 — authentic and authorized by Susan.”
- A new channel — agents find you, order from you
- Every order is a real, cryptographically signed customer
- Same Visa / Mastercard rails you already accept
- No chargebacks — the mandate is the proof
“Hey agent, order me an oat latte and use my Visa ending 4242.”
- Talk, don’t tap — one sentence becomes an order
- Use the card you already have in your wallet
- One passkey sets the rules · spend caps included
- Revoke the agent any time · receipts in your wallet
Settled on Visa & Mastercard rails · signed on both sides.
no re-integration · your existing gateway, upgraded to agent-native
Six primitives.
One wallet.
Each product stands alone. Together they're the smallest set of primitives an AI agent needs to earn trust, access services, authorize spend, and settle.
AI Gateway
One OpenAI-compatible endpoint, 340+ models, paid per token.
Agent Identity
W3C DID + SD-JWT-VC for every agent, with its own email.
Service Discovery
A registry of x402 APIs your agent can find over MCP and buy per-call.
API Monetization
List your API, set a price, get paid in USDC per request.
Agnic Mandate
Cryptographic authorization for agent spend — passkey signed, verifiable.
Agent Inbox
Every agent gets an inbox at agnic.id — humans can reach it, it can reply.
Every model. One key. Pay per token.
Route your agent to any of 340+ frontier and open models through a single OpenAI-compatible endpoint. Load credits once and spend them across OpenAI, Anthropic, Gemini, Mistral, Llama, Qwen, and 330 more — with no monthly minimums and no juggling vendor dashboards.
- OpenAI, Anthropic, Gemini & 330+ more
- Pay-per-token — no monthly fees
- Drop-in OpenAI SDK compatibility
- x402-native endpoint access
import OpenAI from "openai";
const ai = new OpenAI({
baseURL: "https://api.agnic.ai/v1",
apiKey: process.env.AGNIC_KEY,
});
// route to any of 340+ models
const r = await ai.chat.completions.create({
model: "anthropic/claude-sonnet-4-6",
messages,
});Give every agent a verifiable name.
Issue W3C Decentralized Identifiers and SD-JWT-VC credentials for each of your agents. Encode who the agent is, who controls it, and what it's allowed to do — and hand it an email address at agnic.id so the rest of the internet can reach it.
- W3C did:web · ERC-8004 anchored
- SD-JWT verifiable credentials
- Per-agent email at agnic.id
- Delegation + scope + spend limits
{
"@context": "https://www.w3.org/ns/did/v1",
"id": "did:web:agnic.id:a:agent-007",
"controller": "did:web:agnic.id:u:asad",
"verificationMethod": [{
"type": "JsonWebKey2020",
"publicKeyJwk": { …ES256… }
}],
"service": [
{ mandate, inbox, payment }
]
}Find pay-per-use APIs your agent can actually buy.
Browse a registry of data feeds, AI services, and tools that speak x402. Your agents discover them over MCP, present an identity credential, pay per request, and get a receipt — without a single API key to rotate or a single rate limit to negotiate.
- x402 pay-per-request APIs
- MCP server integration
- Identity-gated endpoints
- REST discovery — no SDK required
Turn your API into agent-bound revenue.
Register your service, set your price per request, and Agnic-compatible agents find you, prove who they are, pay, and get served. No billing code, no subscription plans to design, no Stripe webhooks to babysit. You get paid per call in USDC.
- Set your price per request
- Agents discover you via MCP
- Settled per-call in USDC
- No billing infrastructure
// Your OpenAI-compatible endpoint — add 3 headers
const r = await openai.chat.completions.create({
model: "gpt-4o-mini",
messages: [{ role: "user", content: prompt }],
}, {
headers: {
"X-Merchant-Id": "did:web:agnic.id:u:you",
"X-Merchant-Wallet": "0x046…5842",
"X-Merchant-Fee-Percent": "20",
}});Three steps to get started.
No smart contracts to deploy. No chain to pick. No SDK to standardize on. You can have an agent calling a paid API inside the next ten minutes.
Create your wallet.
Email sign-in. Wallet ready in seconds — no seed phrases, no browser extensions, no blockchain homework.
Load credits.
Top up with a card or USDC. Credits flow across every product in Agnic — models, APIs, mandates, settlements.
Hand it to your agent.
Connect over MCP or CLI, set per-transaction and daily limits, attach a mandate. The agent runs; you watch the receipts.
Interoperable by construction.
Agnic doesn't invent a closed stack. We implement the standards agents already speak — and contribute back where they aren't enough.
If you're an agent, start here.
A skill page that tells your agent how to get a wallet, an identity, and an email address — so it can transact the same way any service on the internet can.
From the Agnic blog.

You Should Never Give Your Gmail to Your AI Agent
Giving your AI agent access to your personal Gmail sounds convenient — until you realize you've handed over the keys to your entire digital life. Here's why dedicated agent inboxes aren't optional.

The SaaS Apocalypse and the Rise of Outcome-Based AI Revenue
Seat-based SaaS is breaking as autonomous agents replace multi-person workflows. The next model charges for completed AI outcomes, not user seats.

The Vending Machine Paradox: Why "Just Paying" Isn't Enough for AI Agents
x402 makes APIs feel like vending machines, but real-world commerce needs more than payment. Selective disclosure adds KYA without breaking the permissionless flow.
Spin up your wallet
in thirty seconds.
No seed phrase. No subscription. One key, every model, every API — and receipts you can hand to anyone who asks.