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

# Auth0 for AI Agents SDKs

> Start building secure AI agents with the Auth0 AI SDKs.

These SDK make it quick and easy to integrate Auth0 with your AI agents using multiple popular frameworks. The SDKs provide:

* Tools for getting access tokens allowing your AI agent to access applications on behalf of your users
* Tools for implementing asynchronous user authentication allowing human-in-the-loop approval for critical actions
* OpenFGA-based tool authorizers for securing document access

<Columns cols={3}>
  <Card href="/sdks/javascript-sdk" icon="js" iconType="solid" horizontal title="JavaScript SDKs" />

  <Card href="/sdks/python-sdk" icon="python" iconType="solid" horizontal title="Python SDKs" />

  <Card
    href="/sdks/langchain-sdk"
    icon={
  <img
    src="https://mintlify-assets.b-cdn.net/auth0/langchain.svg"
    alt="LangChain"
  />
}
    iconType="solid"
    horizontal
    title="LangChain SDKs"
  />

  <Card
    href="/sdks/llamaindex-sdk"
    icon={
  <img
    src="https://mintlify-assets.b-cdn.net/auth0/llamadex.svg"
    alt="LlamaIndex"
  />
}
    iconType="solid"
    horizontal
    title="LlamaIndex SDKs"
  />

  <Card
    href="/sdks/vercel-ai-sdk"
    icon={
  <img
    src="https://mintlify-assets.b-cdn.net/auth0/vercel.svg"
    alt="Vercel AI"
  />
}
    iconType="solid"
    horizontal
    title="Vercel AI SDKs"
  />

  <Card
    href="/sdks/genkit-sdk"
    icon={
  <img
    src="https://mintlify-assets.b-cdn.net/auth0/genkit.svg"
    alt="Genkit"
  />
}
    iconType="solid"
    horizontal
    title="Genkit SDKs"
  />

  <Card
    href="/sdks/cloudflare-sdk"
    icon={
  <img
    src="https://mintlify-assets.b-cdn.net/auth0/cloudflare.svg"
    alt="Cloudflare"
    height={48}
    width={48}
  />
}
    iconType="solid"
    horizontal
    title="Cloudflare SDKs"
  />
</Columns>
