Setyenv · Docs
  • English
  • Spanish
  • Chinese
  • Japanese
  • Arabic
  • German
  • French
  • Hindi
  • Indonesian
  • Italian
  • Dutch
  • Portuguese
  • Russian
  • Turkish

Turn telemetry

Every agent turn records what it cost and how it went. Useful for cost analysis and for finding turns that hit budget or time limits.

What is recorded per turn

  • Which session and which turn within it.
  • Which provider and which model were used.
  • Wall-clock duration.
  • Token counts in and out, and how many of the input tokens came from the prompt cache (and were therefore cheaper).
  • Estimated cost in USD based on the provider's published prices.
  • Outcome — answered cleanly, paused for confirmation, rejected at the gate, hit a tool limit, hit a budget, timed out, or errored.
  • An error code when the outcome was an error.

Where to see it

Setyenv → Agent → Telemetry:

  • Sparkline at the top: turns per day for the last 30 days.
  • By outcome: breakdown of how turns ended.
  • Cost by provider: stacked bar of USD spent per provider per day. Helps you spot a runaway session.
  • Slowest turns: list of the 10 slowest turns this week with click-through to the session and its timeline.

Support export

The Export → Support bundle button at the bottom packages the recent telemetry, your provider configuration (credentials redacted), your current rate-limit and budget settings, the recent Action Log, and the PHP error log for the plugin namespace. One .zip — attach it to a support ticket and we can reproduce most issues from just that bundle.