PUT /secrets

Upsert secrets.

MethodPath
PUT/v1/secrets

Returns only the secrets this call wrote, names and timestamps only — values are write-only. Refused for sandbox tokens (held by potentially-untrusted in-sandbox code); mutations require an API key or user token.

curl -X PUT "https://api.ellipsis.dev/v1/secrets" \
  -H "Authorization: Bearer $ELLIPSIS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"secrets":[]}'

Request

Example request body
{
}

Body parameters

secretsarray<SecretInput>required

The secrets to store.

Response

Example response · 200
{
}

On this page

No Headings
Schedule a demo