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:

  1. IDE agent — OTLP exporter pointing at https://aitracer.app/api/integrations/otlp/v1/traces with an akt_ API key.
  2. Terminal agent — OpenCode plugin that posts sessions and traces.

See also:

3. Confirm in the dashboard

  1. Sessions (/dashboard/sessions) — your run should appear.
  2. Open the session → linked traces.
  3. Click a trace → Inspect for provenance and attribution.

4. Use the API (optional)

Browse Scalar docs at /developers:

  • POST /api/sessions
  • POST /api/traces (optional sessionId, client, attribution)

Create an API key under Settings.

Need help?


Quick Start – AITracer — AITracer