Instrument OpenAI Agents with AnoSys and see spans, tool calls, cost, and quality context from your first production traces.
Follow each agent run from prompt to handoff: spans, model calls, tools, retries, evals, release context, users, cost, and operational outcomes.
Agent runs, turns, handoffs, and spans
Prompts, completions, model parameters, and tool calls
Latency, retries, errors, token usage, and cost
Eval scores, policy checks, and release context
User, workflow, customer, and business KPI context
Use the linked guide to install the collector or SDK, verify the endpoint, and send a small trace or event payload. Once data lands, connect it to dashboards, evals, alerts, and investigations.
from anosys import trace
with trace("checkout-agent"):
result = await agent.run(input)
OpenAI Agents docs
No. You can instrument through the AnoSys SDK, OpenTelemetry, or REST depending on your stack.
Yes. Sensitive payloads can be controlled with redaction and enterprise data handling policies.
Yes. AnoSys links token usage and model cost to agents, tools, users, workflows, and outcomes.
Yes. Tool calls are first-class spans with latency, success, failure, and result context.
Yes. Enterprise plans support governance rules, audit trails, ownership, and sensitive data encryption controls.