Skip to main content
You need a Nevermined API Key to interact with the platform programmatically — whether through the SDKs, REST API, or CLI.
1

Go to the Nevermined App

Open nevermined.app and sign in with your account.Nevermined App landing page
2

Navigate to API Keys

Go to the API Keys section, then select Global NVM API Keys.Global NVM API Keys page
3

Create a New API Key

Click the + New API Key button.Click the + New API Key button
4

Configure and Generate

Give your key a descriptive name, select the permissions you need, and click Generate API Key.Configure your new API key
5

Copy Your Key

Once created, click Copy Key to copy it to your clipboard. Store it securely as an environment variable:
export NVM_API_KEY="sandbox:your-api-key-here"
API keys are environment-specific. Keys created in the Sandbox environment will start with sandbox:, and keys created in the Live environment will start with live:. Use a different API key for each environment, and set NVM_ENVIRONMENT to sandbox or live to match the key you are using.Copy your new API key
Keep your API key secure. Don’t commit it to version control or share it publicly.