ComparisonAugust 6, 2026 13 min read

AWS Bedrock AgentCore Pricing: What It Costs and 5 Alternatives (2026)

AgentCore pricing broken down by runtime, gateway, memory and search, plus five alternatives that are simpler or cheaper for most agent workloads.

Shabnam Katoch

Shabnam Katoch

Growth Head

AWS Bedrock AgentCore Pricing: What It Costs and 5 Alternatives (2026)
Free forever

Your agent. Working. Not broken.

One AI agent that just works.

No silent failures. Free forever, not a trial.

Start free

No credit card · No Docker · No config files

Thirteen billable services, one free harness, and a bill that arrives in pieces. Here is every line item, where it escalates, and what to run instead.

The first AgentCore invoice is never the number you modelled. Not because AWS hid anything, but because you priced the runtime and forgot that twelve other services were also counting.

If that sounds like a lot of meters for one agent answering one question, you have already found the problem this article is about.

Every figure below was pulled from AWS's own pricing page and verified on August 5, 2026. AgentCore reprices often, so check before you commit budget.

AWS Bedrock AgentCore pricing, every line item

CapabilityUnitPrice
RuntimevCPU-hour / GB-hour$0.0895 / $0.00945
BrowservCPU-hour / GB-hour$0.0895 / $0.00945
Code InterpretervCPU-hour / GB-hour$0.0895 / $0.00945
Web SearchQuery$7.00 per 1,000
GatewayAPI invocation$0.005 per 1,000
Gateway Search APISearch invocation$0.025 per 1,000
Gateway tool indexingTools indexed$0.02 per 100 per month
Memory, short-termNew event$0.25 per 1,000
Memory, long-term storageRecord stored per month$0.75 per 1,000 built-in, $0.25 per 1,000 self-managed
Memory, long-term retrievalRetrieval call$0.50 per 1,000
IdentityToken or API key request$0.010 per 1,000, free via Runtime or Gateway
PolicyAuthorization request$0.000025 each
Evaluations, built-inInput / output tokens$0.0024 / $0.012 per 1,000
Evaluations, customEvaluation$1.50 per 1,000, model billed separately
ObservabilitySpans, logs, metricsCloudWatch rates
Agent Registry (preview)Records and API calls5,000 records and 1M searches free monthly, then $0.40 / $0.020 per 1,000

Two things missing from that table on purpose. Foundation model inference is not included anywhere in it, and it is usually the largest line on the bill. Network data transfer bills at standard EC2 rates, with egress to your own VPC at $0.006 per GB. If you have not priced the model side yet, our comparison of the cheapest AI models for agents covers the tier that sits under every row above.

AgentCore line items sorted into three tiers. The cheap ones: Gateway at $0.005 per 1K, Policy at $0.000025 each, Identity at $0.01 per 1K, and the Registry preview allowance. The moderate ones: Runtime, Browser and Code Interpreter at $0.0895 per vCPU-hour, short-term memory at $0.25 per 1K events, and long-term memory at $0.25 to $0.75 per 1K records, a 3x jump for built-in extraction. The expensive ones: Evaluations, Web Search at $7.00 per 1K queries, and model tokens on a separate Bedrock bill. Foundation model inference and network transfer are missing from the table on purpose.

What each line item is actually charging you for

Runtime is the one people understand. It bills per second on actual CPU consumption and peak memory, with a 128MB minimum. The genuinely clever part is that idle time is free: agents spend 30 to 70% of a session waiting on model responses and tool calls, and AgentCore does not bill CPU during that wait. AWS's own comparison says pre-allocated compute would cost up to 3.3x more on CPU for the same workload.

Gateway turns your APIs into agent-callable tools and bills per operation. Listing tools, invoking a tool, health checks, all of it counts.

Memory splits three ways, and this is where the config file becomes a pricing decision. Short-term memory bills per event created. Long-term storage bills per record per month, and the rate triples depending on which extraction strategy you pick.

Built-in memory strategies cost $0.75 per 1,000 records. Built-in with override, or self-managed, costs $0.25. Same feature, 3x the price, one dropdown.

Policy is almost free per unit, at $0.000025 per authorization request, which is exactly why nobody watches it and why it is fine.

Evaluations is the opposite. It bills on tokens processed during evaluation, and evaluation prompts carry the whole conversation.

