API
Ingest traces with POST /api/v1/traces on the backend (default http://localhost:8000). Set NEXT_PUBLIC_API_URL in the dashboard if the API is elsewhere.
Quick start
- Run the API and Postgres (e.g.
docker composefrom the repo). - POST a JSON body with
agent_name,prompt,response,model_name,latency_ms, and optionalretrieved_docs/spans. - Open Traces in this dashboard to list and inspect runs.