Guides
Create and Manage Secrets
Store and maintain secrets securely for integrations and workflows.
Create and Manage Secrets
Secrets are account-level vault objects used by integrations, routes, and external service connections. In practice, this is a foundational setup task because many downstream workflows depend on secret references. Treat secret operations as controlled lifecycle actions: create with clear naming, validate immediately, rotate safely, and retire unused entries.
What to Click and Do Next
- Open the user menu and click
Settings. - In the left navigation, click
Account > Secrets. - Click
Create secret. - In
Create New Secret, enterName, selectType, and clickCreate. - Open the new secret row and enter secret values.
- Set
ExpirationandEnabled/Disabledstate as needed. - Click
Save.
Update, Rotate, or Delete
- Open the target secret from the list.
- Update values, expiration, or enabled state.
- Click
Save. - For rotation, update dependent integrations first, validate traffic, then remove old value.
- Delete the secret only after confirming no active dependencies.
Validation Checklist
- Secret appears in the list with expected status.
- Dependent workflow or integration authenticates successfully.
- No credential errors appear in logs.
Common Issues
Secretspage is not visible due to role or feature gating.- Integration fails after update because secret reference name or format is incorrect.