How to Manage Secrets
Last updated
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.
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
Deleting a secret is permanent and cannot be undone. Any endpoints or notebooks that use this secret will no longer be able to access it and may fail to function as expected.
Last updated