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 compose from the repo).
  • POST a JSON body with agent_name, prompt, response, model_name, latency_ms, and optional retrieved_docs / spans.
  • Open Traces in this dashboard to list and inspect runs.

← Back to home