Your first trace
Upload a trace to Stratix Premium and inspect it — see every span, every cost, every error.
Prerequisites
Option A — Upload via UI
1. Open Traces
2. Drop the JSON file
{
"id": "trace-1",
"name": "answer-question",
"inputs": {"prompt": "What is the capital of France?"},
"outputs": {"response": "Paris."},
"spans": [
{"name": "llm-call", "kind": "llm", "model": "claude-opus-4-7",...}
]
}3. Confirm
4. Inspect
Option B — Ingest via SDK
Verify
What to try next
Where to next
Last updated
Was this helpful?