Security Best Practices
- Never share your API keys in publicly accessible areas such as GitHub, client-side code, and so forth.
- Use environment variables to store your keys.
- If a key is compromised, contact us immediately to rotate it.
How to authenticate your requests to the Guppy API