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

Response

200
application/json

Successful Response

The response is of type object.