Skip to main content
POST
/
api
/
secrets
Create Custom Secret
curl --request POST \
  --url https://app.all-hands.dev/api/secrets \
  --header 'Content-Type: application/json' \
  --header 'X-Session-API-Key: <api-key>' \
  --data '{
  "name": "<string>",
  "description": "<string>",
  "value": "<string>"
}'
{}

Authorizations

X-Session-API-Key
string
header
required

Body

application/json

Custom secret model with value

name
string
required
value
string<password>
required
description
string | null

Response

Successful Response

{key}
string