1. Get your API Key
Create an account and get your API key from Settings → API Keys.2. Choose Your Integration
Vercel AI SDK
Recommended for new projectsUse Vercel AI SDK for multi-provider support with a unified API. Switch between OpenAI, Anthropic, Google, and 20+ other providers without changing your code.
Provider SDKs
For existing integrationsWrap your existing provider SDK clients (Anthropic, OpenAI, Mistral, etc.) for instant observability.
Quick Example: Vercel AI SDK
1
Install dependencies
2
Wrap your model
3
Use it normally
4
View traces in dashboard
All your LLM calls are now automatically traced! View them in the Dashboard.
Quick Example: Provider SDKs
- TypeScript
- Python
1
Install dependencies
2
Wrap your client
3
Use it normally
What’s Next?
Session Tracking
Group related calls with session IDs
Custom Metadata
Attach metadata to your traces
View Dashboard
Analyze your LLM usage
