How to authenticate with the Langfuse API?
You need to authenticate with the API using Basic Auth, get API keys in the project settings:
- username: Langfuse Public Key
- password: Langfuse Secret Key
Example
curl -u "<public_key>:secret_key" https://cloud.langfuse.com/api/public/projects
⭐️
Stay updated: Star Langfuse on GitHub to get instant notifications about new releases.![Langfuse Github stars](https://img.shields.io/github/stars/langfuse/langfuse?style=social)