Create a secret for this function. Secrets are injected as environment variables when your function executes.
Use secrets to store sensitive data without hardcoding in function code:
Requirements:
Secret types are automatically detected:
Important: The secret value is only returned in the creation response. It cannot be retrieved later. Store the value securely after creation if needed.
After creating a secret, it’s immediately available in your function as an environment variable with the specified name.
Function identifier
Request to create a function secret. Secrets are injected as environment variables when your function executes. Use this to store API keys, credentials, or configuration without hardcoding them in your function code.
Secret created successfully
Simple message response for operations that don't return resource data
Success or confirmation message