Skip to main content
Helicone OSS LLM Observability

Secret vs Public Key

Understanding the difference between secret and public API keys in Helicone. Learn about access levels, usage examples, and best practices.
1 min read
Key TypeAccessPath AuthHeader AuthREST API
PublicWrite-OnlyYesYesNo
SecretRead + WriteNot RecommendedYesYes

Usage Examples#

Note

Ensure that secret keys are always kept secure and never exposed in client-side code.