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

Documentation Index

Fetch the complete documentation index at: https://allhandsai-add-v1-api-reference.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-Access-Token
string
header
required

Body

application/json

Custom secret model with value

name
string
required
value
string<password>
required
write-only
description
string | null

Response

Successful Response

General response to an edit operation

message
string
required