Secrets
Secret management endpoints
List secrets with components
Required Permissions:
secrets:read
Lists all secrets for the specified organization including inputs and outputs that use them
path Parameters
organization_idOrganization ID
query Parameters
limitLimit number of results
offsetOffset results
List secrets with components › Responses
Create secret
Required Permissions:
secrets:write
Creates a new secret for the specified organization
path Parameters
organization_idOrganization ID
Create secret › Request Body
Decision Table
| Variant | Matching Criteria |
|---|---|
| type = object | |
| type = object |
Create secret › Responses
Created
created_atdescriptionidnameorganization_idupdated_atGet secret with components
Required Permissions:
secrets:read
Gets a specific secret by ID including inputs and outputs that use it
path Parameters
organization_idOrganization ID
secret_idSecret ID
Get secret with components › Responses
OK
created_atWhen the secret was created
descriptionThe user set Description of the secret
idThe ID of the secret
nameThe user set Name of the secret
organization_idThe OrganizationID the secret belongs to
updated_atWhen the secret was updated
valueThe value of the secret. This will never be returned to the client but can be used to set new values when used in a request payload.
Update secret
Required Permissions:
secrets:write
Updates a specific secret by ID
path Parameters
organization_idOrganization ID
secret_idSecret ID
Update secret › Request Body
Decision Table
| Variant | Matching Criteria |
|---|---|
| type = object | |
| type = object |
Update secret › Responses
OK
created_atdescriptionidnameorganization_idupdated_at