← Back
OpenAI
OpenAI and Amazon launch Stateful Runtime Environment for production AI agents in Bedrock
OpenAI APIOpenAI · featureapiintegrationplatform · openai.com ↗

Partnership Delivers Production-Ready Agent Infrastructure

OpenAI and Amazon have announced a joint collaboration to introduce the Stateful Runtime Environment for agents in Amazon Bedrock. This new service, powered by OpenAI models and optimized for AWS infrastructure, addresses a critical gap in agent deployment: the operational complexity of running multi-step agentic workflows reliably in production.

From Prototype to Production

Most agent prototypes built on stateless APIs handle simple, single-step tasks with basic tool calls. Real production workflows are fundamentally different. They require:

  • Multi-step execution with persistent context and memory across actions
  • State management that carries forward tool outputs, approvals, and system state
  • Orchestration logic for handling errors, resuming long-running tasks, and managing identity/permission boundaries
  • Governance controls suitable for secure, auditable enterprise environments

Previously, development teams had to build custom orchestration layers around stateless APIs, manually stitching together state management, tool invocation, error handling, and workflow resumption.

What the Stateful Runtime Enables

The new runtime environment runs natively inside AWS environments and is designed to work seamlessly with AWS services. Instead of manually managing disconnected API requests, agents now automatically execute complex workflows with "working context" that maintains memory, history, tool state, and permission boundaries throughout execution.

Key capabilities include:

  • Persistent orchestration that eliminates manual state management between steps
  • Multi-step execution with automatic context and permission boundary preservation
  • AWS-native deployment that integrates with existing security posture and governance tools
  • Reliable long-horizon workflows designed for sustained, multi-step agentic tasks

Practical Impact

This approach unlocks production use cases including:

  • Multi-system customer support automation
  • Sales operations workflows
  • Internal IT automation
  • Finance processes with approvals and audit trails

The runtime will be available soon in Amazon Bedrock. Interested customers can reach out to their OpenAI team or request contact to explore how this benefits their AI deployment strategy.