OpenAI Agents instrumentor, which bridges the SDK’s native tracing into OTLP spans — agent runs, handoffs, tool calls, and model calls. Point the exporter at AgentMark and the traces arrive normalized.
Setup
Point the exporter at AgentMark and instrument the SDK
Use your AgentMark API key and app id from project settings.
In TypeScript, this setup must run before the agents SDK runs, so the instrumentor can register its trace processor. Put it in its own module and load it first, for example
node -r ./instrumentation.js app.js.Run your agent
Run your agent as usual. Each agent run, handoff, tool call, and model call arrives in AgentMark as a span, grouped into a trace. See Traces and logs.
What AgentMark captures
OpenAI Agents spans use the OpenInference attribute conventions — model, token usage, input and output messages, tool calls, settings, and span kind are all mapped onto AgentMark’s normalized trace fields, and token counts feed cost tracking. See OpenInference for the full attribute mapping.Next steps
OpenInference
How AgentMark reads OpenInference attributes
Traces and logs
Explore traces once they arrive
Have questions?
Reach out any time:
- Email us at hello@agentmark.co for support
- Schedule an Enterprise Demo to learn about our business solutions