Curate golden datasets from production traffic. Each example pins the whole agent run — every step, tool, and MCP call — forever.
Examples
48
checkout-regressions
Trajectories
41
full runs pinned
Batch Runs
6
agentic eval · security
Pinned trajectory · example #12
run score 0.88Capture
Add any run from the trace drawer and Fluiq pins its full trajectory — LLM calls, agent steps, tool and MCP calls, media — independent of trace retention.
Sync
Link a traced agent to a dataset and every run it has ever made is imported, deduplicated — and future runs keep appending automatically.
Batch
Re-run agentic evaluation or the full security scan over every example and get a scored report — the regression gate for prompt and model changes.
Enriched
Each example carries its run's eval scores, security verdicts, and cost, backfilled automatically as workers finish.
# Link a run to a dataset via the API (or one click in the UI)
requests.post(f"{BASE}/datasets/{ds_id}/examples", headers=H, json={
"input": "Refund my last order",
"expected_output": "Opened refund #4821",
# the whole trajectory is pinned from the run's root trace
"metadata": {"source_trace_id": "0f9c...e21"},
})Start on the free tier and turn on each pillar as your pipeline grows. No code changes required.