Secrets allow you to securely store API keys, credentials, and other sensitive values that modules and integrations need at runtime. Secrets are scoped to your organization and are made available to processing modules during execution.
Managing Secrets
Adding a Secret
Click Add Secret
Open the secret creation form from the Secrets page.
Enter Name and Value
Provide a name (used to reference the secret in modules) and the secret value.
Save
The secret is encrypted and stored. The value will not be displayed again after saving.
Secret values are write-only. Once saved, you cannot retrieve the original value. You can only replace it with a new value.
Using Secrets in Modules
Modules can reference organization secrets by name. When a module executes, the platform injects the requested secrets into the module’s runtime environment.
Use descriptive names for secrets (e.g., OPENAI_API_KEY, AWS_ACCESS_KEY) so it is clear what each secret is used for.