> ## Documentation Index
> Fetch the complete documentation index at: https://docs.portkey.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Claude Platform (AWS) (Beta)

> Access Claude full platform capabilities through AWS with Anthropic-managed infrastructure.

Claude Platform on AWS lets you use Anthropic's full platform capabilities with AWS authentication (access key, assumed role, or service role).

<Note>
  Provider slug: `claude-platform-aws`. Requires Backend `v1.17.0+` in Model Catalog.
</Note>

## Authentication

When creating an integration, configure AWS auth via `aws_auth_type`:

| `aws_auth_type` | Required fields                                                                          |
| --------------- | ---------------------------------------------------------------------------------------- |
| `accessKey`     | `aws_access_key_id`, `aws_secret_access_key`, `aws_region`, `anthropic_aws_workspace_id` |
| `assumedRole`   | `aws_role_arn`, `aws_region`, `anthropic_aws_workspace_id`, optional `aws_external_id`   |
| `serviceRole`   | `aws_region` (optional), `anthropic_aws_workspace_id`                                    |

`anthropic_aws_workspace_id` is your Anthropic AWS workspace ID from the Claude Platform console.

## Quick Start

Add a **Claude Platform (AWS)** provider in [Model Catalog](/docs/aigw/product/model-catalog), then reference models as `@<provider-slug>/<model-id>`.


## Related topics

- [Claude Platform on AWS](/docs/aigw/integrations/llms/claude-platform-aws/claude-platform-aws.md)
- [Setup Assumed Role for Claude Platform on AWS](/docs/aigw/integrations/llms/claude-platform-aws/setup-assumed-role.md)
- [Files](/docs/aigw/integrations/llms/claude-platform-aws/files.md)
- [Claude Desktop for Platform Admins](/docs/aigw/integrations/libraries/claude-desktop-platform-admins.md)
- [Claude Code with Amazon Bedrock](/docs/aigw/integrations/libraries/claude-code-bedrock.md)
