Traces
Upload, browse, and inspect agent traces in Stratix Premium.
What you can do
Trace shape
{
"id": "trace-123",
"name": "answer-question",
"inputs": {"prompt": "What's the capital of France?"},
"outputs": {"response": "Paris."},
"spans": [
{"name": "llm-call", "kind": "llm", "model": "claude-opus-4-7",...},
{"name": "tool-call", "kind": "tool", "tool": "lookup_country",...}
]
}Inspecting a trace
Streaming traces
Datasets and trace sets
Where to next
Last updated
Was this helpful?