# Nevermined Documentation ## Docs - [Add Payments to Your Agent](https://neverminedag-sync-api-errors-9d14109.mintlify.app/docs/agents-guide/add-payments.md): Have a coding agent retrofit your existing AI agent or API so callers must pay per request through an x402 paywall — middleware, plan registration, and a test. - [Check Your Credits (Buyer)](https://neverminedag-sync-api-errors-9d14109.mintlify.app/docs/agents-guide/check-credits.md): Have an AI agent report your Nevermined buyer status — credits remaining on each plan, active delegations, and remaining spending budgets — so it can top up before running out. - [Check Your Revenue (Seller)](https://neverminedag-sync-api-errors-9d14109.mintlify.app/docs/agents-guide/check-revenue.md): Have an AI agent pull a revenue report for the agents and plans you sell on Nevermined — total revenue, MRR, active subscribers, and credits consumed per plan. - [Enroll a Card & Delegate a Budget](https://neverminedag-sync-api-errors-9d14109.mintlify.app/docs/agents-guide/enroll-card.md): Let an AI agent set up a card payment method and a capped, time-boxed spending delegation it can reuse to pay for Nevermined services autonomously. - [Get a Nevermined API Key](https://neverminedag-sync-api-errors-9d14109.mintlify.app/docs/agents-guide/get-api-key.md): Let an AI agent obtain a Nevermined API key with a single sign-in from a human — captured automatically via a localhost callback, no copy-paste. - [Agents Guide](https://neverminedag-sync-api-errors-9d14109.mintlify.app/docs/agents-guide/overview.md): Give an AI agent a prompt and let it operate on Nevermined autonomously — buy plans, enroll cards, get keys, register agents, and report on credits and revenue. - [Register a Plan & AI Agent](https://neverminedag-sync-api-errors-9d14109.mintlify.app/docs/agents-guide/register-plan-and-agent.md): Have an agent publish an AI agent and a priced payment plan on Nevermined — fiat or crypto, fixed credits or time-based — so others can discover and buy it. - [Managing AI Agents](https://neverminedag-sync-api-errors-9d14109.mintlify.app/docs/api-reference/cli/agents.md): Complete guide to registering and managing AI agents with the Nevermined CLI - [Getting Started](https://neverminedag-sync-api-errors-9d14109.mintlify.app/docs/api-reference/cli/getting-started.md): Complete guide to installing and configuring the Nevermined CLI - [Other Commands](https://neverminedag-sync-api-errors-9d14109.mintlify.app/docs/api-reference/cli/other-commands.md): Reference guide for additional CLI commands including configuration, facilitator operations, organizations, and utilities - [Managing Payment Plans](https://neverminedag-sync-api-errors-9d14109.mintlify.app/docs/api-reference/cli/plans.md): Complete guide to creating and managing payment plans with the Nevermined CLI - [Making Purchases](https://neverminedag-sync-api-errors-9d14109.mintlify.app/docs/api-reference/cli/purchases.md): Complete guide to ordering payment plans and managing credits with the Nevermined CLI - [Querying Agents](https://neverminedag-sync-api-errors-9d14109.mintlify.app/docs/api-reference/cli/querying.md): Complete guide to accessing AI agents using x402 access tokens and the payment-signature header with the Nevermined CLI - [Pre-requisites](https://neverminedag-sync-api-errors-9d14109.mintlify.app/docs/api-reference/introduction.md): Get your Nevermined API Key to use the Payment libraries and REST API - [API Reference](https://neverminedag-sync-api-errors-9d14109.mintlify.app/docs/api-reference/openclaw-plugin/commands.md): All available tools and slash commands in the Nevermined OpenClaw plugin - [Getting Started](https://neverminedag-sync-api-errors-9d14109.mintlify.app/docs/api-reference/openclaw-plugin/getting-started.md): Install and configure the Nevermined OpenClaw plugin in minutes - [Building a Paid AI Agent with OpenClaw and Nevermined](https://neverminedag-sync-api-errors-9d14109.mintlify.app/docs/api-reference/openclaw-plugin/guide.md): Step-by-step guide to building, monetizing, and querying a paid AI agent using the Nevermined OpenClaw plugin - [Setup](https://neverminedag-sync-api-errors-9d14109.mintlify.app/docs/api-reference/openclaw-plugin/setup.md): Full configuration reference for the Nevermined OpenClaw plugin - [Add Plan to Agent](https://neverminedag-sync-api-errors-9d14109.mintlify.app/docs/api-reference/protocol/add-plan-to-agent.md): Associates an existing payment plan with an agent. - [Get Access Token](https://neverminedag-sync-api-errors-9d14109.mintlify.app/docs/api-reference/protocol/get-access-token.md): Generates access credentials for agent-plan interaction. - [Get Agent](https://neverminedag-sync-api-errors-9d14109.mintlify.app/docs/api-reference/protocol/get-agent.md): Retrieves agent configuration and associated plans. - [Get Agent Plans](https://neverminedag-sync-api-errors-9d14109.mintlify.app/docs/api-reference/protocol/get-agent-plans.md): Lists all payment plans associated with an agent. - [Get Plan](https://neverminedag-sync-api-errors-9d14109.mintlify.app/docs/api-reference/protocol/get-plan.md): Retrieves details about a specific payment plan. - [Get Plan Agents](https://neverminedag-sync-api-errors-9d14109.mintlify.app/docs/api-reference/protocol/get-plan-agents.md): Lists all agents associated with a payment plan. - [Get Plan Balance](https://neverminedag-sync-api-errors-9d14109.mintlify.app/docs/api-reference/protocol/get-plan-balance.md): Retrieves credit balance for a specific account on a plan. - [Initialize Agent Request](https://neverminedag-sync-api-errors-9d14109.mintlify.app/docs/api-reference/protocol/initialize-agent-request.md): Validates access and initializes an agent request session. - [List Agents](https://neverminedag-sync-api-errors-9d14109.mintlify.app/docs/api-reference/protocol/list-agents.md): Get paginated list of agents for the current user. - [List Plans](https://neverminedag-sync-api-errors-9d14109.mintlify.app/docs/api-reference/protocol/list-plans.md): Get paginated list of payment plans for the current user. - [Mint Credits](https://neverminedag-sync-api-errors-9d14109.mintlify.app/docs/api-reference/protocol/mint-credits.md): Adds credits to a plan account. Builder-only operation. - [Mint Expirable Credits](https://neverminedag-sync-api-errors-9d14109.mintlify.app/docs/api-reference/protocol/mint-expirable-credits.md): Adds time-limited credits to a plan account. - [Order Plan](https://neverminedag-sync-api-errors-9d14109.mintlify.app/docs/api-reference/protocol/order-plan.md): Purchases a payment plan. Credits are issued immediately. - [Redeem Credits](https://neverminedag-sync-api-errors-9d14109.mintlify.app/docs/api-reference/protocol/redeem-credits.md): Consumes credits from a plan account after processing a request. - [Register Agent](https://neverminedag-sync-api-errors-9d14109.mintlify.app/docs/api-reference/protocol/register-agent.md): Creates a new AI agent with API configuration. - [Register Agent and Plan](https://neverminedag-sync-api-errors-9d14109.mintlify.app/docs/api-reference/protocol/register-agent-and-plan.md): Creates both an agent and associated payment plan in a single request. - [Register Plan](https://neverminedag-sync-api-errors-9d14109.mintlify.app/docs/api-reference/protocol/register-plan.md): Creates a new payment plan with pricing and credit configuration. - [Remove Plan from Agent](https://neverminedag-sync-api-errors-9d14109.mintlify.app/docs/api-reference/protocol/remove-plan-from-agent.md): Disassociates a payment plan from an agent. - [Activate/Deactivate Agent](https://neverminedag-sync-api-errors-9d14109.mintlify.app/docs/api-reference/protocol/toggle-agent-listing.md): Controls the agent's public listing status. - [Activate/Deactivate Plan](https://neverminedag-sync-api-errors-9d14109.mintlify.app/docs/api-reference/protocol/toggle-plan-listing.md): Controls the plan's public listing status. - [Track Agent Sub Task](https://neverminedag-sync-api-errors-9d14109.mintlify.app/docs/api-reference/protocol/track-agent-sub-task.md): Records task completion and credit consumption for complex agent workflows. - [Update Agent](https://neverminedag-sync-api-errors-9d14109.mintlify.app/docs/api-reference/protocol/update-agent.md): Modifies agent configuration and metadata. - [Update Plan](https://neverminedag-sync-api-errors-9d14109.mintlify.app/docs/api-reference/protocol/update-plan.md): Modifies plan metadata. - [A2A Integration](https://neverminedag-sync-api-errors-9d14109.mintlify.app/docs/api-reference/python/a2a-module.md): Implement Agent-to-Agent protocol with payments - [Agents](https://neverminedag-sync-api-errors-9d14109.mintlify.app/docs/api-reference/python/agents-module.md): Register and manage AI agents with the Python SDK - [Payments and Balance](https://neverminedag-sync-api-errors-9d14109.mintlify.app/docs/api-reference/python/balance-module.md): Order plans and manage credit balances - [Installation](https://neverminedag-sync-api-errors-9d14109.mintlify.app/docs/api-reference/python/installation.md): Install and configure the payments-py Python SDK - [LangChain Integration](https://neverminedag-sync-api-errors-9d14109.mintlify.app/docs/api-reference/python/langchain-module.md): Decorator, helpers, and exceptions for protecting LangChain and LangGraph tools - [LangSmith Deployment Middleware](https://neverminedag-sync-api-errors-9d14109.mintlify.app/docs/api-reference/python/langsmith-deployment-module.md): Starlette middleware for gating a LangGraph agent deployed to LangSmith Deployment with x402 - [MCP Integration](https://neverminedag-sync-api-errors-9d14109.mintlify.app/docs/api-reference/python/mcp-module.md): Build MCP servers with integrated payments - [Initializing the Library](https://neverminedag-sync-api-errors-9d14109.mintlify.app/docs/api-reference/python/payments-class.md): Initialize and configure the Payments class for Python - [Payment Plans](https://neverminedag-sync-api-errors-9d14109.mintlify.app/docs/api-reference/python/plans-module.md): Create and manage payment plans with the Python SDK - [Querying an Agent](https://neverminedag-sync-api-errors-9d14109.mintlify.app/docs/api-reference/python/requests-module.md): Query agents and process requests with the Python SDK - [Publishing Static Resources](https://neverminedag-sync-api-errors-9d14109.mintlify.app/docs/api-reference/python/resources-module.md): Publish and manage static resources with access control - [Request Validation](https://neverminedag-sync-api-errors-9d14109.mintlify.app/docs/api-reference/python/validation-module.md): Validate incoming requests and access tokens - [x402 Protocol](https://neverminedag-sync-api-errors-9d14109.mintlify.app/docs/api-reference/python/x402-module.md): Use x402 protocol for payment verification and settlement - [A2A Integration](https://neverminedag-sync-api-errors-9d14109.mintlify.app/docs/api-reference/typescript/a2a-integration.md): Enable agent-to-agent communication with payment-protected streaming and task execution - [Agents](https://neverminedag-sync-api-errors-9d14109.mintlify.app/docs/api-reference/typescript/agents.md): Register and manage AI agents with payment plans, metadata, and API endpoints - [Getting Started](https://neverminedag-sync-api-errors-9d14109.mintlify.app/docs/api-reference/typescript/initializing-the-library.md): Initialize the Payments SDK in Node.js and browser environments with your API key - [Installation](https://neverminedag-sync-api-errors-9d14109.mintlify.app/docs/api-reference/typescript/installation.md): Install and configure the @nevermined-io/payments TypeScript SDK for monetizing AI agents - [MCP Integration](https://neverminedag-sync-api-errors-9d14109.mintlify.app/docs/api-reference/typescript/mcp-integration.md): Build payment-protected MCP servers with OAuth 2.1 authentication and automatic credit management - [Payment Plans](https://neverminedag-sync-api-errors-9d14109.mintlify.app/docs/api-reference/typescript/payment-plans.md): Create and manage flexible payment plans with credits, time-based access, and multiple pricing options - [Payments & Balance](https://neverminedag-sync-api-errors-9d14109.mintlify.app/docs/api-reference/typescript/payments-and-balance.md): Purchase payment plans and manage credit balances for accessing AI agents - [Static Resources](https://neverminedag-sync-api-errors-9d14109.mintlify.app/docs/api-reference/typescript/publishing-static-resources.md): Monetize access to static content like files, datasets, and documents with payment protection - [Querying Agents](https://neverminedag-sync-api-errors-9d14109.mintlify.app/docs/api-reference/typescript/querying-an-agent.md): Generate X402 access tokens and make authenticated requests to AI agents - [Request Validation](https://neverminedag-sync-api-errors-9d14109.mintlify.app/docs/api-reference/typescript/validation-of-requests.md): Verify X402 access tokens and settle payments when subscribers access your agents - [X402 Protocol](https://neverminedag-sync-api-errors-9d14109.mintlify.app/docs/api-reference/typescript/x402.md): Understand the X402 payment protocol for HTTP-based AI agent authentication and authorization - [Create Permission](https://neverminedag-sync-api-errors-9d14109.mintlify.app/docs/api-reference/x402/create-permission.md): Creates a delegated permission and generates an x402 access token. - [Get Permission](https://neverminedag-sync-api-errors-9d14109.mintlify.app/docs/api-reference/x402/get-permission.md): Retrieves complete information about a specific permission. - [List Permissions](https://neverminedag-sync-api-errors-9d14109.mintlify.app/docs/api-reference/x402/list-permissions.md): Retrieves paginated list of your delegated permissions. - [Revoke Permission](https://neverminedag-sync-api-errors-9d14109.mintlify.app/docs/api-reference/x402/revoke-permission.md): Invalidates a delegated permission, preventing further use. - [Settle](https://neverminedag-sync-api-errors-9d14109.mintlify.app/docs/api-reference/x402/settle-permission.md): Finalizes and records delegated permission usage after service delivery. - [Verify](https://neverminedag-sync-api-errors-9d14109.mintlify.app/docs/api-reference/x402/verify-permission.md): Validates a delegated permission before processing a request. - [API Changelog](https://neverminedag-sync-api-errors-9d14109.mintlify.app/docs/development-guide/api-changelog.md): Every wire-shape change between supported Nevermined API versions. The version identifier is the platform release MAJOR.MINOR. - [API error model](https://neverminedag-sync-api-errors-9d14109.mintlify.app/docs/development-guide/api-errors/overview.md): Understand the structure, codes, and remediation hints returned by the Nevermined API when a request fails. - [API Versioning](https://neverminedag-sync-api-errors-9d14109.mintlify.app/docs/development-guide/api-versioning.md): How Nevermined versions its API with the platform release MAJOR.MINOR, how to pin a version per API key or per request, and what the compatibility guarantees are. - [Docs MCP](https://neverminedag-sync-api-errors-9d14109.mintlify.app/docs/development-guide/build-using-nvm-mcp.md): Vibe-code your Nevermined payments integrations directly from your AI IDE using our MCP server. - [AI Coding Skill](https://neverminedag-sync-api-errors-9d14109.mintlify.app/docs/development-guide/build-using-nvm-skill.md): Import Nevermined payment knowledge into your AI coding assistant and start building monetizable agents in minutes. - [Nevermined x402](https://neverminedag-sync-api-errors-9d14109.mintlify.app/docs/development-guide/nevermined-x402.md): Nevermined provides first-class support for the x402 payment protocol, enabling AI agents, APIs, and services to charge per-request using secure, locally-signed payment authorizations. - [Buy & Call a Paid Agent](https://neverminedag-sync-api-errors-9d14109.mintlify.app/docs/getting-started/ai-agent-purchase.md): The subscriber path on Nevermined: buy and use a paid agent without registering anything. Get an API key, add a payment method, buy plan credits, and call the agent via x402 — as a human or an autonomous agent. - [Core Concepts](https://neverminedag-sync-api-errors-9d14109.mintlify.app/docs/getting-started/core-concepts.md): Learn how Nevermined adds payments and access control to AI agents, MCP tools, and static assets with payment plans, metering, and per-request entitlement. - [FAQ](https://neverminedag-sync-api-errors-9d14109.mintlify.app/docs/getting-started/faq.md): Frequently asked questions about Nevermined, card payments, Stripe Connect, and card delegation. - [Overview](https://neverminedag-sync-api-errors-9d14109.mintlify.app/docs/getting-started/overview.md): Nevermined is building the financial rails for AI. Monetize agents and enable autonomous agent-to-agent payments with real cards. - [AgentCore](https://neverminedag-sync-api-errors-9d14109.mintlify.app/docs/integrate/add-to-your-agent/agentcore.md): Add Nevermined x402 payments to agents running on AWS Bedrock AgentCore - [Express.js](https://neverminedag-sync-api-errors-9d14109.mintlify.app/docs/integrate/add-to-your-agent/express.md): Add Nevermined x402 payments to your Express.js application with one line of code - [FastAPI](https://neverminedag-sync-api-errors-9d14109.mintlify.app/docs/integrate/add-to-your-agent/fastapi.md): Add Nevermined x402 payments to your FastAPI application with one line of code - [Generic HTTP](https://neverminedag-sync-api-errors-9d14109.mintlify.app/docs/integrate/add-to-your-agent/generic-http.md): Add Nevermined payments to any HTTP server - [LangChain](https://neverminedag-sync-api-errors-9d14109.mintlify.app/docs/integrate/add-to-your-agent/langchain.md): Add Nevermined x402 payments to your LangChain and LangGraph agents - [LangSmith Deployment](https://neverminedag-sync-api-errors-9d14109.mintlify.app/docs/integrate/add-to-your-agent/langsmith-deployment.md): Gate a LangGraph agent deployed to LangSmith Deployment with Nevermined x402 - [Strands](https://neverminedag-sync-api-errors-9d14109.mintlify.app/docs/integrate/add-to-your-agent/strands.md): Add Nevermined x402 payments to your Strands AI agent tools - [Charge Credits](https://neverminedag-sync-api-errors-9d14109.mintlify.app/docs/integrate/patterns/charge-credits.md): Patterns for charging credits when processing requests - [Dynamic Pricing](https://neverminedag-sync-api-errors-9d14109.mintlify.app/docs/integrate/patterns/dynamic-pricing.md): Patterns for variable and usage-based pricing - [Fiat Payments](https://neverminedag-sync-api-errors-9d14109.mintlify.app/docs/integrate/patterns/fiat-payments.md): Accept credit cards via Stripe, Braintree, or Visa Agentic Tokens with no crypto wallet required. The easiest path for mainstream and enterprise adoption. - [Organizations & Workspaces](https://neverminedag-sync-api-errors-9d14109.mintlify.app/docs/integrate/patterns/organizations.md): List the organizations you belong to, target a specific workspace when publishing agents and plans, and read each org's activity feed from the Payments SDK. - [Payment Models](https://neverminedag-sync-api-errors-9d14109.mintlify.app/docs/integrate/patterns/payment-models.md): Configure credits-based, time-based, and dynamic pricing using programmable x402 settlement - [Stablecoin Payments](https://neverminedag-sync-api-errors-9d14109.mintlify.app/docs/integrate/patterns/stablecoin-payments.md): Accept USDC, EURC, or any ERC-20 token on-chain with the lowest fees and full transparency. - [Subscription Access](https://neverminedag-sync-api-errors-9d14109.mintlify.app/docs/integrate/patterns/subscription-access.md): Patterns for time-based subscription access control - [Automatic Credit Top-Ups](https://neverminedag-sync-api-errors-9d14109.mintlify.app/docs/integrate/patterns/top-up.md): The x402 facilitator tops up a subscriber's credits automatically at settlement — pre-authorized once via a delegation, no manual order_plan loop. - [Validate Requests](https://neverminedag-sync-api-errors-9d14109.mintlify.app/docs/integrate/patterns/validate-requests.md): Patterns for validating payment tokens in your API, agent, or protected resource - [5-Minute Setup](https://neverminedag-sync-api-errors-9d14109.mintlify.app/docs/integrate/quickstart/5-minute-setup.md): Get a paid endpoint working in 5 minutes (agent API, MCP tool, or protected resource) - [Python Quick Start](https://neverminedag-sync-api-errors-9d14109.mintlify.app/docs/integrate/quickstart/python.md): Get started with Nevermined payments in Python - [TypeScript Quick Start](https://neverminedag-sync-api-errors-9d14109.mintlify.app/docs/integrate/quickstart/typescript.md): Get started with Nevermined payments in TypeScript/Node.js - [BuildShip](https://neverminedag-sync-api-errors-9d14109.mintlify.app/docs/integrations/buildship-integration.md): Protect your BuildShip workflows and monetize access with Nevermined Payments - [A2A](https://neverminedag-sync-api-errors-9d14109.mintlify.app/docs/integrations/google-a2a.md): Integrate Nevermined with Google's Agent-to-Agent (A2A) protocol to authorize and charge per request between agents, with credits validation built in. - [MCP](https://neverminedag-sync-api-errors-9d14109.mintlify.app/docs/integrations/mcp.md): Learn how to protect your MCP servers with Nevermined Payments Library. - [OpenClaw](https://neverminedag-sync-api-errors-9d14109.mintlify.app/docs/integrations/openclaw.md): Integrate Nevermined payments into OpenClaw gateways to monetize AI agents from Telegram, Discord, WhatsApp, and any chat channel. - [Embed Nevermined Widgets](https://neverminedag-sync-api-errors-9d14109.mintlify.app/docs/integrations/organization-widgets.md): Drop Nevermined checkout, card enrollment, and delegation flows into your own site as iframes signed by your organization. - [Platform Partners](https://neverminedag-sync-api-errors-9d14109.mintlify.app/docs/integrations/organizations.md): Turn your AI marketplace into a revenue-sharing network. Let your builders monetize their agents while you earn a commission on every sale. - [Manage Payment Plans](https://neverminedag-sync-api-errors-9d14109.mintlify.app/docs/products/nevermined-app/manage-plans.md): Create and configure payment plans for your AI agents through the Nevermined App - [Nevermined App Overview](https://neverminedag-sync-api-errors-9d14109.mintlify.app/docs/products/nevermined-app/overview.md): No-code interface for registering AI agents, managing payment plans, and monetizing your services - [Register Agents](https://neverminedag-sync-api-errors-9d14109.mintlify.app/docs/products/nevermined-app/register-agents.md): Step-by-step guide to registering AI agents through the Nevermined App - [Braintree Onboarding](https://neverminedag-sync-api-errors-9d14109.mintlify.app/docs/products/payments/braintree-onboarding.md): Connect your Braintree merchant account to Nevermined so buyers can pay your plans by card and receive funds in your supported currencies. - [Card Enrollment](https://neverminedag-sync-api-errors-9d14109.mintlify.app/docs/products/payments/card-enrollment.md): Enroll Visa, Stripe, or Braintree payment cards into Nevermined with PCI-compliant tokenization. - [FAQ](https://neverminedag-sync-api-errors-9d14109.mintlify.app/docs/products/payments/faq.md): Frequently asked questions about Nevermined, card delegation, delegation selection, Visa Agentic Tokens, and Stripe / Braintree settlement. - [Delegation Selection](https://neverminedag-sync-api-errors-9d14109.mintlify.app/docs/products/payments/mandate-selection.md): How Nevermined automatically resolves which delegation to charge when an agent makes a payment request. Three-tier priority with explicit, key-linked, and fallback modes. - [Delegations](https://neverminedag-sync-api-errors-9d14109.mintlify.app/docs/products/payments/mandates.md): Create scoped spending authorizations that control how much agents can charge, how many transactions they can make, and when the authorization expires. - [Payments](https://neverminedag-sync-api-errors-9d14109.mintlify.app/docs/products/payments/overview.md): Enroll a Visa, Stripe, or Braintree card, set spending limits, and let your agents pay autonomously. - [How the x402 Facilitator Works](https://neverminedag-sync-api-errors-9d14109.mintlify.app/docs/products/x402-facilitator/how-it-works.md): Technical deep-dive into x402 verification and programmable settlement - [x402 Facilitator Overview](https://neverminedag-sync-api-errors-9d14109.mintlify.app/docs/products/x402-facilitator/overview.md): The Nevermined x402 Facilitator verifies and settles x402 payments with smart accounts and programmable contracts - [Monetize Static Assets](https://neverminedag-sync-api-errors-9d14109.mintlify.app/docs/solutions/access-control-monetization-static-resources.md): Gate and monetize datasets, models, or APIs using Nevermined’s transparent HTTP Proxy with flexible payment plans. - [Monetize Your AI](https://neverminedag-sync-api-errors-9d14109.mintlify.app/docs/solutions/agent-to-agent-monetization.md): Monetize AI agents using Nevermined’s x402 protocol with stablecoin and fiat payments—no bespoke integrations required. - [Cost Observability](https://neverminedag-sync-api-errors-9d14109.mintlify.app/docs/solutions/ai-agents-observability.md): Track incoming requests, usage, and revenue for your AI agents using Nevermined’s observability tools. - [API Providers](https://neverminedag-sync-api-errors-9d14109.mintlify.app/docs/solutions/api-providers.md): Let AI agents buy and top up your API autonomously. One server-side endpoint, settled on a delegated card via x402, no human in the loop. - [Card Delegation](https://neverminedag-sync-api-errors-9d14109.mintlify.app/docs/solutions/card-delegation.md): Let users enroll a credit or debit card once and delegate a spending budget to AI agents — directly in the app, via a white-labeled redirect, or embedded as a widget. - [MCP Point of Sales](https://neverminedag-sync-api-errors-9d14109.mintlify.app/docs/solutions/mcp-point-of-sales.md): Monetize Model Context Protocol tools across web and IDEs with Nevermined’s MCP integration. - [Activity & Events](https://neverminedag-sync-api-errors-9d14109.mintlify.app/docs/solutions/organizations/activity-and-events.md): Track everything in your organization: an activity feed, a live WebSocket stream, and outbound webhooks for member, plan, customer, and subscription events. - [Analytics](https://neverminedag-sync-api-errors-9d14109.mintlify.app/docs/solutions/organizations/analytics.md): Revenue, MRR, usage, conversion, and top customers — organization dashboards built from your real on-platform activity, with a date-range filter. - [Customers](https://neverminedag-sync-api-errors-9d14109.mintlify.app/docs/solutions/organizations/customers.md): An Enterprise CRM for your organization: see who buys from your agents, what they spend, and their full purchase history — with search and CSV export. - [Organizations](https://neverminedag-sync-api-errors-9d14109.mintlify.app/docs/solutions/organizations/overview.md): Turn your Nevermined account into a team workspace: invite members, manage tiered billing, track customers, view analytics, and embed checkout widgets. - [Plans & Billing](https://neverminedag-sync-api-errors-9d14109.mintlify.app/docs/solutions/organizations/plans-and-billing.md): Compare the Premium and Enterprise organization tiers, upgrade or downgrade anytime, and understand the caps and features each tier unlocks. - [Workspaces & Members](https://neverminedag-sync-api-errors-9d14109.mintlify.app/docs/solutions/organizations/workspaces-and-members.md): Create an organization, switch between workspaces, and invite your team as Admins or Members. Agents, plans, and API keys are owned by the organization. - [Technical Specifications](https://neverminedag-sync-api-errors-9d14109.mintlify.app/docs/specs/introduction.md): Formal specifications for Nevermined protocol, extensions, and integration standards - [x402 Delegation Extension](https://neverminedag-sync-api-errors-9d14109.mintlify.app/docs/specs/x402-card-delegation.md): Specification for extending x402 with delegated payment permissions for crypto (ERC-4337) and fiat (Stripe, Braintree) settlement - [x402 Smart Accounts Extension](https://neverminedag-sync-api-errors-9d14109.mintlify.app/docs/specs/x402-smart-accounts.md): Specification for extending x402 with ERC-4337 smart accounts, session keys, and programmable smart contract settlement ## OpenAPI Specs - [openapi](https://neverminedag-sync-api-errors-9d14109.mintlify.app/docs/api-reference/openapi.json)