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

# Managing API Keys

API keys must always be kept secret.
The security becomes more critical if you are an app because if you include the API key as free form text and ship it,
a hacker can spend some time to reverse engineer and obtain the key. [Here](https://stackoverflow.com/questions/14570989/best-practice-for-storing-and-protecting-private-api-keys-in-applications) is a good article on how to keep your API keys safe in an app.
