Docs
Quick Start
Quick Start
Connect a client and confirm sessions and traces in AITracer.
This guide gets you from zero to a session with traces in a few minutes.
1. Sign in
Open the app (default http://localhost:3000) and sign in.
2. Install a client
Go to Dashboard → Clients (/dashboard/clients).
Pick one:
- IDE agent — OTLP exporter pointing at
https://aitracer.app/api/integrations/otlp/v1/traceswith anakt_API key. - Terminal agent — OpenCode plugin that posts sessions and traces.
See also:
3. Confirm in the dashboard
- Sessions (
/dashboard/sessions) — your run should appear. - Open the session → linked traces.
- Click a trace → Inspect for provenance and attribution.
4. Use the API (optional)
Browse Scalar docs at /developers:
POST /api/sessionsPOST /api/traces(optionalsessionId,client,attribution)
Create an API key under Settings.