TYK_AI_SECRET_KEY
environment variable set when running the Tyk AI Studio instance.TYK_AI_SECRET_KEY
must be kept confidential and managed securely. Loss of this key will render existing secrets unusable. Changing the key will require re-entering all secrets.VariableName
with the exact name given to the secret when it was created (e.g., $SECRET/OPENAI_API_KEY
, $SECRET/JIRA_AUTH_TOKEN
).
$SECRET/MY_KEY
):
$SECRET/MY_KEY
string, not the actual secret value.TYK_AI_SECRET_KEY
, and injects the plain text value into the operation.$SECRET/VariableName
reference.sk-abc123xyz...
).$SECRET/VariableName
reference is used, without needing to modify the configurations themselves.
$SECRET/OPENAI_API_KEY
Authorization: Basic $SECRET/JIRA_BASIC_AUTH_TOKEN
$SECRET/PINECONE_API_KEY
TYK_AI_SECRET_KEY
: This is the master key for secrets. Treat it with the same level of security as database passwords or root credentials. Use environment variable management best practices.