Docs
Introduction

Introduction

Sessions → traces → inspect. Connect coding agents as clients.

AITracer is agent development telemetry:

  • Sessions group related agent runs
  • Traces capture each turn
  • Inspect shows attribution and lineage
  • Clients (IDE / terminal agents) emit into the platform

Public API docs live at /developers (Scalar).

Where to start

Quick Start

Connect a client and confirm sessions and traces in the dashboard.

View

IDE agent

Emit OTLP traces from your IDE agent into AITracer.

View

Terminal agent

Install the OpenCode plugin client and stream sessions.

View

Core loop

Client emit → Session → Trace → Inspect

Dashboard

PagePathPurpose
Overview/dashboardRecent sessions and traces
Sessions/dashboard/sessionsSession spine
Traces/dashboard/tracesTurn list → Inspect
Clients/dashboard/clientsInstall emitters
API/developersScalar OpenAPI

API & SDK

Need help?


Introduction – AITracer — AITracer