Three panels. Runtime, the fair one: an agent session timeline where active CPU periods bill and the 30 to 70% of the session spent waiting on model responses and tool calls is free. Memory, the config trap: built-in extraction at $0.75 per 1K records against self-managed at $0.25, the same feature at 3x the price from one dropdown. Evaluations, the opposite of cheap: the evaluation prompt contains the entire conversation, so cost grows with history.

Where the costs escalate, using AWS's own examples

You do not have to take my word on any of this. AWS publishes worked examples, and they are more revealing than any third-party estimate.

Runtime scales gracefully. Ten million sessions a month, 60 seconds each, works out to $7,235. For ten million sessions that is genuinely cheap.

Evaluations does not. AWS's example evaluates 15,000 interactions a month with three built-in evaluators plus one custom, and lands at $1,804.50. Run the per-interaction math against the runtime example and evaluation costs roughly 160 times more per interaction than running the agent did. Sampling rules exist for a reason.

Web Search is the line item that ambushes people. At $7.00 per 1,000 queries, AWS's own research-agent example spends $1,400 a month on search and $3.00 on the tool calls that carried it. One SKU is 99.8% of that bill.

Gateway punishes semantic tool search. Their HR assistant example runs 50M interactions and pays $2,250 a month, of which $1,250 is Search API calls at $0.025 per 1,000. Invoking tools is cheap. Finding them is not.

Observability leaves the AgentCore bill entirely. Telemetry lands in CloudWatch and bills at CloudWatch rates, which means the cost of watching your agent shows up on a different page of the invoice from the agent itself.

Here is the pattern. AgentCore's compute pricing is honestly good. The expensive parts are the surrounding services: search, evaluation, and tool discovery. Those are exactly the services a naive cost model leaves out. Our breakdown of what an AI agent actually costs to run covers the token side that sits underneath all of it.

Four of AWS's own worked examples. Runtime scales gracefully at $7,235 a month for 10M sessions of 60 seconds. Evaluations does not, at $1,804 a month for 15K interactions, roughly 160 times more per interaction than running the agent. Web Search is the ambush: $1,400 of a research agent's bill against $3.00 in tool calls, one SKU at 99.8% of the total. Gateway semantic search costs more than calling tools, at $1,250 in Search API against $1,000 in invocations.

Five alternatives to AWS Bedrock AgentCore

Five alternatives on a shelf, ordered from more control to less maintenance. BetterClaw at $0/$49/$149, flat and BYOK with no per-invocation meter. LangGraph plus LangSmith at $39 per seat plus $2.50 per 1K traces, same architecture and cheaper search. n8n at $5 self-hosted or €24 cloud, workflows rather than agents and best value if scheduled. Vertex AI at $0.0864 per vCPU-hour plus sessions, search and tokens, maximum control but watch trace accounting. CrewAI as open source or enterprise contact-us, a great framework that is no longer self-serve.

PlatformEntry priceBilling modelFree tierCloud lock-in
BetterClaw$0, Pro $49/moFlat per plan1 agent, 500 credits, no cardNone, BYOK across 28 providers
Vertex AI Agent Builder$0, usage-basedRuntime, sessions, search, tokens50 vCPU-hours, $300 credits for 90 daysGCP
n8nFree self-hosted, Cloud from €24/moPer executionCommunity Edition, unlimited executionsNone
LangGraph + LangSmith$0, Plus $39/seat/moPer seat plus per trace1 seat, 5,000 tracesNone
CrewAI$0 open sourcePer execution, then quoted50 executions/moNone

1. BetterClaw, if you want a number instead of a model

We build this, so weigh it accordingly. Free is $0 with 1 agent, 500 credits a month, 3 connectors, and 7-day memory, no credit card. Pro is $49 a month for 5 agents and 12,000 credits. Business is $149 for 25 agents.

The relevant difference is not the price, it is the shape. There is no per-invocation meter, no memory record fee, no separate charge for finding your own tools. You bring your own key across 28 model providers and pay them directly with no markup on inference, which is the one cost AgentCore also does not mark up.

What you give up: AWS-native IAM integration, VPC isolation on their terms, and the ability to expense it against an existing AWS commit. If your security team requires the agent to live inside your account, this is the wrong row.

2. Google Vertex AI Agent Builder, if you are already on GCP

