agents/prod
I·2
Buy · managed hosting

Managed agent platforms — and exactly what infra each gives you

The "serverless runtime + managed memory + tool gateway" bundle. Coverage is strongest for AWS (all facts below Verified against primary AWS docs); other platforms are Reported.

Amazon · GA Oct 2025

Bedrock AgentCore Verified

A composable set of services you can adopt à la carte. The differentiator is the runtime's isolation model.

RuntimeMemoryGatewayIdentityObservabilityCode InterpreterBrowser

Session isolation: every user session runs in its own dedicated microVM (isolated compute, memory, filesystem). On completion the microVM is terminated and memory-sanitized — no cross-session contamination — while tenants still share underlying infrastructure (pool multi-tenancy). Multi-tenant credentials via a Token Vending Machine: STS role scoped by session tags → 900-second temporary creds enforced with ABAC.

0max session lifetime
15 minidle → stop, then resumes
$0.0895per vCPU-hour
$0.00945per GB-hour
per-secondI/O wait & idle free
$0.25/1kmemory events (short-term)
pool multi-tenancy · shared infrastructure, per-session microVMs
Session A
▮ microVM · active
Session B
▮ microVM · active
Session C
▮ microVM · active
Session D
✕ terminated · sanitized
Google · Sessions + Memory GA Dec 2025

Vertex AI Agent Engine Reported

Fully managed serverless runtime — deploy and scale agents with no infra management.

Agent RuntimeSessionsMemory BankExample StoreEval + ObsSandbox

Memory Bank extracts salient facts for cross-session retrieval (Google Research method). Sandbox covers code execution + Computer Use. Frameworks: ADK, LangGraph, LangChain, LlamaIndex, AG2, A2A.

Microsoft · hosted-agent billing Apr 2026

Azure AI Foundry Agent Service Verified

Stateful model built on three primitives — plus "hosted agents" running OSS frameworks in customer-dedicated containers.

AgentThreadsRunsToolsHosted agents

Threads = persistent sessions with auto context-windowing; BYO-Thread storage into your own Cosmos DB for data residency. Hosted agents (LangGraph, MS Agent Framework) billed per vCPU-hour + GiB-hour. SK + AutoGen converged runtime.

Cloudflare · edge-native

Cloudflare Agents Reported

A different architectural bet: an agent literally IS a Durable Object — a single-writer stateful compute+storage unit with an embedded per-agent SQLite DB. State affinity is built into the platform, not externalized.

Durable ObjectsEmbedded SQLiteWorkers AIRemote MCP + OAuthAI Gateway

Agents self-schedule future work via this.schedule() / cron, multiplexed through one alarm.

OpenAI · AgentKit, DevDay Oct 2025

OpenAI AgentKit Reported

Built on the Responses API as the hosted execution primitive for tool-calling and multi-agent orchestration.

Agent BuilderChatKit UIAgents SDKConnector RegistryResponses API

Caution A third-party report flags deprecation notices for Agent Builder + Evals (leaving Nov 30 2026); ChatKit stays — not confirmed against OpenAI primary docs.