POST
/
frameworks
/
instrument_openai_agents
Instrument the OpenAI Agents SDK.
curl --request POST \
  --url https://api.atla-ai.com/frameworks/instrument_openai_agents

Query Parameters

llm_provider
string
default:openai

The LLM provider(s) to instrument along with OpenAI Agents. Defaults to "openai".

Response

200

A context manager that instruments the OpenAI Agents SDK (and its LLM calls).