Rebranded as the Gemini Enterprise Agent Platform in 2026, though the services are unchanged. Agent Engine runtime is $0.0864 per vCPU-hour and $0.0090 per GB-hour, which undercuts AgentCore slightly. Session and Memory Bank events are $0.25 per 1,000. Vertex AI Search runs $1.50 to $6.00 per 1,000 queries, which is meaningfully cheaper than AgentCore's $7.00 web search.

The free tier is the real draw for evaluation: 50 vCPU-hours and 100 GB-hours a month, plus $300 in credits for 90 days, plus an Express Mode that runs up to 10 agent engines without enabling billing. We compared the two platforms directly in our BetterClaw versus Vertex AI writeup.

Same architecture, same forecasting problem, different cloud.

3. n8n, if your workload is scheduled rather than autonomous

Community Edition is free with unlimited executions on a server you run, typically $5 to $7 a month. Cloud starts at €24 for 2,500 executions and €60 for 10,000, with unlimited workflows and users on every tier.

The honest caveat: n8n is workflow automation, not autonomous agents. No persistent memory across runs, no trust levels, no agent deciding its own next step. If what you actually need is "run this sequence when X happens," you are massively overpaying on AgentCore for capabilities you are not using.

4. LangGraph with LangSmith, if you want maximum control

The framework is free and open source. LangSmith, the observability layer, is where you pay: free Developer tier with 1 seat and 5,000 traces, then $39 per seat per month with 10,000 base traces and $2.50 per 1,000 after.

Watch the trace accounting. Trace counts include every run inside a chain, not just top-level calls, so instrumenting per conversation turn instead of per session multiplies your bill by however many turns a conversation runs. A team of ten pays $390 in seats before a single trace lands.

5. CrewAI, if you have Python engineers and a multi-agent problem

The open-source framework is free, MIT licensed, and past 52,000 GitHub stars with two billion agent executions reported in the past year. The managed platform is a different story: the free Basic tier caps at 50 executions a month, and the $25 Professional tier disappeared from the public pricing page in spring 2026 along with the published overage rate.

What is public now is "Free" and "contact us." Reported enterprise contracts run well into five figures a year. Excellent framework, no longer a self-serve product.

Worth saying plainly, since we are one of the five: if the thing you actually want is an agent running by tonight without an architecture review, our free plan gets you one agent with no credit card and your own API key, so the token spend stays visible and unmarked-up from the first minute.

Migration notes, in the order things break

Migration difficulty in four stages. Tool definitions are easy: Gateway speaks MCP and every alternative does too. Memory is medium: it does not port, so re-seed context and treat that as a feature since 80% was noise. Identity is hard: rebuilding delegated access flows from Cognito, Okta or Entra to third-party tools is the real work. Observability is medium: it changes shape entirely, so export for compliance before turning anything off. Below, a two-week parallel run on the old and new platform, then compare invoices.

Your tool definitions move first, and they move cleanly. Gateway exposes tools over MCP, and every alternative here speaks MCP or has a connector equivalent. This is the easy part.

Memory does not port. AgentCore Memory stores short-term events and extracted long-term records in AWS's format. Every alternative has its own memory model. Plan to re-seed context rather than migrate it, and treat that as a feature, since most teams discover their long-term memory was 80% noise.

Identity is the real work. If you have wired AgentCore Identity to Cognito, Okta, or Entra for delegated access to third-party tools, you are rebuilding that flow. Managed platforms handle this with OAuth connectors, which is faster to set up and less flexible.

Observability changes shape entirely. You are moving from CloudWatch spans to whatever the new platform gives you. Export what you need for compliance before you turn anything off.

Budget a parallel run. Two weeks of both, same traffic, then compare invoices. The team that skips this is the team that discovers in month two that their new platform meters something the old one gave away. The same discipline applies whether you are leaving a hyperscaler or moving off a self-hosted OpenClaw setup, where the hidden cost is engineering hours rather than SKUs.

The verdict, by what you are actually building

A decision tree branching from "what are you building?" into five outcomes. Prototype or internal tool under 10K tasks: BetterClaw free, Vertex Express, or n8n Community, all $0. Small team shipping something real: flat pricing, because the forecasting overhead of 13 meters is a real cost even when the bill is small. High-volume production already on AWS: stay on AgentCore, but sample evaluations and watch Web Search. Regulated and needing VPC isolation: AgentCore or Vertex, since the agent legally must run inside your account. Scheduled rather than autonomous: n8n, saving roughly 90%.

