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>",
  "value": "<string>",
  "description": "<string>"
}
'
{}

Documentation Index

Fetch the complete documentation index at: https://allhandsai-chore-weekly-arch-refresh.mintlify.app/llms.txt

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

Authorizations

X-Session-API-Key
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

{key}
string