Manually track analytics
So you're ready to start tracking analytics & usage for your AI product!
This quickstart is if you do NOT want to use the OpenAI wrapper SDKs. For example, if you are using another LLM provider (like Anthropic) or are using a custom implementation OpenAI SDK implementation (like our OpenAI load balancer)
Get API key
Sign up for an account and get your API key at https://accounts.usespryngtime.com/sign-in
Install package
If Python, install our Python package
If Node.js, install our Node.js package
Track with one line of code!
Track token usage with a simple line of code
Javascript:
Python code:
Last updated