Set a secret

🚧

Private Preview

The Addon SDK API is currently in private preview. These endpoints are only available to accounts and Add-ons enrolled in the preview program — you may not have access yet.

Secrets are delivered to the add-on's function as environment variables and applied immediately - no redeploy required. Names are case-insensitive and canonicalized to UPPER_CASE. Requires a full-access API key.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required
^[a-z0-9]([a-z0-9-]{0,62}[a-z0-9])?$

The add-on's unique slug (per-account; lowercase letters, digits, hyphens)

string
required
^[A-Za-z][A-Za-z0-9_]{0,63}$

Secret name. Case-insensitive; canonicalized to UPPER_CASE (delivered to the function as an environment variable).

Body Params
string
required
Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json