DocsAdapters

Adapters

The SDK captures agents you wrote. Adapters capture the rest: model traffic behind a gateway, runs inside the OpenAI Agents SDK, and finished calls a voice platform reports by webhook. Each supplements the SDK; none replaces it — a gateway sees only what crosses it.

  • OpenAI
    Every model call, and handoffs between agents
  • Anthropic
    Every model call
  • LangChain
    Chains, tools and retrievals as they run
  • LiteLLM
    Everything behind your gateway, including agents you did not write
  • Vapi
    Finished calls, and proof the AI disclosure played
  • OpenTelemetry
    Whatever you already trace
  • Amazon S3
    Write-once storage, where not even we can delete

LiteLLM gateway

OpenAI Agents SDK

Voice & vendor webhooks