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

# Deploy to Amazon Bedrock with Auth0

> Learn how to secure Amazon Bedrock and AgentCore agents with Auth0 for AI Agents.

## Introduction

Amazon Bedrock provides powerful AI agent capabilities through both the Agents framework and AgentCore.
Auth0 for AI Agents enables you to add secure user authentication and authorization to your Amazon Bedrock agents, allowing them to safely access user data and third-party APIs on behalf of authenticated users.

This integration allows your agents to:

* Authenticate users before processing requests
* Access third-party APIs using user credentials stored securely in Auth0's [Token Vault](https://auth0.com/docs/secure/call-apis-on-users-behalf/token-vault)
* Call your own APIs on behalf of authenticated users
* Maintain user context throughout agent interactions

## Implementation Guides

<Columns cols={2}>
  <Card title="Secure AgentCore with Auth0" href="https://auth0.com/blog/securing-amazon-bedrock-agentcore-agents-auth0-for-ai-agents/">
    Learn how to secure Amazon Bedrock AgentCore agents with Auth0. This guide shows you how to implement user authentication and secure API access using the AgentCore framework.
  </Card>

  <Card title="Secure Bedrock Agents with Auth0" href="https://auth0.com/blog/securing-amazon-bedrock-agents-with-auth0-genai-guide/">
    Discover how to add Auth0 authentication and authorization to Amazon Bedrock Agents. This guide demonstrates building secure, user-specific agent interactions.
  </Card>
</Columns>

## What You'll Learn

These guides cover:

* Setting up Auth0 for AI Agents with your Amazon Bedrock project
* Implementing user authentication flows for your agents
* Configuring secure access to third-party APIs using Token Vault
* Best practices for maintaining security in AI agent applications
* Step-by-step implementation examples with code

<Note>
  Both guides provide complete working examples you can adapt for your own agent implementations.
</Note>

## Next Steps

After reviewing these guides, you can:

* Explore other [sample applications](/sample-apps/sample-apps) for additional examples
* Learn more about [calling third-party APIs on users' behalf](/intro/call-others-apis-on-users-behalf)
* Check out [user authentication](/intro/user-authentication) to understand the authentication flow
