Authorizations
API key required for all endpoints
Path Parameters
Body
application/json
Response
Secret created successfully
The response is of type object
.
Creates a new secret for a deployed function. Secrets are encrypted environment variables accessible in your function code:
env.SECRET_NAME
Deno.env.get('SECRET_NAME')
Note: Secret values are write-only and cannot be retrieved after creation.
API key required for all endpoints
Secret created successfully
The response is of type object
.