Create a secret
Secrets
Create a secret
Store a new named secret. The value is encrypted at rest and never returned. Fails with 409 if a secret with this name already exists.
POST
Create a secret
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
The reference key actions and workflows use as {{secrets.}}. Unique per organization, and immutable — writing the same name replaces its value rather than renaming anything.
Required string length:
1 - 120The plaintext credential. Encrypted at rest and never returned by any endpoint.
Required string length:
1 - 5000Response
Default Response