Anthropic launches Claude apps gateway for AWS, enabling centralized control of Claude Code and Claude Desktop deploymen
Anthropic has released Claude apps gateway for AWS, a self-hosted control plane that gives enterprises centralized management of Claude Code and Claude Desktop deployments. The gateway runs as a stateless container on AWS infrastructure and handles identity through OIDC, policy enforcement, telemetry, request routing to Amazon Bedrock or Claude Platform on AWS, and per-user spend caps.
Claude apps gateway for AWS
Anthropic has released Claude apps gateway for AWS, a self-hosted control plane that provides enterprises with centralized management of Claude Code and Claude Desktop deployments across development teams. The gateway runs as a stateless container on AWS infrastructure and replaces the need for individual cloud credentials per developer.
Architecture and deployment
The gateway is delivered inside the Claude Code CLI binary and runs in a single stateless container on Amazon ECS, Amazon EKS, or Amazon EC2. It requires a PostgreSQL database (Amazon RDS) that stores short-lived sign-in state and rate-limit counters. The system sits behind an internal Application Load Balancer with TLS certificates from AWS Certificate Manager.
Developers access the gateway through private networks, and the gateway uses an IAM task role to call upstream providers on their behalf. According to Anthropic, the gateway and client are built together, making the login flow gateway-aware with automatic application of managed settings.
Core capabilities
The gateway handles five functions:
Identity: Connects to any OpenID Connect (OIDC) identity provider. After browser SSO sign-in, the gateway issues short-lived tokens (one hour default lifetime). No long-lived secrets are stored on developer machines.
Policy: Administrators define managed settings once on the server. The gateway enforces allowed models, tool permissions (file writes, web access), and default settings centrally, scoped by IdP group. Developers cannot override these rules locally.
Telemetry: Usage metrics are relayed over OpenTelemetry Protocol (OTLP) to administrator-configured collectors like Amazon CloudWatch or Amazon Managed Service for Prometheus.
Routing: The gateway routes inference requests to Amazon Bedrock or Claude Platform on AWS with optional failover between AWS Regions or across multiple accounts.
Spend caps: Administrators set daily, weekly, and monthly spend limits per organization, group, or user. The gateway blocks requests when caps are exceeded until the period resets or limits are raised.
Configuration and authentication
The gateway reads a single YAML configuration file at startup. For Amazon Bedrock deployments, the Bedrock upstream uses the container's IAM role with no static credentials. For Claude Platform on AWS, administrators configure workspace ID and region.
Model IDs use Anthropic API naming (claude-sonnet-5, claude-opus-4-8) rather than Amazon Bedrock ARNs. Developers run claude /login and authenticate through corporate SSO. Sessions refresh silently using OIDC refresh tokens. Removing a user from the IdP revokes access at the next refresh.
Data handling
When used with Amazon Bedrock, inference requests are processed through Amazon Bedrock in administrator-configured AWS Regions, maintaining the same data handling controls as other Amazon Bedrock workloads. When used with Claude Platform on AWS, requests are processed by Anthropic.
What this means
The Claude apps gateway addresses a specific enterprise problem: managing AI tool access at scale without distributing individual credentials or manually pushing configuration to each developer machine. The self-hosted architecture means enterprises retain control over deployment, identity integration, and telemetry routing. The gateway's integration with both Amazon Bedrock and Claude Platform on AWS gives organizations flexibility in how they handle data residency requirements. For organizations already using Claude Code, this provides a path to broader deployment without creating new security or cost management challenges.
Related Articles
Anthropic launches Claude Cowork on iOS, Android, and web with cloud processing
Anthropic is expanding Claude Cowork beyond its desktop app to iOS, Android, and web platforms. The AI assistant now runs in the cloud by default, enabling users to continue sessions across devices and run tasks in the background even when devices are offline.
Anthropic expands Claude Cowork to web and mobile, usage data shows 33% of tasks are business operations
Anthropic launched Claude Cowork on web and mobile Tuesday for Max subscribers, allowing tasks to run in the background across devices. Usage data from 1.2 million sessions shows business operations account for 33.4% of Cowork tasks, while software development represents just 8.7%.
Anthropic brings Claude Cowork agent to mobile and web with background task execution
Anthropic is expanding Claude Cowork from desktop-only to mobile and web platforms. The autonomous agent feature will run tasks in the background across devices, with scheduled execution requiring no device to be online, starting with Max plan subscribers in a gradual rollout over the next several weeks.
Anthropic Launches Claude Desktop App for Linux, Local AI Integration Fails
Anthropic has released an official Linux desktop app for Claude, bringing feature parity with macOS and Windows versions. However, the app currently fails to reliably connect to locally-installed AI models like Ollama, limiting Linux users to cloud-based Anthropic plans.
Comments
Loading...