What this is not
Nevermined has two halves, and it’s worth being precise about which one you’re reading:
If you’re monetizing an API, you want the Facilitator. If you want your agent to go buy things, you’re in the right place.
Why route payments instead of paying directly
One budget, every rail
A single Delegation covers x402 and MPP alike. Your agent doesn’t branch on protocol, and you don’t reconcile two sets of books.
No per-provider accounts
Pay-per-call services need no signup, no API key, and no subscription. The payment is the authentication.
A hard spending cap
The Delegation is enforced server-side, per payment. An agent cannot exceed it — not by looping, not by retrying, not by being wrong.
One audit trail
Every payment across every protocol lands on the same ledger, exportable as JSON or CSV.
Which services you can pay
You do not need to know which one a service speaks. In the recommended call mode the Router probes the service, detects the protocol from its 402, and pays it. The detected protocol always wins over anything you declare.
Services that authenticate with a conventional API key and bill you monthly are a different shape entirely — there is no per-request price on the wire and nothing for the Router to pay. Those aren’t routable today.
Environments
What you need before you start
1
A Nevermined API key
Sent as
Authorization: Bearer <your-api-key> on every Router call. It must be a current-generation key — see the quickstart for how to tell.2
A Delegation
Your budget. Created once, reused for every payment until it’s exhausted or expires.
3
A funded wallet
Both rails pull from your own custodial wallet, so it must already hold the payment asset on the network you’re paying on. The Router never holds or moves float on your behalf.
Next
Quickstart
From an API key to a paid call, in five steps.
How it works
The payment flow, the two call modes, and where custody sits.
Guardrails
What the Router enforces, what it refuses, and every error code it can return.
Payment ledger
Query, export, and reconcile everything your agents have spent.