Documentation
Developer Tooling

DevTools Tracing

Inspect active requests in real-time.

Every request passing through the routing engine leaves a trace. You can inspect these traces directly using the local DevTools instance at localhost:4983.

Open your browser. Send a request from your client application. The complete request lifecycle populates immediately.

DevTools tracing session

Trace Capabilities

DevTools provides absolute visibility into the execution pipeline. Each layer of the request is isolated and exposed.

Live Status

Reflects the exact execution state as it transitions from pending, to success, or to failure.

Payload Visibility

Inspect complete transmission details like headers, raw bodies, and model parameters.

Performance Metrics

Track exact time-to-first-token, total latency, and token consumption counts.

Routing Logic

Reveal exact provider selection, retry cascades, and execution fallbacks.

The system ensures absolute transparency across every execution step.

On this page