AI Gateway
Route LLM calls through the AI Gateway inside AgentCore with a single base URL change.
Orq Agents
Invoke any Orq.ai Agent by key from inside AgentCore using the OpenAI Responses API.
AI Gateway
Connect the AI Gateway to an AgentCore entrypoint to access 300+ LLMs across 20+ providers, with automatic fallbacks, cost tracking, and observability.OpenAI Agents SDK
Install:AsyncOpenAI client with the AI Gateway base URL, then wrap the agent in a BedrockAgentCoreApp entrypoint:
Strands Agents
Install:OpenAIModel with the AI Gateway base URL inside a Strands agent:
Orq Agents
Invoke any Orq.ai Agent by key usingmodel="agent/YOUR_AGENT_KEY" with the OpenAI Responses API. The AI Gateway executes the configured agent including its system prompt, tools, evaluators, and model settings.
Find the agent key on the Agents page in Orq.ai.
Observability
Capture traces from AgentCore runs and send them to Orq.ai using OpenTelemetry.Installation
Configuration
Set up the OTLP exporter and instrument the OpenAI client before starting the app:Evaluations & Experiments
Once agents are running, use Evaluatorq to score outputs across a dataset and Experiments to compare configurations side-by-side.Run Evaluations with Evaluatorq
Run parallel evaluations across agents and compare results.
Run Experiments via the API
Compare agent configurations and view results in the AI Studio.