Skip to main content
This guide provides a quick path to integrating Nevermined, whether you’re an AI Builder looking to monetize a service or a Subscriber wanting to access one. You can interact with Nevermined through our user-friendly Web App or programmatically via our SDKs.

For AI Builders: Monetize Your Agent

Using the Nevermined Web App (No Code)

The easiest way to get started is by using the Nevermined App to register your agent and create payment plans through a visual interface.
  1. Log In: Access the app and connect your wallet.
  2. Register Agent: Navigate to the “Agents” section and click “Register New Agent”. Fill in your agent’s metadata, such as name, description, and API endpoints.
  3. Create Payment Plan: Define one or more payment plans for your agent, specifying price, currency (fiat or crypto), and usage terms (subscription or credits).
  4. Done!: Your agent is now discoverable and ready to accept payments.

Using the SDKs (Programmatic)

For developers who need to automate and integrate directly, our SDKs are the perfect tool.
1

1. Get Your API Key

To interact with the Nevermined API, you need an API key.
  1. Go to the Nevermined App.
  2. Log in with your wallet.
  3. Navigate to the Settings section in the user menu.
  4. Click on the API Keys tab.
  5. Generate a new key, give it a descriptive name, and copy it.
  6. Store this key securely as an environment variable (e.g., NVM_API_KEY).
2

2. Install and Initialize the SDK

Install the SDK and initialize the Payments client with your API key.
3

3. Register Your AI Agent

Define your agent’s metadata, API endpoints, and payment plan. Then, register it with a single call.
4

4. Accept Payments

In your agent’s backend, add logic to validate requests from subscribers. This ensures that only authorized users can access your service.
This flow protects your agent and automates billing.

For Subscribers: Access an AI Agent

Using the Nevermined Web App

  1. Discover: Find agents in the Nevermined App or other marketplaces.
  2. Purchase: Select a payment plan and purchase it with crypto or a credit card.
  3. Get Credentials: Once purchased, you’ll receive API credentials to access the agent.

Using the SDKs

Demos and Examples

Explore our collection of demos and real-world examples to see what’s possible with Nevermined.

Example Apps

See full-stack implementations and integration patterns.