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.