AWS Weekly Roundup: Amazon Bedrock AgentCore payments, Agent Toolkit for AWS, and more (May 11, 2026) Amazon Web Services previewed managed payment capabilities for Amazon Bedrock AgentCore, enabling AI agents to autonomously pay for APIs, web content, and other services through partnerships with Coinbase and Stripe. The company also launched the Agent Toolkit for AWS, a production-ready suite of tools designed to help AI coding agents build on AWS with fewer errors and lower token costs. These releases aim to remove the undifferentiated heavy lifting of building custom billing and compliance systems for autonomous agent transactions. AWS News Blog https://aws.amazon.com/blogs/aws/ AWS Weekly Roundup: Amazon Bedrock AgentCore payments, Agent Toolkit for AWS, and more May 11, 2026 | | My most exciting news of last week: Amazon Bedrock AgentCore previewed the first managed payment capabilities https://aws.amazon.com/about-aws/whats-new/2026/04/amazon-bedrock-agentcore-payments-preview/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&sc channel=el enabling AI agents to autonomously access and pay for APIs, MCP servers, web content, and other agents. Built in partnership with Coinbase and Stripe, it removes the undifferentiated heavy lifting of building customized systems for billing, credential management, and compliance. You can connect a Coinbase CDP wallet or Stripe Privy wallet as a payment connection, set session-level spending limits, and your agent transacts autonomously during execution. What excites me most is what AgentCore payments can unlock—like a research agent that can pay for real-time market data on the fly, or a coding agent calling paid APIs mid-task. To learn more, visit the blog post https://aws.amazon.com/blogs/machine-learning/agents-that-transact-introducing-amazon-bedrock-agentcore-payments-built-with-coinbase-and-stripe/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&sc channel=el , dive deeper using the documentation https://docs.aws.amazon.com/bedrock-agentcore/latest/devguide/payments.html?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&sc channel=el , and get started with the AgentCore CLI. https://docs.aws.amazon.com/bedrock-agentcore/latest/devguide/agentcore-get-started-cli.html?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&sc channel=el Last week’s launches Here are last week’s launches that caught my attention: Agent Toolkit for AWS https://aws.amazon.com/about-aws/whats-new/2026/05/agent-toolkit/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&sc channel=el – A production-ready suite of tools and guidance, available at no additional charge, that helps AI coding agents build on AWS with fewer errors, lower token costs, and enterprise-grade security controls. The Agent Toolkit for AWS is the successor to the MCP servers, plugins, and skills available on AWS Labs https://github.com/awslabs . To get started, visit the quick start guide https://docs.aws.amazon.com/agent-toolkit/latest/userguide/quick-start.html?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&sc channel=el or browse the available skills and plugins on GitHub https://github.com/aws/agent-toolkit-for-aws . AWS MCP Server GA https://aws.amazon.com/about-aws/whats-new/2026/05/aws-mcp-server/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&sc channel=el – You can use a managed remote Model Context Protocol MCP server that gives AI agents and coding assistants secure, authenticated access to all AWS services through a small, fixed set of tools. It is part of the Agent Toolkit for AWS. To learn more, visit Seb Stormacq’s blog post https://aws.amazon.com/blogs/aws/the-aws-mcp-server-is-now-generally-available/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&sc channel=el . Amazon WorkSpaces for AI agents Preview https://aws.amazon.com/about-aws/whats-new/2026/05/workspaces-ai-agents/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&sc channel=el – You can use AI agents to securely access and operate desktop applications through managed WorkSpaces environments. This capability allows organizations to automate everyday workflows at scale while maintaining full enterprise-grade governance and compliance. To learn more, visit Micah Walter’s blog post https://aws.amazon.com/blogs/aws/modernize-your-workflows-amazon-workspaces-now-gives-ai-agents-their-own-desktop-preview/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&sc channel=el . Amazon EC2 M8idn/M8idb https://aws.amazon.com/about-aws/whats-new/2026/05/amazon-ec2-m8idn-m8idb/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&sc channel=el and R8idn/R8idb instances https://aws.amazon.com/about-aws/whats-new/2026/03/amazon-ec2-r8idn-r8idb/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&sc channel=el – These instances are powered by custom sixth-generation Intel Xeon Scalable processors available only on AWS and the latest sixth-generation AWS Nitro cards. These instances deliver up to 43% better compute performance per vCPU compared to previous-generation instances. M8idn/R8idn instances offer up to 600 Gbps network bandwidth, and M8idb/R8idb instances deliver up to 300 Gbps EBS bandwidth. For a full list of AWS announcements, be sure to keep an eye on the What’s New with AWS https://aws.amazon.com/new/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&sc channel=el page. Additional updates Here are some additional news items that you might find interesting: Valkey turns two https://aws.amazon.com/blogs/database/valkey-turns-two/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&sc channel=el – Valkey stands as proof that open, community-driven technology innovates faster, scales further, and delivers more value than any single-vendor model. Valkey has surpassed 100 million Docker pulls up 17x year over year and attracted more than 225 contributors who have submitted over 1,500 pull requests, roughly double the development pace of Redis over the same period. You can also use the latest Valkey 9.0 in Amazon ElastiCache https://aws.amazon.com/blogs/database/announcing-valkey-9-0-for-amazon-elasticache/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&sc channel=el . Query billion-scale vectors with SQL https://aws.amazon.com/blogs/database/query-billion-scale-vectors-with-sql-integrating-amazon-s3-vectors-and-aurora-postgresql/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&sc channel=el – You can learn how to query Amazon S3 Vectors from Amazon Aurora PostgreSQL-Compatible Edition using standard SQL, and how to combine vector similarity results with relational filters in a single query, for example, finding the most semantically similar products and then filtering by price, stock status, or tenant in one SQL statement. Building an end-to-end agentic SRE using AWS DevOps Agent https://aws.amazon.com/blogs/devops/building-an-end-to-end-agentic-sre-using-aws-devops-agent/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&sc channel=el – Learn how to configure DevOps Agent Spaces that define an investigation scope, integrating seamlessly with Amazon CloudWatch, Splunk, GitHub, and Slack. You can also learn how to trigger automated investigations via webhooks, generate mitigation plans, and hand off agent-ready specs to coding agents like Kiro for implementation. For a full list of AWS blog posts, be sure to keep an eye on the AWS Blogs https://aws.amazon.com/blogs/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&sc channel=el page. Learn more about AWS, browse and join upcoming AWS-led in-person and virtual events https://aws.amazon.com/events/explore-aws-events/?refid=e61dee65-4ce8-4738-84db-75305c9cd4fe , startup events https://aws.amazon.com/startups/events?tab=upcoming?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&sc channel=el , and developer-focused events https://builder.aws.com/connect/events?trk=e61dee65-4ce8-4738-84db-75305c9cd4fe&sc channel=el as well as AWS Summits https://aws.amazon.com/events/summits/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&sc channel=el and AWS Community Days https://aws.amazon.com/events/community-day/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&sc channel=el . Join the AWS Builder Center https://builder.aws.com/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&sc channel=el to connect with builders, share solutions, and access content that supports your development. That’s all for this week. Check back next Monday for another Weekly Roundup https://aws.amazon.com/blogs/aws/tag/week-in-review/?trk=39d9c26c-b157-46ae-bde6-9cf598f5c9e0&sc channel=el — Channy https://linkedin.com/in/channy/