diff --git a/docs/AUTHENTICATION_NOTES.md b/docs/AUTHENTICATION_NOTES.md new file mode 100644 index 00000000..9e071c22 --- /dev/null +++ b/docs/AUTHENTICATION_NOTES.md @@ -0,0 +1,10 @@ +# Authentication Notes + +This project uses API credentials to authenticate requests to Kalshi. + +General guidelines: +- Keep API keys private +- Do not commit secrets to the repository +- Use environment variables for local development + +These notes are intended to help beginners avoid common mistakes.