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

# Cloudflare Agents SDKs & Samples

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

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

This SDK provides building blocks for using Auth0 for AI Agents with the Cloudflare Agents API. It includes tools for implementing asynchronous user authentication, tools for getting access tokens for third-party connections, building blocks to handle interrupts, and [OpenFGA-based](https://openfga.dev/) tool authorizers. It supports:

* Tools for implementing asynchronous user authentication
* Tools for getting access tokens for third-party connections
* [OpenFGA-based](https://openfga.dev/) tool authorizers

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

## Guides & Tutorials

Checkout our guides for Cloudflare Agents 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>
