For the complete documentation index, see llms.txt. This page is also available as Markdown.

How to Manage Secrets

What are Secrets?

Secrets are a secure way to store sensitive credentials such as API tokens or container registry passwords within the platform. This ensures your credentials are never exposed in plain text across your services.

a. How to Create a Secret?

1

Log in to Your Account.

2

From the left-hand menu, select AI HUB and then choose Secrets.

3

Create Secret

Click on Create Secret.

4

Enter Secret Details

Enter the secret name, choose the Secret Type, and add a description (optional).

Secret Type

Target

Steps

HuggingFace Token

Endpoints

Enter your HuggingFace token. For more details refer to User access tokens · Hugging Face

5

Save the Secret

Click Create to save.

b. How to Delete a Secret?

1

Click the Actions menu next to the secret you want to delete and select Delete Secret.

2

Confirm Deletion

A confirmation dialog will appear. Click Delete Secret to confirm.

Last updated