Skip to main content
Helicone OSS LLM Observability

Trace Tools with the Logger SDK

Log LLM responses from any external tools used in your LLM applications using Helicone's Logger SDK.
1 min read

To get started, install the @helicone/helpers package

Set up your Helicone API key in your .env file

Log into Helicone or create an account. Once you have an account, you can generate an API key here.

Create a new HeliconeManualLogger instance

Log your request

Verify your requests in Helicone

With the above setup, any calls to any tool will automatically be logged and monitored by Helicone. Review them in your Helicone dashboard.

For more complex examples including APIs, database queries, and document search, check out our full examples on GitHub.

To learn more about the HeliconeManualLogger API, see the API Reference here.