Prototype or internal tool, under 10,000 tasks a month. Take a free tier and stop reading pricing pages. BetterClaw free, Vertex Express Mode, or n8n Community all cost nothing and none of them will surprise you.

Small team shipping something real. Flat pricing. The forecasting overhead of a thirteen-meter bill is a real cost even when the bill itself is small, and at this scale you do not have a FinOps person to absorb it.

High-volume production, already on AWS. Stay on AgentCore. The runtime pricing is genuinely competitive, idle time being free is a real structural advantage, and if you are on an AWS commit the discount math probably beats everything else here. Just sample your evaluations and watch Web Search.

Regulated, needs VPC isolation and audit trails. AgentCore or Vertex. The managed no-code platforms, ours included, are the wrong answer when the agent legally has to run inside your account.

Anything scheduled rather than autonomous. n8n, and you will save roughly 90%. Our rundown of the cheapest production agent stack for 2026 works through where that saving actually comes from.

If any of this resonated, start free with BetterClaw. One agent, every core feature, no credit card, bring your own key with zero markup on inference. Pro is $49 a month for five agents, or $39 on annual, with a 7-day money-back guarantee. Full pricing is here, all of it on one page, no calculator required.

Here is the thing worth carrying out of this. AgentCore is not expensive. It is unpredictable, and those are different complaints with different solutions. AWS built modular pricing because modular pricing is honest: you pay for exactly the capabilities you turn on. The catch is that honesty in a pricing model transfers the forecasting work to you, and forecasting is a skill most teams building their first agent have not developed yet. Pick the billing model that matches how much of that work you can afford to do.

Frequently Asked Questions

What is AWS Bedrock AgentCore pricing based on?

AgentCore uses consumption-based pricing across thirteen separate capabilities with no subscription or minimum fee. Runtime, Browser, and Code Interpreter bill at $0.0895 per vCPU-hour and $0.00945 per GB-hour on active consumption only. Gateway, Memory, Identity, Policy, Evaluations, Web Search, and Agent Registry each have their own units, Observability bills through CloudWatch, and foundation model tokens bill separately through Bedrock.

How does AgentCore pricing compare to Vertex AI Agent Builder?

Both are usage-based with no subscription, and the runtime rates are close: $0.0895 per vCPU-hour on AgentCore against $0.0864 on Vertex. Vertex is cheaper on search, at $1.50 to $6.00 per 1,000 queries versus AgentCore's $7.00 per 1,000 web search queries, and its free tier is more generous with 50 vCPU-hours monthly plus $300 in credits. The tradeoff is which cloud you get locked into.

How do I estimate my AgentCore bill before I deploy?

Price one completed task end to end rather than one request: count runtime seconds, gateway invocations, memory events, memory retrievals, policy checks, and model tokens for a single task, then multiply by monthly volume. Add CloudWatch charges for observability and any evaluation sampling separately. AWS publishes worked examples per capability on its pricing page, which are the most reliable starting point available.

Is AWS Bedrock AgentCore cheaper than a flat-rate agent platform?

It depends entirely on volume. At low volume AgentCore is cheaper, since you pay close to nothing for an idle agent while a flat plan charges every month regardless. At steady production volume a flat plan usually wins, and it always wins on forecasting effort. New AWS accounts get up to $200 in Free Tier credits, which covers a decent evaluation period either way.

Is a managed agent platform secure enough to replace AgentCore for enterprise workloads?

For most workloads yes, but ask specific questions rather than accepting a compliance badge: per-agent execution isolation, encrypted credential storage, an approval gate before destructive actions, and an audit trail you can export. AgentCore's real advantage is that the agent runs inside your own AWS account under your existing IAM and VPC controls. If a regulator or your security team requires that, no third-party platform substitutes for it regardless of its security features.

Every model above, one platform.

All models compared work on BetterClaw via BYOK. Switch between them in settings. No config changes.

Try it free
Tags:aws bedrock agentcore pricingagentcore pricingagentcore alternativesbedrock agentcore costagentcore vs vertex aiai agent platform pricingagentcore runtime pricing
Share this article
Was this helpful?