Get Started
This guide uses OpenAI Agents to walk you through the setup. If you are using a different framework, see Supported Agents below.Get your API key
Your API key authenticates trace exports to Orq.ai. To find it:
- Open the Orq.ai dashboard
- Go to Workspace Settings → API Keys
- Copy an existing key or create a new one
Never commit your API key to source control. Use environment variables or a secrets manager.
Configure the tracer
Set up the OTLP exporter and instrument OpenAI Agents before running any code:
Python
Run your agent
Any OpenAI agent you run will now automatically send traces to Control Tower:Orq.ai captures:
Python
agent/Weather Assistant, tool/get_weather, model/gpt-4o.Verify in Control Tower
Open the Assets page. Agents, tools, and models from your traces will appear automatically under their respective tabs.
Next Steps
Overview
Monitor all agents at a glance with summary metrics and the agents performance table.
Assets
Manage and inspect every agent, tool, deployment, and model captured in your workspace.
Supported Agents
OpenAI Agents
Build agents with the OpenAI Agents SDK and automatically capture them in Control Tower via OpenTelemetry.
LangGraph
Stateful, multi-actor agent framework with graph-based orchestration. Full asset capture support.
Vercel AI
JavaScript/TypeScript SDK for AI-powered applications with streaming and multi-model support. Full asset capture support.