Documentation Index
Fetch the complete documentation index at: https://docs.pandaprobe.com/llms.txt
Use this file to discover all available pages before exploring further.
Before you begin, make sure you have:
- A PandaProbe account. Sign up at app.pandaprobe.com.
- A PandaProbe API key + project name.
- An API key for the LLM provider you want to trace: OpenAI, Gemini, or Anthropic.
Wrap your LLM client
Choose the provider you want to trace. Make sure the matching provider API key is available in your environment.
- OpenAI
- Gemini
- Anthropic
What’s next?
Wrappers
Wrappers for OpenAI, Anthropic, and Gemini
Integrations
Integrations for LangGraph, CrewAI, and more
Manual Instrumentation
Full control with decorators and context managers
For short-lived scripts, call
pandaprobe.flush() before the process exits to ensure all traces are sent. Long-running services flush automatically.
