Integration Overview
Asymptote Observe traces supported LLM providers, agent SDKs, and orchestration code through OpenTelemetry. InitializeObserve, configure the integration path for the SDK you use, and your model calls or agent turns can flow to hosted Observe or a customer-managed OTLP collector.
Browse the integrations below to see setup instructions, what is captured, and troubleshooting guidance.
Anthropic
Instrument
@anthropic-ai/sdk model calls with Asymptote Observe.Claude Agent SDK
Wrap Claude Agent SDK query functions with Beacon-compatible prompt spans.
OpenAI
Instrument
openai package model calls with Asymptote Observe.Vercel AI SDK
Pass
Observe.getTracer() into AI SDK telemetry for model calls and tool loops.Custom Agent Steps
Use
Observe.observe() for orchestration, tools, policy checks, and handoffs.Next.js And Serverless
Initialize once in Node-only entrypoints and flush traces before short-lived runtimes exit.
Shared Setup
All integration paths start by installing and initializing the SDK:Install the SDK
Shared SDK initialization
Not Supported Yet
OpenAI agent-framework tracing is not documented here because the currentagent-beacon TypeScript SDK does not ship that adapter yet.
