cURL
curl --request POST \ --url https://api.devin.ai/v1/secrets \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "type": "<string>", "key": "<string>", "value": "<string>", "sensitive": true, "note": "<string>" }'
{ "id": "<string>" }
Create a new secret in your organization
cookie
key-value
totp