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

# Genkit SDK

> Auth0 for AI Agents Genkit SDK makes it easy for developers to integrate with and secure AI agent workflows using Genkit.

### [Auth0 AI for Genkit](https://github.com/auth0/auth0-ai-js/tree/main/packages/ai-genkit)

This SDK provides building blocks for using Auth0 for AI Agents with [Genkit](https://firebase.google.com/docs/genkit). Includes a RAG Retriever for using OpenFGA, tools for implementing asynchronous user authentication, tools for getting access tokens for third-party connections, and [OpenFGA-based](https://openfga.dev/) tool authorizers. It supports:

* A RAG Retriever for using OpenFGA
* [OpenFGA-based](https://openfga.dev/) tool authorizer and re-ranker

```bash wrap lines theme={null}
npm install @auth0/ai-genkit
```

## Sample applications

Checkout our sample applications for Genkit.

<Columns cols={2}>
  <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 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>
</Columns>

## Guides & Tutorials

Checkout our guides for Genkit in TypeScript.

<Columns cols={2}>
  <Card title="Check Google Calendar Availability" href="/ai/docs/how-tos/check-google-calendar-availability" icon="google" iconType="solid" horizontal />

  <Card title="List GitHub Repositories" href="/ai/docs/how-tos/list-github-repositories" icon="github" iconType="solid" horizontal />

  <Card title="List Slack Channels" href="/ai/docs/how-tos/list-slack-channels" icon="slack" iconType="solid" horizontal />
</Columns>
