- Rotate secrets safely - Create a new secret, update your applications to use it, then delete the old secret after verifying the migration
- Separate environments - Use different secrets for production, staging, and development environments
Requirements
To manage embed secrets, you’ll need:- Organization Admin permissions
- The Embed feature enabled in your Omni instance
Viewing embed secrets
The embed secrets table displays the following information for each secret:- Secret - The secret key value with a copy button for easy access. Click the copy button to copy the secret to your clipboard.
- Name - A descriptive name for the secret to help you identify its purpose
- Created - When the secret was created
- Actions - Edit and delete options for managing the secret

Creating a new secret
To create a new embed secret:- Navigate to Settings > Embed > Admin in your Omni instance.
- Click the Add Secret button below the secrets table.
- In the dialog that appears:
- A 32-character secret key is automatically generated for you
- Enter a descriptive Name to identify the secret’s purpose (e.g., “Production”, “Staging”, or “Partner Integration”)
- Click Add secret to save the new secret.
Renaming a secret
You can only edit a secret’s name - the secret key value itself cannot be changed. If you need a new secret key, create a new secret instead.
- Click the Edit button in the Actions column for the secret you want to modify.
- Update the Name field in the dialog.
- Click Save to apply your changes.
Deleting a secret
To delete an embed secret:- Click the Delete button in the Actions column for the secret you want to remove.
- Confirm the deletion in the dialog that appears.