返回全部术语
23后端与数据常见坑

API Key

接口密钥

调用别人 API 时用来证明你身份的秘钥,不能随便公开。

举个例子

我在 .env 文件里存放了 OpenAI 的 API Key。

相关资源

复制提示词

Show me how to keep API keys out of source control, with a .env example and .gitignore.

相关术语

查看全部