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

# Security Best Practices

<Warning>
  Never hardcode API keys in source code or commit them to version control.
</Warning>

<Tip>
  Use one key per environment (dev, staging, production) so you can revoke them independently.
</Tip>

<Danger>
  Revoke keys you no longer use immediately.
</Danger>

<Note>
  Monitor the Analytics dashboard for unexpected usage spikes, which may indicate an exposed key.
</Note>
