📚 Documentation

Resource Description
Auth0 for AI Agents Official overview and introduction to using Auth0 to secure AI agents and agentic workflows
Token Vault Securely enable your AI agents to access third-party APIs on your users’ behalf with Auth0 token vault.
Auth0 for AI Agents SDKs Overview of the available SDKs for integrating Auth0 authentication and authorization into AI agent applications

📝 Tutorials & Guides

Resource Description
Build an AI Assistant with LangGraph, Next.js, and Auth0 Step-by-step guide to building an AI assistant using LangGraph and Next.js with Auth0 Connected Accounts to interact with third-party services like Slack and GitHub
Secure Third-Party Tool Calling in LlamaIndex Using Auth0 Python-focused tutorial demonstrating how to securely handle third-party tool calls in LlamaIndex agents using Auth0 for authorization

💻 Code Examples

Resource Description
NextJS Examples Collection of practical Next.js code examples covering common Auth0 authentication patterns and use cases
Tool Calling / Token Vault Example demonstrating how to use Auth0's Token Vault to securely manage and supply tokens when AI agents make third-party API calls
Async Authorization / CIBA Example showing how to implement Client-Initiated Backchannel Authentication (CIBA) to enable human-in-the-loop authorization for AI agent actions

🛠️ Tools

Resource Description
Auth0 Flows Explore all the authentications strategies Auth0 provides from the end user perspective in one place. Customize them, understand the logic and share them with your colleagues.
Auth0 Explorer Auth0 Explorer is an experimental tool that helps you to visualize your Auth0 tenant’s overall structure, offering an innovative user interface to zoom out to the big picture or dive into the details of individual applications settings
JWT Debugger JSON Web Token (JWT) is a compact URL-safe means of representing claims to be transferred between two parties. The claims in a JWT are encoded as a JSON object that is digitally signed using JSON Web Signature (JWS).