Loading...
    • Build
    • Admin
    • Models & pricing
    • Client SDKs
    • API Reference
    Search...
    ⌘K
    Administration
    Admin API overviewWorkspacesData residencyAPI and data retention
    Monitoring
    Claude Code Analytics APIUsage and Cost API
    3rd-party platforms
    Amazon BedrockAmazon Bedrock (research preview)Microsoft FoundryVertex AI
    Console
    Log in
    Loading...
    Loading...
    Loading...
    Loading...
    Loading...
    Loading...
    Loading...
    Loading...
    Loading...
    Loading...
    Loading...
    Loading...
    Loading...
    Loading...
    Loading...
    Loading...

    Solutions

    • AI agents
    • Code modernization
    • Coding
    • Customer support
    • Education
    • Financial services
    • Government
    • Life sciences

    Partners

    • Amazon Bedrock
    • Google Cloud's Vertex AI

    Learn

    • Blog
    • Courses
    • Use cases
    • Connectors
    • Customer stories
    • Engineering at Anthropic
    • Events
    • Powered by Claude
    • Service partners
    • Startups program

    Company

    • Anthropic
    • Careers
    • Economic Futures
    • Research
    • News
    • Responsible Scaling Policy
    • Security and compliance
    • Transparency

    Learn

    • Blog
    • Courses
    • Use cases
    • Connectors
    • Customer stories
    • Engineering at Anthropic
    • Events
    • Powered by Claude
    • Service partners
    • Startups program

    Help and security

    • Availability
    • Status
    • Support
    • Discord

    Terms and policies

    • Privacy policy
    • Responsible disclosure policy
    • Terms of service: Commercial
    • Terms of service: Consumer
    • Usage policy
    3rd-party platforms

    Claude in Amazon Bedrock (research preview)

    Access Claude models through Amazon Bedrock with AWS-native authentication, billing, and security boundaries.

    Was this page helpful?

    • Research preview
    • Prerequisites
    • Authentication
    • Bedrock service role (recommended)
    • IAM assumed roles
    • Bearer tokens
    • Install an SDK
    • Making your first request
    • Supported models
    • Feature availability
    • Regions
    • Quotas
    • Data retention
    • Observability
    • Support

    This guide walks you through setting up and making API calls to Claude in Amazon Bedrock. Claude in Amazon Bedrock runs on AWS-managed infrastructure with zero operator access (Anthropic personnel have no access to the inference infrastructure), letting you build sensitive applications entirely inside the AWS security boundary while using the same Messages API shape you use with Anthropic's first-party API.

    This page covers the research preview of the new Claude in Amazon Bedrock offering, which exposes the Messages API at /anthropic/v1/messages. For the existing Bedrock integration (the InvokeModel and Converse APIs with ARN-versioned model identifiers and AWS event-stream encoding), see Claude on Amazon Bedrock.

    Research preview

    The Claude in Amazon Bedrock endpoint is in research preview, available in the US East (N. Virginia) us-east-1 region. Contact your Anthropic account executive to request access.

    Prerequisites

    Before you begin, ensure you have:

    • A new AWS account in us-east-1. The research preview requires a dedicated account for isolation. Your Anthropic account executive will submit your account ID to the Bedrock Marketplace team for allowlisting (typically processed within 24 hours).
    • The AWS CLI installed and configured (optional, for credential management)
    • After allowlisting, AWS sends a welcome email with additional setup details.

    Authentication

    Claude in Amazon Bedrock supports three authentication paths. Choose the one that best fits your security requirements.

    Bedrock service role (recommended)

    Use a Bedrock service role with AWS-managed keys for the most secure, long-lived access:

    1. 1

      Admin: provision the service role

      An AWS administrator provisions a Bedrock service role and grants developers iam:PassRole permission on the service role ARN.

    2. 2

      Developer: pass the role

      When calling the API, Bedrock assumes the service role on your behalf. See the Amazon Bedrock documentation for how to associate the role with your requests.

    IAM assumed roles

    For identity-federated access with a 12-hour maximum session:

    1. 1

      Admin: configure the IAM role

      Create an IAM role scoped to your Claude models. The trust policy names your identity provider (SAML, OIDC, or AWS Identity Center). The permissions policy grants bedrock-mantle:CreateInference only on the allowed model ARNs.

    2. 2

      Developer: authenticate and assume

      Authenticate through your corporate identity provider, then assume the IAM role. AWS STS issues temporary credentials that the SDK or CLI uses to sign requests.

    Bearer tokens

    For short-term access without IAM roles (12-hour maximum, least preferred):

    1. 1

      Admin: restrict token types

      Block long-term keys by attaching a policy that denies bedrock:CallWithBearerToken unless the bedrock:BearerTokenType condition matches a short-term token.

    2. 2

      Developer: mint a token

      Use the aws-bedrock-token-generator CLI to mint a bearer token. Pass it in the x-api-key header on each request.

    Install an SDK

    Anthropic's client SDKs support Claude in Amazon Bedrock through a Bedrock-specific package or module.

    Making your first request

    The endpoint follows the pattern https://bedrock-mantle.{region}.api.aws/anthropic/v1/messages. Unlike the InvokeModel-based integration, this endpoint uses standard SSE streaming and the same request body shape as Anthropic's first-party API.

    The SDK resolves credentials and region using the standard AWS precedence: constructor arguments, then environment variables (AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY, AWS_SESSION_TOKEN, AWS_REGION), then the AWS config file and credential chain (SSO, assumed roles, ECS task role, IMDS).

    You can also use the standard Anthropic client: set base_url to https://bedrock-mantle.{region}.api.aws/anthropic and pass your bearer token as api_key. This path supports bearer-token authentication only. SigV4 signing requires the dedicated client.

    Supported models

    Model IDs in Claude in Amazon Bedrock carry an anthropic. provider prefix. Model capabilities and behaviors are documented on the Models overview page.

    ModelModel ID
    Claude Mythos Previewanthropic.claude-mythos-preview
    Claude Haiku 4.5anthropic.claude-haiku-4-5

    Feature availability

    Claude in Amazon Bedrock supports features that run inside the model. Features that require Anthropic-operated infrastructure are not available.

    Supported:

    • Messages API (/v1/messages)
    • Prompt caching
    • Extended thinking
    • Tool use (client-defined tools)
    • Citations
    • Structured outputs
    • In-region inference (requests stay in a single AWS region)

    Not supported:

    • Anthropic-defined tools (Web Search, Web Fetch, Remote MCP, Memory, Files API, Computer Use, Skills, Code Execution)
    • Claude Managed Agents
    • Message Batches API
    • /v1/users endpoint

    Regions

    The research preview is available in us-east-1 (IAD) only.

    Quotas

    Default quota is 2 million input tokens per minute (TPM). You can request up to 4 million input TPM without additional Anthropic approval. AWS enforces requests-per-minute (RPM) limits on the Bedrock side; contact AWS support for RPM adjustments.

    Data retention

    Data handling for this offering is governed by Amazon Bedrock. For details, see Data protection in Amazon Bedrock.

    Zero data retention (ZDR) is available. To enable ZDR for your account, contact AWS support.

    Observability

    Claude in Amazon Bedrock emits logs to both CloudWatch and CloudTrail. Anthropic recommends retaining activity logs on at least a 30-day rolling basis to understand usage patterns and investigate potential issues.

    Support

    For research preview support, contact [email protected]. Include your AWS account ID and the request-id from any failed API responses.

    Claude Mythos Preview is a research preview model available to invited customers on Amazon Bedrock. For more information, see Project Glasswing.