Skip to main content
AWS Bedrock AgentCore Runtime is a serverless hosting environment for deploying agents built with any framework (Strands, LangGraph, CrewAI) at production scale, without managing infrastructure. Connect the AI Gateway from inside AgentCore to access 300+ models across 20+ providers with automatic fallbacks, cost tracking, and full observability.

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:
Configure an AsyncOpenAI client with the AI Gateway base URL, then wrap the agent in a BedrockAgentCoreApp entrypoint:

Strands Agents

Install:
Use OpenAIModel with the AI Gateway base URL inside a Strands agent:

Orq Agents

Invoke any Orq.ai Agent by key using model="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.