
Product
Introducing Reports: An Extensible Reporting Framework for Socket Data
Explore exportable charts for vulnerabilities, dependencies, and usage with Reports, Socket’s new extensible reporting framework.
@auth0/ai-cloudflare
Advanced tools
[!WARNING] Auth0 AI is currently under heavy development. We strictly follow Semantic Versioning (SemVer), meaning all breaking changes will only occur in major versions. However, please note that during this early phase, major versions may be released frequently as the API evolves. We recommend locking versions when using this in production.
This package contains helper methods for the Cloudflare Agents SDK.
Please note that most examples for Cloudflare Agents use the Vercel AI SDK.
We will provide a full sample and template to get started with Cloudflare Agents.
npm i @auth0/ai-cloudflare @auth0/ai-vercel @auth0/ai
This module provides a custom React hook useAgentChatInterruptions that extends the functionality of the useAgentChat hook from the "agent/ai-react" module. It allows you to handle tool interruptions in your agent chat.
Replace useAgentChat with useAgentChatInterruptions in your code to get access to toolInterrupt.
const {
messages: agentMessages,
input: agentInput,
handleInputChange: handleAgentInputChange,
handleSubmit: handleAgentSubmit,
addToolResult,
clearHistory,
toolInterrupt,
} = useAgentChatInterruptions({
agent,
id: threadID,
});
This module provides the AsyncUserConfirmationResumer mixin that can extend AIChatAgent to handle user confirmations asynchronously.
This work with the withAsyncAuthorization authorizer and allow the agent to continue processing after the user has confirmed the action.
import { AsyncUserConfirmationResumer } from '@auth0/ai-cloudflare';
export class Chat extends AsyncUserConfirmationResumer(AIChatAgent) {
// Your agent implementation
}
Then when defining the authorizer:
export const withAsyncAuthorization = auth0AI.withAsyncAuthorization({
// The authorizer configuration
onAuthorizationInterrupt: async (interrupt, context) => {
const { agent } = getCurrentAgent<Chat>();
agent?.schedulePoller({ interrupt, context });
},
});
This module provides CloudflareKVStore. An implementation of auth0-ai Store interface that uses Cloudflare Workers KV to store and retrieve data. The kv option should be a reference to your Cloudflare KV namespace or a compatible store.
import { CloudflareKVStore } from '@auth0/ai-cloudflare';
const kvStore = new CloudflareKVStore({
kv: env.Auth0AINamespace, // The KV namespace to use
});
We appreciate feedback and contribution to this repo! Before you get started, please see the following:
To provide feedback or report a bug, please raise an issue on our issue tracker.
Please do not report security vulnerabilities on the public GitHub issue tracker. The Responsible Disclosure Program details the procedure for disclosing security issues.
Auth0 is an easy to implement, adaptable authentication and authorization platform. To learn more checkout Why Auth0?
This project is licensed under the Apache 2.0 license. See the LICENSE file for more info.
FAQs
Auth0 AI tools for the Agents SDK
The npm package @auth0/ai-cloudflare receives a total of 17 weekly downloads. As such, @auth0/ai-cloudflare popularity was classified as not popular.
We found that @auth0/ai-cloudflare demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 13 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Product
Explore exportable charts for vulnerabilities, dependencies, and usage with Reports, Socket’s new extensible reporting framework.

Product
Socket for Jira lets teams turn alerts into Jira tickets with manual creation, automated ticketing rules, and two-way sync.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.