Page cover image

How to Get an API Key on NGC

NVIDIA GPU Cloud (NGC) is a cloud-based platform developed by NVIDIA that provides access to GPU-optimized software for various Artificial Intelligence (AI) learning tasks. To make it easier for you to enjoy the services available on NGC, you need to have an API Key. This guide explains how to get an API Key on NGC.

Create API Key

In the first step, click this link to go to the NGC site. Press Welcome Guest on the right and select Sign In/Sign Up.

Sign In

To log in to NGC, you have an NVIDIA account and password that you have, if you don't have an account, you can create an account first and follow the steps until finished.

Sign In NGC

Tap Your Profile and select Setup.

Setup

The Setup page appears, click the Generate API Key button.

Setup

The API Key page appears, click the Generate API Key button.

Setup

Click Confirm button.

Create token

After the API Key is successfully generated, copy the API Key token.

Token

Test API Key with Docker

Use the Docker to test API Key tokens that you have obtained. Run the following command to log in to the Docker.

docker login nvcr.io

Enter Username with $oauthtoken and Password with the token you previously copied.

If the login succeeds, you can try pulling one of the Docker images by running this syntax.

docker pull nvcr.io/nvidia/tritonserver:24.12-trtllm-python-py3
Pull Image

Wait for all Complete and if you have successfully pulled the image, the API Key can be used.

Last updated