- Agents can’t spend autonomously - no way to delegate a real payment method with controlled limits
- Merchants can’t accept agentic payments - no metering, no per-request settlement, no programmatic access control
- Everyone’s locked to one provider - rigid integrations that don’t work across frameworks or payment processors
Get started
Launch an integration in 5 minutes
API Reference
Explore the REST API and SDKs
How It Works

Register your API
Any HTTP endpoint your agent exposes. Nevermined gates access at the request level - if a caller isn’t entitled, they get a 402 before your code even runs.
Create a payment plan
- Payment method - Fiat (cards via NVM Pay) or crypto (USDC)
- Pricing model - Fixed per call, or dynamic (builder-defined or cost+margin)
- Plan type - Prepaid (users buy a plan upfront) or pay-as-you-go (charge per request)
Use Cases
Agent Monetization
Meter and settle between autonomous agents
Tool Monetization
Charge for tools and APIs with per-request billing
Agent Card Payments
Let agents pay with real cards via card delegation
Static Assets
Gate datasets, models, and downloadable resources
What You Can Monetize
Customer Support Agents
Customer Support Agents
Deploy AI customer service agents with per-ticket billing, resolution-based pricing, or monthly support packages.
Legal Assistants
Legal Assistants
Monetize AI legal research and document analysis with per-query pricing or case-based packages.
Sales Automation Agents
Sales Automation Agents
AI sales assistants that qualify leads and schedule meetings with performance-based pricing.
AI Chat Services
AI Chat Services
Conversational AI with per-message billing, token packages, or subscription tiers.
Code Analysis Tools
Code Analysis Tools
AI-powered code reviews, security scans, and optimization with per-repo or subscription pricing.
Computer Vision APIs
Computer Vision APIs
Vision services with dynamic pricing based on resolution, complexity, or analysis depth.
Translation Services
Translation Services
AI translation and localization with pricing based on word count or language complexity.
Data Analysis Agents
Data Analysis Agents
Analytics services with pricing based on dataset size and analysis complexity.
What Nevermined Handles
| Concern | What you get |
|---|---|
| Payment processing | Fiat (card delegation via NVM Pay) and crypto (USDC on-chain) |
| Access control | Gate API access per request via plans and x402 |
| Usage metering | Per-request tracking and settlement |
| Settlement | Automatic payouts to providers |
Integration Options
Nevermined is framework-agnostic. It works with LangChain, CrewAI, Strands, OpenAI Agents, or plain HTTP.- Code-first - TypeScript and Python SDKs, REST API, and CLI for full programmatic control
- Nevermined Pay - Card enrollment, spending mandates, and delegation management
Merchant Onboarding
Use the Nevermined App for reporting, analytics, and plan management. To receive fiat payouts, connect a Stripe Connect account there. Stablecoin payouts settle directly to your wallet.Next Steps
Core Concepts
Understand the platform terminology and building blocks
5-Minute Setup
Build your first integration end to end
NVM Pay
Set up agent card payments with Visa or Stripe
SDKs & API
TypeScript, Python, and REST API reference