
About Secrets
Secrets allow you to send private credentials to your jobs. We currently support secrets at the organizational level via the dashboard or API. Within Sieve, secrets are treated as environment variables. At runtime, these are mapped to the environment variables required by Sieve functions.Automating Secrets via API
The Sieve API allows users to programmatically set, update, and delete secrets.Set a new secret by sending a POST request to the/v2/secrets/{name}
endpoint:/v2/secrets/{name}
endpoint:/v2/secrets/{name}
endpoint: