To interact with Nevermined programmatically, you need a Nevermined API Key. This key is required for both:Documentation Index
Fetch the complete documentation index at: https://docs.nevermined.app/llms.txt
Use this file to discover all available pages before exploring further.
- Payment Libraries (TypeScript SDK and Python SDK)
- REST API (direct HTTP calls)
Get Your API Key
Open nevermined.app, sign in, then go to Settings > Global NVM API Keys and click + New API Key. Copy the key and set it as an environment variable:Choose Your Environment
Nevermined offers two environments:| Environment | Purpose | Network |
|---|---|---|
| Sandbox | Testing and development | Base Sepolia |
| Live | Production | Base Mainnet |
- TypeScript SDK
- Python SDK
- REST API
Next Steps
TypeScript SDK
Install and use the TypeScript Payments library.
Python SDK
Install and use the Python Payments library.