Workflow Secrets
Workflows
Workflow Secrets
Manage encrypted secrets available to workflow webhook steps.
GET
Workflow Secrets
Documentation Index
Fetch the complete documentation index at: https://docs.encrata.com/llms.txt
Use this file to discover all available pages before exploring further.
Authentication
Requires a JWT token or API key in theAuthorization header.
List Secrets
Example response
Create Secret
Secret name. Use in step configs as
{{secrets.SLACK_WEBHOOK_URL}}.Secret value. Encrypted at rest — cannot be retrieved after creation.
Example request
Example response
Delete Secret
Secret name to delete.
Example request
Example response
Usage in Steps
Reference secrets in webhook step configs using the{{secrets.NAME}} syntax: