Create Secret
Secrets Endpoints
Create Secret
Create a new secret in your organization
POST
Create Secret
Create a new encrypted secret that can be used in Devin sessions. The secret will be available to all sessions created after the secret is added.Documentation Index
Fetch the complete documentation index at: https://docs.devin.ai/llms.txt
Use this file to discover all available pages before exploring further.
Request Body
Type of secret. Must be one of:
cookie, key-value, totpUser-defined name for the secret. Must be unique within the organization.
The secret value to store. Will be encrypted at rest.
Whether the secret should be treated as sensitive and redacted in logs.
Optional note describing the secret’s purpose.
Response
The unique identifier of the created secret
