Skip to main content
GET
/
api
/
v1
/
sandboxes
/
{sandbox_id}
/
settings
/
secrets
/
{secret_name}
Get Secret Value
curl --request GET \
  --url https://app.all-hands.dev/api/v1/sandboxes/{sandbox_id}/settings/secrets/{secret_name} \
  --header 'X-Access-Token: <api-key>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

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

Path Parameters

secret_name
string
required
sandbox_id
string
required

Response

Successful Response