API Key

You might say

Connect the LLM API for me; read the API Key from environment variables, and never hardcode its value in the source code.

An authentication credential used by applications to prove identity, verify permissions, and track resource usage with an API service.For example, a web app can read an API key from an environment variable and send it with an AI request. The service usually associates permissions and usage with the key's account, project, or application—not necessarily a specific person. A leaked key may spend quota or expose data, so keep it out of source code, repositories, and chat logs, then revoke and replace it immediately if exposed.
Know first
Access KeySecret KeyToken
Further reading