{"slug": "amazon-bedrock-agentcore-harness-is-ga-two-api-calls", "title": "Amazon Bedrock AgentCore Harness Is GA: Two API Calls", "summary": "Amazon Web Services made Amazon Bedrock AgentCore Harness generally available on June 17 at AWS Summit New York, offering a two-API-call solution (CreateHarness and InvokeHarness) to deploy production-grade AI agents in minutes without building containers, orchestration code, or custom session managers. The service includes isolated microVM sessions, built-in memory, authentication, audit logging, and new features like AgentCore Evaluations and Step Functions integration, with no extra charge for the harness itself.", "body_md": "AWS just made shipping production AI agents significantly less painful. Amazon Bedrock AgentCore Harness went [generally available on June 17 at AWS Summit New York](https://aws.amazon.com/blogs/machine-learning/amazon-bedrock-agentcore-harness-is-now-generally-available-go-from-idea-to-production-grade-agent-in-minutes/), and the promise is refreshingly concrete: **CreateHarness** to define your agent, **InvokeHarness** to run it. No container to build, no orchestration code, no custom session manager. A production-grade agent in minutes instead of months.\n\n## The Infrastructure Problem Nobody Wanted to Solve\n\nHere is what teams have been doing to deploy AI agents in production: spinning up Kubernetes clusters, writing custom session managers, wiring Redis for memory persistence, building auth layers for every tool connection, setting up observability pipelines, and maintaining all of it. None of that is the actual product. It is all plumbing.\n\nAgentCore Harness replaces that entire stack. Every session runs in an isolated microVM with its own filesystem and shell — safe code execution included, no extra setup. Memory persists across sessions even after a microVM expires. IAM and JWT authentication for tool connections is built in. Audit logging and scaling are handled. The agent code is the product; the rest is AWS’s problem now.\n\n## How AgentCore Harness Works\n\nThe [AgentCore Harness API](https://docs.aws.amazon.com/bedrock-agentcore/latest/devguide/harness.html) surface is deliberately minimal. You call **CreateHarness** once to define your agent: pick a model, attach tools, configure memory if you want to override the defaults. Skip the memory config and AgentCore provisions managed memory automatically — SEMANTIC plus SUMMARIZATION strategies, 30-day event expiry, multi-tenant isolation by default.\n\nThen you call **InvokeHarness** to run it. It returns a stream of events (`messageStart`\n\n, `contentBlockStart`\n\n, `contentBlockDelta`\n\n). Need to swap the model for a single call? Pass an override on InvokeHarness without touching the harness definition. Need to restrict the tool list for one invocation? Same approach. The defaults live at create time; you can override at invoke time without redeployment.\n\nTool connections go through AgentCore Gateway, which transforms OpenAPI specs, Lambda functions, and MCP servers into agent-compatible tools with auth already wired. Connect an MCP server and it shows up as a tool. The agent gets browser access and a code interpreter built in.\n\n## What Is New at General Availability\n\nTwo additions shipped with general availability that matter for production use:\n\n**AgentCore Evaluations.** Thirteen built-in LLM-as-judge evaluators covering helpfulness, faithfulness, and safety — plus custom evaluators you author. The standout is trajectory evaluation: it scores the step-by-step path the agent took, not just the final answer. That catches duplicate tool calls, irrelevant intermediate steps, and unsafe reasoning paths that output-level evaluation misses entirely.\n\n**Step Functions integration.** [AWS Step Functions now integrates natively with AgentCore Harness](https://docs.aws.amazon.com/step-functions/latest/dg/connect-bedrockagentcore.html). You can embed agent reasoning steps directly into production workflows, run multiple harnesses in parallel or sequence, and wrap them with human approval gates, error handling, and conditional routing. This closes the gap between agent demo and production workflow. Teams that need a human in the loop before an agent commits a change now have a clean way to wire that in.\n\nSession quotas also increased at GA: 5,000 active sessions in US East and West (previously 1,000), 2,500 in other regions (previously 500).\n\n## What AgentCore Harness Costs\n\nThe harness itself carries no extra charge. You pay for the underlying [AgentCore Runtime at $0.0895 per vCPU-hour and $0.00945 per GB-hour](https://aws.amazon.com/bedrock/agentcore/pricing/) — but only for active CPU and memory consumption. Time the agent spends waiting on I/O is not billed, and agents typically spend 30 to 70 percent of their runtime waiting. That is a material cost advantage over pricing models that charge for wall-clock time.\n\nIn practice: a lean Runtime-plus-Memory deployment adds roughly 1.15x overhead on top of your model token costs. A full-feature deployment with Browser, Code Interpreter, Gateway, and Identity runs roughly 1.4x. Model tokens pass through at standard Bedrock pricing.\n\n## The Trade-Off Worth Naming\n\nAgentCore is framework-agnostic — LangGraph, CrewAI, Strands, LlamaIndex all work. It is also model-agnostic; you are not locked into Bedrock-hosted models. But the memory backend, gateway auth configuration, and Step Functions integration create real AWS gravity. If you need multi-cloud portability, that migration cost is real and worth accounting for upfront.\n\nFor teams already running on AWS and currently maintaining DIY agent infrastructure, the calculation is straightforward: the operational overhead eliminated is worth the trade-off. If you are starting a new agent project today and AWS is your cloud, there is no compelling reason to build the infrastructure layer yourself. [AWS Summit NYC made it clear](https://aws.amazon.com/blogs/aws/top-announcements-of-the-aws-summit-in-new-york-2026/) this is where AWS is betting its agentic future.", "url": "https://wpnews.pro/news/amazon-bedrock-agentcore-harness-is-ga-two-api-calls", "canonical_source": "https://byteiota.com/agentcore-harness-ga/", "published_at": "2026-06-27 16:08:56+00:00", "updated_at": "2026-06-27 16:09:28.913573+00:00", "lang": "en", "topics": ["ai-infrastructure", "ai-tools", "ai-agents", "ai-products", "developer-tools"], "entities": ["Amazon Web Services", "Amazon Bedrock", "AgentCore Harness", "AWS Step Functions", "AgentCore Gateway", "AgentCore Evaluations", "AWS Summit New York"], "alternates": {"html": "https://wpnews.pro/news/amazon-bedrock-agentcore-harness-is-ga-two-api-calls", "markdown": "https://wpnews.pro/news/amazon-bedrock-agentcore-harness-is-ga-two-api-calls.md", "text": "https://wpnews.pro/news/amazon-bedrock-agentcore-harness-is-ga-two-api-calls.txt", "jsonld": "https://wpnews.pro/news/amazon-bedrock-agentcore-harness-is-ga-two-api-calls.jsonld"}}