Auth0 Guide.
An AI-powered chatbot that answers your questions about Auth0 in natural language—grounding every response in Auth0’s own Documentation, Blog, and Community, with links back to the source. For Enterprise tenants, it reads Security Center to help monitor, troubleshoot, and harden security.
Guide processes your message to determine intent—a product question, or a tenant-security one.
It searches Auth0 sources—Docs, Blog, Community, and (for Enterprise) Security Center data—for relevant material.
It generates a summarized response grounded in what it found, with links back to every referenced source.
You ask follow-ups, validate against the provided links, and rate responses to close the feedback loop.
A streaming path from question to grounded answer.
A React frontend orchestrates the message flow with RxJS—streaming, retries, and resilient failure handling.
A gateway brokers the conversation and fans requests to backend services.
Auth0’s first bidirectional gRPC layer, defined in Protobufs and secured with mutual TLS between gateway and services.
A Python service where LangGraph orchestrates the agent framework and the RAG-backed LLM.
The result is a RAG-backed chat that makes Auth0’s advanced capabilities discoverable rather than merely present—and, for Enterprise tenants, turns a security alert into a concrete set of next steps instead of a dead end.
- What is Universal Login?
- How do I enable integrations?
- How do I set up passkeys?
- What triggered my bot protection alert threshold? (Enterprise)
- What connections do I have enabled?
- How many users logged in last month?
- Vim or Emacs?
- Anything with personal or sensitive data
// Grounded in Auth0-authored content with source links on every response—messages aren’t used for LLM training or shared with third parties, and Guide doesn’t touch account or tenant data beyond Security Center metrics you’ve opted into.