| Example | Links |
|---|---|
| Tracing | Colab Link |
| Full Cookbook | Colab Link |
Install
API Key Setup
Add your OpenAI API key as an environment variable. The OpenAI Agents SDK will use this to interact with OpenAI models.Setup
Use theregister function to connect your application to Arize and instrument the OpenAI Agents.
Run your Agent
Now you can run youropenai-agents code as usual.
Observe
Once you’ve started your instrumentation, all invocations and steps of your Agent will be sent to your Arize account for observability and evaluation.