> ## 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.

# Sample Apps

> Explore sample apps built using Auth0 for AI Agents.

<Note>
  We value your feedback! To ask questions, report issues, or request new
  frameworks and providers, connect with us on
  [GitHub](https://github.com/auth0/auth-for-genai).
</Note>

<Columns cols={2}>
  <Card title="Assistant0" href="https://github.com/auth0-samples/auth0-assistant0">
    A fullstack AI personal assistant with pre-configured tools that
    demonstrates different Auth0 for AI Agents features like User Authentication,
    calling APIs (Gmail, Google Calendar, etc.) securely using Token Vault,
    Human-in-the-loop interactions using Asynchronous Authorization, and using
    Auth0 FGA for securing RAG tools.

    <ul>
      <li>
        [LangGraph + Next.js
        version](https://github.com/auth0-samples/auth0-assistant0/tree/main/ts-langchain)
      </li>

      <li>
        [LangGraph + FastAPI
        version](https://github.com/auth0-samples/auth0-assistant0/tree/main/py-langchain)
      </li>

      <li>
        [Vercel AI SDK + Next.js
        version](https://github.com/auth0-samples/auth0-assistant0/tree/main/ts-vercel-ai)
      </li>

      <li>
        [LlamaIndex + Next.js
        version](https://github.com/auth0-samples/auth0-assistant0/tree/main/ts-llamaindex)
      </li>
    </ul>
  </Card>

  <Card title="SmartHR Assistant" href="https://github.com/auth0-samples/auth0-ai-smart-hr-assistant">
    An AI HR assistant that provides secure access to HR documents based on
    complex authorization rules. This demonstrates the use of Auth0 FGA to
    secure RAG applications with relationship-based access control (Fine-Grained
    Authorization). Implemented on a Next.js application with LlamaIndex.
  </Card>

  <Card title="Agent0" href="https://github.com/auth0-samples/agent0">
    A full-stack AI personal assistant, powered by React and Fastify, that
    invokes your APIs using tool calls on a logged-in user's behalf.
  </Card>

  <Card title="AI Samples" href="https://github.com/auth0-samples/auth0-ai-samples">
    Explore our repository of standalone sample applications that showcase
    Auth0's authentication and authorization capabilities in generative AI
    applications. Each sample demonstrates a specific Auth0 for AI Agents feature.
  </Card>

  <Card title="Auth0 AI SDK TypeScript Samples" href="https://github.com/auth0/auth0-ai-js/tree/main/examples">
    Explore example applications that accompany Auth0's JavaScript AI SDKs.
    These demonstrate recommended implementation patterns for the SDKs.
  </Card>

  <Card title="Auth0 AI SDK Python Samples" href="https://github.com/auth0/auth0-ai-python/tree/main/examples">
    Explore example applications that accompany Auth0's Python AI SDKs. These
    demonstrate recommended implementation patterns for the SDKs.
  </Card>
</Columns>
