# Nevermined Documentation ## Docs - [Managing AI Agents](https://docs.nevermined.app/docs/api-reference/cli/agents.md): Complete guide to registering and managing AI agents with the Nevermined CLI - [Getting Started](https://docs.nevermined.app/docs/api-reference/cli/getting-started.md): Complete guide to installing and configuring the Nevermined CLI - [Other Commands](https://docs.nevermined.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://docs.nevermined.app/docs/api-reference/cli/plans.md): Complete guide to creating and managing payment plans with the Nevermined CLI - [Making Purchases](https://docs.nevermined.app/docs/api-reference/cli/purchases.md): Complete guide to ordering payment plans and managing subscriptions with the Nevermined CLI - [Querying Agents](https://docs.nevermined.app/docs/api-reference/cli/querying.md): Complete guide to accessing AI agents using X402 access tokens with the Nevermined CLI - [Pre-requisites](https://docs.nevermined.app/docs/api-reference/introduction.md): Get your Nevermined API Key to use the Payment libraries and REST API - [Add Plan to Agent](https://docs.nevermined.app/docs/api-reference/protocol/add-plan-to-agent.md): Associates an existing payment plan with an agent. - [Get Access Token](https://docs.nevermined.app/docs/api-reference/protocol/get-access-token.md): Generates access credentials for agent-plan interaction. - [Get Agent](https://docs.nevermined.app/docs/api-reference/protocol/get-agent.md): Retrieves agent configuration and associated plans. - [Get Agent Plans](https://docs.nevermined.app/docs/api-reference/protocol/get-agent-plans.md): Lists all payment plans associated with an agent. - [Get Plan](https://docs.nevermined.app/docs/api-reference/protocol/get-plan.md): Retrieves details about a specific payment plan. - [Get Plan Agents](https://docs.nevermined.app/docs/api-reference/protocol/get-plan-agents.md): Lists all agents associated with a payment plan. - [Get Plan Balance](https://docs.nevermined.app/docs/api-reference/protocol/get-plan-balance.md): Retrieves credit balance for a specific account on a plan. - [Initialize Agent Request](https://docs.nevermined.app/docs/api-reference/protocol/initialize-agent-request.md): Validates access and initializes an agent request session. - [List Agents](https://docs.nevermined.app/docs/api-reference/protocol/list-agents.md): Get paginated list of agents for the current user. - [List Plans](https://docs.nevermined.app/docs/api-reference/protocol/list-plans.md): Get paginated list of payment plans for the current user. - [Mint Credits](https://docs.nevermined.app/docs/api-reference/protocol/mint-credits.md): Adds credits to a plan account. Builder-only operation. - [Mint Expirable Credits](https://docs.nevermined.app/docs/api-reference/protocol/mint-expirable-credits.md): Adds time-limited credits to a plan account. - [Order Plan](https://docs.nevermined.app/docs/api-reference/protocol/order-plan.md): Purchases a payment plan. Credits are issued immediately. - [Redeem Credits](https://docs.nevermined.app/docs/api-reference/protocol/redeem-credits.md): Consumes credits from a plan account after processing a request. - [Register Agent](https://docs.nevermined.app/docs/api-reference/protocol/register-agent.md): Creates a new AI agent with API configuration. - [Register Agent and Plan](https://docs.nevermined.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://docs.nevermined.app/docs/api-reference/protocol/register-plan.md): Creates a new payment plan with pricing and credit configuration. - [Remove Plan from Agent](https://docs.nevermined.app/docs/api-reference/protocol/remove-plan-from-agent.md): Disassociates a payment plan from an agent. - [Activate/Deactivate Agent](https://docs.nevermined.app/docs/api-reference/protocol/toggle-agent-listing.md): Controls the agent's public listing status. - [Activate/Deactivate Plan](https://docs.nevermined.app/docs/api-reference/protocol/toggle-plan-listing.md): Controls the plan's public listing status. - [Track Agent Sub Task](https://docs.nevermined.app/docs/api-reference/protocol/track-agent-sub-task.md): Records task completion and credit consumption for complex agent workflows. - [Update Agent](https://docs.nevermined.app/docs/api-reference/protocol/update-agent.md): Modifies agent configuration and metadata. - [Update Plan](https://docs.nevermined.app/docs/api-reference/protocol/update-plan.md): Modifies plan metadata. - [A2A Integration](https://docs.nevermined.app/docs/api-reference/python/a2a-module.md): Implement Agent-to-Agent protocol with payments - [Agents](https://docs.nevermined.app/docs/api-reference/python/agents-module.md): Register and manage AI agents with the Python SDK - [Payments and Balance](https://docs.nevermined.app/docs/api-reference/python/balance-module.md): Order plans and manage credit balances - [Installation](https://docs.nevermined.app/docs/api-reference/python/installation.md): Install and configure the payments-py Python SDK - [MCP Integration](https://docs.nevermined.app/docs/api-reference/python/mcp-module.md): Build MCP servers with integrated payments - [Initializing the Library](https://docs.nevermined.app/docs/api-reference/python/payments-class.md): Initialize and configure the Payments class for Python - [Payment Plans](https://docs.nevermined.app/docs/api-reference/python/plans-module.md): Create and manage payment plans with the Python SDK - [Querying an Agent](https://docs.nevermined.app/docs/api-reference/python/requests-module.md): Query agents and process requests with the Python SDK - [Publishing Static Resources](https://docs.nevermined.app/docs/api-reference/python/resources-module.md): Publish and manage static resources with access control - [Request Validation](https://docs.nevermined.app/docs/api-reference/python/validation-module.md): Validate incoming requests and access tokens - [x402 Protocol](https://docs.nevermined.app/docs/api-reference/python/x402-module.md): Use x402 protocol for payment verification and settlement - [A2A Integration](https://docs.nevermined.app/docs/api-reference/typescript/a2a-integration.md): Enable agent-to-agent communication with payment-protected streaming and task execution - [Agents](https://docs.nevermined.app/docs/api-reference/typescript/agents.md): Register and manage AI agents with payment plans, metadata, and API endpoints - [Getting Started](https://docs.nevermined.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://docs.nevermined.app/docs/api-reference/typescript/installation.md): Install and configure the @nevermined-io/payments TypeScript SDK - [MCP Integration](https://docs.nevermined.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://docs.nevermined.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://docs.nevermined.app/docs/api-reference/typescript/payments-and-balance.md): Purchase payment plans and manage credit balances for accessing AI agents - [Static Resources](https://docs.nevermined.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://docs.nevermined.app/docs/api-reference/typescript/querying-an-agent.md): Generate X402 access tokens and make authenticated requests to AI agents - [Request Validation](https://docs.nevermined.app/docs/api-reference/typescript/validation-of-requests.md): Verify X402 access tokens and settle payments when subscribers access your agents - [X402 Protocol](https://docs.nevermined.app/docs/api-reference/typescript/x402.md): Understand the X402 payment protocol for HTTP-based AI agent authentication and authorization - [Create Permission](https://docs.nevermined.app/docs/api-reference/x402/create-permission.md): Creates a delegated permission and generates an x402 access token. - [Get Permission](https://docs.nevermined.app/docs/api-reference/x402/get-permission.md): Retrieves complete information about a specific permission. - [List Permissions](https://docs.nevermined.app/docs/api-reference/x402/list-permissions.md): Retrieves paginated list of your delegated permissions. - [Revoke Permission](https://docs.nevermined.app/docs/api-reference/x402/revoke-permission.md): Invalidates a delegated permission, preventing further use. - [Settle](https://docs.nevermined.app/docs/api-reference/x402/settle-permission.md): Finalizes and records delegated permission usage after service delivery. - [Verify](https://docs.nevermined.app/docs/api-reference/x402/verify-permission.md): Validates a delegated permission before processing a request. - [Documentation MCP](https://docs.nevermined.app/docs/development-guide/build-using-nvm-mcp.md): Vibe-code your Nevermined payments integrations directly from your AI IDE using our MCP server. - [Build with the Nevermined AI Skill](https://docs.nevermined.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://docs.nevermined.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. - [Core Concepts](https://docs.nevermined.app/docs/getting-started/core-concepts.md): Understand the core building blocks of Nevermined: monetizable services (agents, MCP tools, and assets) and payment plans. - [How It Works](https://docs.nevermined.app/docs/getting-started/how-it-works.md): Understand how Nevermined enables paid access to services and resources - [Welcome](https://docs.nevermined.app/docs/getting-started/welcome.md): Nevermined is building the financial rails for AI, making it simple for everyone, from solo-builders and startups to major enterprises, to transact with and monetize AI agents, tools, and services. - [Amazon Bedrock AgentCore Integration](https://docs.nevermined.app/docs/integrate/add-to-your-agent/agentcore.md): Add Nevermined x402 payments to agents running on AWS Bedrock AgentCore - [Express.js Integration](https://docs.nevermined.app/docs/integrate/add-to-your-agent/express.md): Add Nevermined x402 payments to your Express.js application with one line of code - [FastAPI Integration](https://docs.nevermined.app/docs/integrate/add-to-your-agent/fastapi.md): Add Nevermined x402 payments to your FastAPI application with one line of code - [Generic HTTP Integration](https://docs.nevermined.app/docs/integrate/add-to-your-agent/generic-http.md): Add Nevermined payments to any HTTP server - [Strands Agent Integration](https://docs.nevermined.app/docs/integrate/add-to-your-agent/strands.md): Add Nevermined x402 payments to your Strands AI agent tools - [Charge Credits](https://docs.nevermined.app/docs/integrate/patterns/charge-credits.md): Patterns for charging credits when processing requests - [Dynamic Pricing](https://docs.nevermined.app/docs/integrate/patterns/dynamic-pricing.md): Patterns for variable and usage-based pricing - [Subscription Access](https://docs.nevermined.app/docs/integrate/patterns/subscription-access.md): Patterns for time-based subscription access control - [Validate Requests](https://docs.nevermined.app/docs/integrate/patterns/validate-requests.md): Patterns for validating payment tokens in your API, agent, or protected resource - [5-Minute Setup](https://docs.nevermined.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://docs.nevermined.app/docs/integrate/quickstart/python.md): Get started with Nevermined payments in Python - [TypeScript Quick Start](https://docs.nevermined.app/docs/integrate/quickstart/typescript.md): Get started with Nevermined payments in TypeScript/Node.js - [BuildShip Integration](https://docs.nevermined.app/docs/integrations/buildship-integration.md): Protect your BuildShip workflows and monetize access with Nevermined Payments - [Google A2A](https://docs.nevermined.app/docs/integrations/google-a2a.md): Understand how to integrate Nevermined with Google A2A. - [Model Context Protocol (MCP)](https://docs.nevermined.app/docs/integrations/mcp.md): Learn how to protect your MCP servers with Nevermined Payments Library. - [Organizations](https://docs.nevermined.app/docs/integrations/organizations.md): Transform your account into an organization to share revenue and customize the checkout page. - [Manage Payment Plans](https://docs.nevermined.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://docs.nevermined.app/docs/products/nevermined-app/overview.md): No-code interface for registering AI agents, managing payment plans, and monetizing your services - [Register Agents](https://docs.nevermined.app/docs/products/nevermined-app/register-agents.md): Step-by-step guide to registering AI agents through the Nevermined App - [Payment Libraries](https://docs.nevermined.app/docs/products/payment-libraries/overview.md): TypeScript and Python SDKs for programmatic integration with Nevermined payment infrastructure - [How the x402 Facilitator Works](https://docs.nevermined.app/docs/products/x402-facilitator/how-it-works.md): Technical deep-dive into x402 verification and programmable settlement - [x402 Facilitator Overview](https://docs.nevermined.app/docs/products/x402-facilitator/overview.md): The Nevermined x402 Facilitator verifies and settles x402 payments with smart accounts and programmable contracts - [Payment Models](https://docs.nevermined.app/docs/products/x402-facilitator/payment-models.md): Configure credits-based, time-based, and dynamic pricing using programmable x402 settlement - [Static Resources Protection & Monetization](https://docs.nevermined.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. - [x402 Agent Monetization](https://docs.nevermined.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. - [AI Agents Observability](https://docs.nevermined.app/docs/solutions/ai-agents-observability.md): Track incoming requests, usage, and revenue for your AI agents using Nevermined’s observability tools. - [MCP Point of Sales](https://docs.nevermined.app/docs/solutions/mcp-point-of-sales.md): Monetize Model Context Protocol tools across web and IDEs with Nevermined’s MCP integration. - [Technical Specifications](https://docs.nevermined.app/docs/specs/introduction.md): Formal specifications for Nevermined protocol, extensions, and integration standards - [x402 Smart Accounts Extension](https://docs.nevermined.app/docs/specs/x402-smart-accounts.md): Specification for extending x402 with ERC-4337 smart accounts, session keys, and programmable smart contract settlement