Blog
Claude Gateway: Central AWS Control for AI Apps
On July 8, 2026, AWS and Anthropic introduced the Claude apps gateway for AWS. For enterprises, the relevant point is not the installation itself but the operating model shift: Claude Code and Claude Desktop no longer have to depend on many individual developer keys. They can be connected through a central, self-hosted control layer.
What the gateway does
According to AWS, the gateway runs as a stateless container in the organization’s AWS environment, for example on ECS, EKS or EC2. It connects to an OpenID Connect identity provider, issues short-lived tokens to developers and keeps upstream credentials centralized. Requests can be routed to Amazon Bedrock or Claude Platform on AWS, optionally across multiple regions or accounts.
Anthropic describes the same core pattern in its documentation: the gateway sits between Claude Code clients and the model provider, supporting SSO, group-based model access and OTLP telemetry. Policies can centrally define allowed models, tool permissions and defaults. AWS also highlights spend caps per organization, group or user.
Why this matters for CIOs
This moves coding AI from individual tool usage toward a managed platform model. Offboarding follows the existing IdP. Costs can be limited per team. Telemetry can flow into existing observability. Most importantly, policy no longer lives only in local configuration files. It sits on a server layer that sees every request.
This fits the second AWS announcement with Jamf: that post also focuses on connecting AI applications on Macs to Amazon Bedrock through managed configuration and making usage visible. The direction is clear: enterprise AI clients need the same operational discipline as cloud workloads.
What DACH companies should check now
For DACH organizations, this is not a license for an uncontrolled rollout. First clarify which models are allowed, which tools may write, where personal data can appear in development workflows and which logs are needed for audit and works council discussions.
A pragmatic starting point is one pilot team with explicit roles: IdP group, approved models, budget limit, telemetry target and exit rule. The key question is: are you still managing coding agents like personal developer tools — or already like production infrastructure?