> ## Documentation Index
> Fetch the complete documentation index at: https://gccai.heqingsong.uk/llms.txt
> Use this file to discover all available pages before exploring further.

# 安全与配置

> API密钥管理和安全配置指南

## API Key 如何管理和保护？

保护您的 API Key 安全：

* 不要在公开的代码仓库中提交 API Key
* 使用环境变量存储 API Key
* 定期轮换 API Key
* 如果 API Key 泄露，立即在控制台重新生成

<Warning>
  API Key 泄露可能导致未授权使用和费用损失，请妥善保管。
</Warning>

<Tip>
  建议为不同的环境（开发、测试、生产）使用不同的 API Key，便于管理和安全隔离。
</Tip>
