> ## Documentation Index
> Fetch the complete documentation index at: https://neverminedag-sync-api-errors-9d14109.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Your API Key

> Create a Nevermined API Key to start building and integrating with Nevermined

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

<Steps>
  <Step title="Go to the Nevermined App">
    Open [nevermined.app](https://nevermined.app) and sign in with your account.

    <img src="https://mintcdn.com/neverminedag-sync-api-errors-9d14109/BZb-MNNKdxxkC8FY/images/api-keys/landing.png?fit=max&auto=format&n=BZb-MNNKdxxkC8FY&q=85&s=89eab47980a4b2cd8d6353a888910bdb" alt="Nevermined App landing page" width="3810" height="1801" data-path="images/api-keys/landing.png" />
  </Step>

  <Step title="Navigate to API Keys">
    Go to **Settings > Global NVM API Keys**.

    <img src="https://mintcdn.com/neverminedag-sync-api-errors-9d14109/BZb-MNNKdxxkC8FY/images/api-keys/global_api_keys.png?fit=max&auto=format&n=BZb-MNNKdxxkC8FY&q=85&s=71901d461fc8e22bb58351ed625162eb" alt="Global NVM API Keys page" width="3810" height="1997" data-path="images/api-keys/global_api_keys.png" />
  </Step>

  <Step title="Create a New API Key">
    Click the **+ New API Key** button.

    <img src="https://mintcdn.com/neverminedag-sync-api-errors-9d14109/BZb-MNNKdxxkC8FY/images/api-keys/new_api_key_button.png?fit=max&auto=format&n=BZb-MNNKdxxkC8FY&q=85&s=b189108b3b25782ce0bbb948856aa298" alt="Click the + New API Key button" width="825" height="208" data-path="images/api-keys/new_api_key_button.png" />
  </Step>

  <Step title="Configure and Generate">
    Give your key a descriptive name, select the permissions you need, and click **Generate API Key**.

    <img src="https://mintcdn.com/neverminedag-sync-api-errors-9d14109/BZb-MNNKdxxkC8FY/images/api-keys/new_key_form.png?fit=max&auto=format&n=BZb-MNNKdxxkC8FY&q=85&s=db0c3a852d4c42b3dbcb3f9ba3deb7eb" alt="Configure your new API key" width="3810" height="1997" data-path="images/api-keys/new_key_form.png" />
  </Step>

  <Step title="Copy Your Key">
    Once created, click **Copy Key** to copy it to your clipboard. Store it securely as an environment variable:

    ```bash theme={null}
    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.

    <img src="https://mintcdn.com/neverminedag-sync-api-errors-9d14109/BZb-MNNKdxxkC8FY/images/api-keys/copy_key_button.png?fit=max&auto=format&n=BZb-MNNKdxxkC8FY&q=85&s=35f3490ba3a9a8a07449d946eead74a8" alt="Copy your new API key" width="1970" height="463" data-path="images/api-keys/copy_key_button.png" />
  </Step>
</Steps>

<Warning>
  Keep your API key secure. Don't commit it to version control or share it publicly.
</Warning>
