This quickstart uses OpenAI because it is the smallest end-to-end trace. The same setup pattern applies to Anthropic, LangChain, LangGraph, LangSmith, OpenAI Agents, LiveKit Agents, ElevenLabs Agents, Cursor SDK, Claude Agent SDK, Pydantic AI, and manual spans.Documentation Index
Fetch the complete documentation index at: https://docs.inference.net/llms.txt
Use this file to discover all available pages before exploring further.
1. Install
2. Configure Export
Set the Catalyst traces endpoint and token before your app starts.3. Initialize Tracing Early
Callsetup() before constructing clients from instrumented SDKs.
4. Verify
Open the Catalyst dashboard and filter for yourCATALYST_SERVICE_NAME. The
trace should include an OpenAI LLM span with input messages, output messages,
model name, invocation parameters, finish reason, and token counts.
If the process is short-lived, always call shutdown() before exit so batched
spans are flushed.
Next Steps
OpenAI tracing
Add tool calls, structured outputs, and Responses API examples.
Manual spans
Wrap custom agents, CLI calls, and unsupported SDKs.