Company
Secrets
Securely store and manage API keys and credentials in Clerk.io

Secrets Management System #
Secrets are stored with AES-256 encryption and can be created, updated, retrieved, and deleted through both the user interface and API. Access to secrets is controlled by role, ensuring that users only see the data relevant to them.
Use Cases #
You can use it to store API tokens and webhook keys, manage credentials for third party services, or handle sensitive data that comes with expiration requirements.
Getting Started #
The Secrets Management System is available in my.clerk.io.
- Click your Store name in the upper left corner
- Click your Company name in the top of the dropdown
- Click Secrets
- Click the button Create Secret
- Enter a Secret Name
- Enter a Secret Value, this value will be encrypted and stored securely
- (Optional) Set a Secret Expiration. If not set this secret will never expire unless manually deleted.
- Click Create Secret