User Access Keys
This article explains the procedure to create your own access keys.
Access keys are used for API integrations with NVIDIA Run:ai. An access key contains a client ID and a client secret. With the client credentials, you can obtain a token as detailed in API authentication and use it within subsequent API calls.
Creating Access Key
To create an access key:
Click the user avatar at the top right corner, then select Settings
Click +ACCESS KEY
Enter the access key's name
Click CREATE
Copy the Client ID and Client secret and store securely
Click DONE
You can create up to 20 access keys.
Regenerating a Client Secret
To regenerate a client secret:
Locate the access key you want to regenerate its client secret
Click Regenerate client secret
Click REGENERATE
Copy the New client secret and store it securely
Click DONE
Important
Regenerating a client secret revokes the previous one.
Deleting an Access Key
Locate the access you want to delete
Click on the trash icon
On the dialog, click DELETE to confirm
Using API
Go to the Access Keys API reference to view the available actions.
Last updated