Skip to main content
Product

Payments Infrastructure
for AI Services

Build AI, not billing systems. Register your service, set pricing, and start earning in minutes. We handle payments, metering, and access control.
Core capabilities

Monetize and track every AI interaction

Power agent-to-agent commerce with real-time metering, flexible billing, and audit-ready compliance. Integrate in minutes.

Pricing + Margin Setting

  • Define exactly what your agent does—and what it's worth.
  • Set prices, usage limits, and lock in margin.
  • Native support for x402 protocol payments.

Metering + Payment

  • Meter every MCP tool call and A2A request in real time.
  • Bill by cost, usage, or event. Your choice.
  • Settle payments instantly, fiat or crypto.

Observability + Insights

  • Full visibility into agent, user, and revenue analytics.
  • Track costs across MCP tools and A2A interactions.
  • Double down on features driving growth.

Price smarter, earn more, scale effortlessly

From cost-plus to outcome-based, set the perfect price for every AI interaction and maximize your margins.

Protocol Support

Native Support for Leading Protocols

Anthropic · Claude Desktop

MCP

  • Secure MCP Server Wrapping

    Wrap any MCP server with authentication, metering, and automatic billing

  • Resource & Tool Monetization

    Charge per tool invocation, resource access, or prompt execution

  • Python & TypeScript SDKs

    Drop-in libraries compatible with FastMCP, Python MCP SDK, and more

Tap to expand

Payment Required · AP2

x402

  • HTTP 402 Payment Negotiation

    Automatic payment handling for seamless agent transactions

  • Cryptographic Mandates & Credentials

    Tamper-proof contracts with cryptographic authorization proof

  • Universal Payment Support

    Cards, stablecoins, crypto, and real-time bank transfers

Tap to expand

Google · Project Mariner

A2A

  • Multi-Agent Orchestration

    Enable agent swarms to discover, negotiate, and transact autonomously

  • Protocol Translation Layer

    Seamlessly bridge between A2A, MCP, and custom agent protocols

  • Built-in Escrow & Settlement

    Automatic fund holds and releases based on task completion verification

Tap to expand

Verifiable Credentials · DID

ERC-8004

  • Sovereign Agent Identities

    ERC-8004 compliant identities with verifiable credentials for agent authentication

  • Cryptographic Attestations

    Sign transactions and prove agent provenance with decentralized credentials

  • Portable Reputation & Trust

    Build verifiable transaction history and reputation scores that agents carry across platforms

Tap to expand

1-2-3 Easy Integration

In Less Than 20mins

1. Install the Payments SDK in Minutes
// ts
yarn add @nevermined-io/payments openai

import { Payments, EnvironmentName } from "@nevermined-io/payments";

const payments = Payments.getInstance({
  nvmApiKey: process.env.NVM_API_KEY!,
  environment: (process.env.NVM_ENV || "sandbox") as EnvironmentName,
});
2. Register Plans, Agents & MCP Tools
// ts
const { planId } = await payments.plans.registerCreditsPlan(
  { name: "Pro Usage" }, // plan meta
  { flat: { currency: "USD", amount: 2000 } }, // $20.00 USD
  { fixedCredits: 100 } // subscriber gets 100 credits
);

const { agentId } = await payments.agents.registerAgent(
  { name: "MyAgent" }, // agent meta
  { endpoints: [{ "POST": "/api/agent/run" }] }, // protected API
  [planId] // attach plan
);
3. Validate Requests & Get Paid Instantly
// ts
const agentRequest = await payments.requests.startProcessingRequest({
  agentId,
  authorization: req.headers.authorization,
  url: req.url,
  method: req.method,
});

await payments.requests.redeemCreditsFromRequest({
Use Cases

Built For Your Use Case

For AI Builders & Developers

  • AI Service Providers

    Monetize LLM access, computer vision APIs, or specialized AI models

  • Developer Tools

    Add payment layers to AI development platforms and APIs

  • Multi-Agent Systems

    Enable agent-to-agent commerce with automatic settlements

For Enterprises

  • Internal AI Marketplaces

    Create internal platforms with usage tracking across teams

  • Cost Tracking & Margin Control

    Real-time cost tracking with margin targeting for AI operations

  • Audit-Ready Compliance

    Complete transaction logs and proof of consumption for audits

Technical Docs Preview

From Install to Income in Three Steps

Install the SDK (Payments Library)
Register an agent & plan
Verify Requests
AI Cost & Consumption Tracking

Analyze how your Agents are used

Monitor, track, and analyze your AI agent's performance, usage patterns, and costs with built-in observability and comprehensive analytics.

Full Visibility Into Every Interaction

Track token usage, response times, and error rates across all AI services. Optimize costs and ensure peak performance with real-time dashboards.

Get started

Start Earning Instantly

Set up real-time pricing, metering, and payments in minutes, and start turning every agent request into revenue.