Skip to content

Commit 5036bdc

Browse files
Merge pull request #96 from auth0/Auth0-for-AI-Agents-Name
Updating product name to Auth0 for AI Agents
2 parents dd88e2f + 7968674 commit 5036bdc

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+170
-179
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ We use [Mintlify](https://mintlify.com/) for our documentation needs.
77
## Directories
88

99
- `main`: Main Documentation for Auth0: https://auth0.com/docs
10-
- `auth4genai`: Documentation for Auth for GenAI features in Auth0: https://auth0.com/ai/docs
10+
- `auth4genai`: Documentation for Auth0 for AI Agents features in Auth0: https://auth0.com/ai/docs

auth4genai/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Documentation for Auth for GenAI
1+
# Documentation for Auth0 for AI Agents
22

3-
This directory contains the documentation for GenAI features in Auth0, which can be found at https://auth0.com/ai/docs.
3+
This directory contains the documentation for the Auth0 for AI Agents features in Auth0, which can be found at https://auth0.com/ai/docs.
44

55
## Mintlify Starter Kit
66

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
title: Use AI Tools
3-
description: Use AI tools to integrate Auth for GenAI into your application.
3+
description: Use AI tools to integrate Auth0 for AI Agents into your application.
44
---
55
## Introduction
6-
Building with AI tools that have information and context about Auth for GenAI enables you to accelerate your development workflows. By providing these tools with the right information, you can get instant, context-aware answers and even delegate tasks to AI agents.
6+
Building with AI tools that have information and context about Auth0 for AI Agents enables you to accelerate your development workflows. By providing these tools with the right information, you can get instant, context-aware answers and even delegate tasks to AI agents.
77

88
This allows you to:
99

10-
- Ask questions in natural language to get up-to-date answers on how to set up and integrate with Auth for GenAI.
10+
- Ask questions in natural language to get up-to-date answers on how to set up and integrate with Auth0 for AI Agents.
1111
- Generate accurate code snippets and get direct links to relevant documentation to help you implement changes faster.
1212
- Have AI agents read documentation to understand complex requirements and apply them to your codebase.
1313

@@ -19,35 +19,35 @@ You can provide your AI with targeted information from raw text files (`llms.txt
1919
- If you need the complete content, you can use the **llms-full.txt** file at `https://auth0.com/ai/docs/llms-full.txt`, which contains the full content of our documentation in a single file.
2020
- Additionally, you can get a **markdown** version of any individual page. Click **Copy page** at the top of the page or append `.md` to any page URL.
2121

22-
We recommend using the Auth for GenAI MCP Server over context files to ensure your AI tools always have access to the most up-to-date information.
22+
We recommend using the Auth0 for AI Agents MCP Server over context files to ensure your AI tools always have access to the most up-to-date information.
2323

2424
### MCP servers
2525
A more powerful method is connecting your tool to an MCP server. These servers act like a specialized API for your AI, allowing them to search for and read documents or perform actions on your behalf.
2626

2727
### Auth0 MCP Server
2828
The Auth0 MCP Server allows authenticated AI agents to perform actions in your Auth0 tenant, such as creating applications, configuring connections, and more. To learn how to connect your AI tool to the Auth0 MCP Server, read the [Auth0 MCP Server documentation.](https://auth0.com/docs/get-started/auth0-mcp-server)
2929

30-
### Auth for GenAI MCP Server
31-
The Auth for GenAI MCP Server provides read-only access to our complete documentation. Use this server to ask questions and get context-aware answers about integrating with Auth for GenAI. This MCP server helps your AI tools implement the Auth for GenAI functionality.
30+
### Auth0 for AI Agents MCP Server
31+
The Auth0 for AI Agents MCP Server provides read-only access to our complete documentation. Use this server to ask questions and get context-aware answers about integrating with Auth0 for AI Agents. This MCP server helps your AI tools implement the Auth0 for AI Agents functionality.
3232

33-
The Auth for GenAI MCP Server has the following endpoint metadata:
33+
The Auth0 for AI Agents MCP Server has the following endpoint metadata:
3434

35-
- **Server Name:** Auth for GenAI
35+
- **Server Name:** Auth0 for AI Agents
3636
- **Server URL:** `https://auth0.com/ai/docs/mcp`
3737
- **Transport Type:** HTTP
3838

39-
You can also connect your AI tool to the Auth for GenAI MCP Server by following one of our guides.
39+
You can also connect your AI tool to the Auth0 for AI Agents MCP Server by following one of our guides.
4040

4141
<Tabs>
4242
<Tab title="VS Code">
43-
<Tip>To automatically connect VS Code to the Auth for GenAI MCP Server, click the down arrow icon next to **Copy page** and select **Connect to VS Code**.</Tip>
43+
<Tip>To automatically connect VS Code to the Auth0 for AI Agents MCP Server, click the down arrow icon next to **Copy page** and select **Connect to VS Code**.</Tip>
4444

4545
Or create a `.vscode/mcp.json` file and add:
4646

4747
```json
4848
{
4949
"servers": {
50-
"Auth for GenAI": {
50+
"Auth0 for AI Agents": {
5151
"type": "http",
5252
"url": "https://auth0.com/ai/docs/mcp"
5353
}
@@ -59,7 +59,7 @@ To learn more, read the [VS Code documentation](https://code.visualstudio.com/do
5959
</Tab>
6060

6161
<Tab title="Cursor">
62-
<Tip>To automatically connect Cursor to the Auth for GenAI MCP Server, click the down arrow icon next to **Copy page** and select **Connect to Cursor**.</Tip>
62+
<Tip>To automatically connect Cursor to the Auth0 for AI Agents MCP Server, click the down arrow icon next to **Copy page** and select **Connect to Cursor**.</Tip>
6363

6464
Or follow these steps to connect the MCP server:
6565

@@ -69,21 +69,21 @@ Or follow these steps to connect the MCP server:
6969
2. Search for "Open MCP settings".
7070
3. Select **Add custom MCP**. This will open the `mcp.json` file.
7171
</Step>
72-
<Step title="Configure the Auth for GenAI MCP Server">
72+
<Step title="Configure the Auth0 for AI Agents MCP Server">
7373
In `mcp.json`, add:
7474

7575
```json
7676
{
7777
"mcpServers": {
78-
"Auth for GenAI": {
78+
"Auth0 for AI Agents": {
7979
"url": "https://auth0.com/ai/docs/mcp"
8080
}
8181
}
8282
}
8383
```
8484
</Step>
8585
<Step title="Test the connection">
86-
In Cursor's chat, ask "What tools do you have available?" Cursor should show the Auth for GenAI MCP Server as an available tool.
86+
In Cursor's chat, ask "What tools do you have available?" Cursor should show the Auth0 for AI Agents MCP Server as an available tool.
8787
</Step>
8888
</Steps>
8989

@@ -94,7 +94,7 @@ To learn more, read [Installing MCP servers](https://docs.cursor.com/en/context/
9494
Connect to Claude Code using the following command:
9595

9696
```bash
97-
claude mcp add --transport http "Auth for GenAI" https://auth0.com/ai/docs/mcp
97+
claude mcp add --transport http "Auth0 for AI Agents" https://auth0.com/ai/docs/mcp
9898
```
9999

100100
Test the connection by running:
@@ -107,34 +107,34 @@ To learn more, read [Installing MCP servers](https://docs.anthropic.com/en/docs/
107107
</Tab>
108108

109109
<Tab title="Claude">
110-
To use the Auth for GenAI MCP Server with Claude:
110+
To use the Auth0 for AI Agents MCP Server with Claude:
111111
<Steps>
112-
<Step title="Add the Auth for GenAI MCP Server to Claude">
112+
<Step title="Add the Auth0 for AI Agents MCP Server to Claude">
113113
1. Navigate to the [Connectors](https://claude.ai/settings/connectors) page in the Claude settings.
114114
2. Select **Add custom connector**.
115-
3. Add the Auth for GenAI MCP Server:
116-
- Name: `Auth for GenAI`
115+
3. Add the Auth0 for AI Agents MCP Server:
116+
- Name: `Auth0 for AI Agents`
117117
- URL: `https://auth0.com/ai/docs/mcp`
118118
4. Select **Add**.
119119
</Step>
120120
<Step title="Access the MCP server in your chat">
121121
1. Use the attachments button (**+**) to add files to your Claude prompt.
122-
2. Select the Auth for GenAI MCP Server.
123-
3. Ask Claude a question about Auth for GenAI.
122+
2. Select the Auth0 for AI Agents MCP Server.
123+
3. Ask Claude a question about Auth0 for AI Agents.
124124
</Step>
125125
</Steps>
126126
To learn more, read the [Model Context Protocol documentation](https://modelcontextprotocol.io/docs/tutorials/use-remote-mcp-server#connecting-to-a-remote-mcp-server).
127127
</Tab>
128128
</Tabs>
129129

130-
## How to use the Auth for GenAI Docs MCP server
131-
After adding the MCP server to your AI tool, you can ask it questions about how to set up, configure, or integrate with Auth for GenAI. AI coding agents will be able to automatically retrieve the matching documentation for steps, references, and examples when applying code changes.
130+
## How to use the Auth0 for AI Agents Docs MCP server
131+
After adding the MCP server to your AI tool, you can ask it questions about how to set up, configure, or integrate with Auth0 for AI Agents. AI coding agents will be able to automatically retrieve the matching documentation for steps, references, and examples when applying code changes.
132132

133133
### Sample prompts
134134
Use these sample prompts to get a quick response, start building a new app, or integrate functionality into your existing app:
135135

136-
- Use the Auth for GenAI MCP server to tell me about accessing 3rd party APIs using a user's credentials.
137-
- Add a tool call to my AI agent that will access the user's Google calendar and answer questions about their schedule and meetings. Use the Auth for GenAI MCP Server to find and follow the instructions on using Auth0 to securely call the Google API using the user's credentials.
138-
- Build me a Next.js AI chatbot app that uses Langgraph to make tool calls to Google Calendar. Use Auth0 for user login and to secure the tool calls to the user's calendar. Use the Auth for GenAI MCP Server for instructions.
136+
- Use the Auth0 for AI Agents MCP server to tell me about accessing 3rd party APIs using a user's credentials.
137+
- Add a tool call to my AI agent that will access the user's Google calendar and answer questions about their schedule and meetings. Use the Auth0 for AI Agents MCP Server to find and follow the instructions on using Auth0 to securely call the Google API using the user's credentials.
138+
- Build me a Next.js AI chatbot app that uses Langgraph to make tool calls to Google Calendar. Use Auth0 for user login and to secure the tool calls to the user's calendar. Use the Auth0 for AI Agents MCP Server for instructions.
139139

140140
<Note>Even with access to the most up-to-date documentation, AI tools can make mistakes. Always review AI-generated code for accuracy.</Note>

auth4genai/components.mdx

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ print(baz)
6565
<Columns cols={1}>
6666
<Card href="https://auth0.com/signup?onboard_app=genai" icon={<img src="https://mintlify-assets.b-cdn.net/auth0/bannerimage.png" alt="Developer Preview Program" />} title="Developer Preview Program">
6767

68-
Auth for GenAI is currently available in Developer Preview. Join today to start building secure GenAI applications and provide feedback to shape the platform's future.
68+
Auth0 for AI Agents is currently available in Developer Preview. Join today to start building secure AI agents and provide feedback to shape the platform's future.
6969

7070
</Card>
7171
</Columns>
@@ -74,7 +74,7 @@ Auth for GenAI is currently available in Developer Preview. Join today to start
7474

7575
<Card title="I am a Heading">
7676

77-
Auth for GenAI is currently available in early access. Join today to start building secure GenAI applications and provide feedback to shape the platform's future.
77+
Auth0 for AI Agents is currently available in early access. Join today to start building secure AI agents and provide feedback to shape the platform's future.
7878

7979
{" "}
8080
<a href="/intro">Link to same tab</a>
@@ -86,49 +86,49 @@ Auth for GenAI is currently available in early access. Join today to start build
8686

8787
<Card title="I am a Card with a Checked Checkbox" icon="circle-check" horizontal>
8888

89-
Auth for GenAI is currently available in Developer Preview. Join today to start building secure GenAI applications and provide feedback to shape the platform's future.
89+
Auth0 for AI Agents is currently available in Developer Preview. Join today to start building secure AI agents and provide feedback to shape the platform's future.
9090

9191
</Card>
9292

9393
<Card title="I am a Card with an Unchecked Checkbox" icon="circle" horizontal>
9494

95-
Auth for GenAI is currently available in Developer Preview. Join today to start building secure GenAI applications and provide feedback to shape the platform's future.
95+
Auth0 for AI Agents is currently available in Developer Preview. Join today to start building secure AI agents and provide feedback to shape the platform's future.
9696

9797
</Card>
9898

9999
<Card title="I am a Card with an icon" icon="js" horizontal iconType="solid">
100100

101-
Auth for GenAI is currently available in Developer Preview. Join today to start building secure GenAI applications and provide feedback to shape the platform's future.
101+
Auth0 for AI Agents is currently available in Developer Preview. Join today to start building secure AI agents and provide feedback to shape the platform's future.
102102

103103
</Card>
104104

105105
<Card title="I am a Card with an icon with no border" icon="js" horizontal iconType="solid">
106106

107-
Auth for GenAI is currently available in Developer Preview. Join today to start building secure GenAI applications and provide feedback to shape the platform's future.
107+
Auth0 for AI Agents is currently available in Developer Preview. Join today to start building secure AI agents and provide feedback to shape the platform's future.
108108

109109
</Card>
110110

111111
<Card title="I am a Card with a CTA" icon="python" horizontal iconType="solid" href="https://auth0.com/bar">
112112

113-
Auth for GenAI is currently available in Developer Preview. Join today to start building secure GenAI applications and provide feedback to shape the platform's future.
113+
Auth0 for AI Agents is currently available in Developer Preview. Join today to start building secure AI agents and provide feedback to shape the platform's future.
114114

115115
</Card>
116116

117117
<Card title="I am a Card with a disabled CTA" icon="python" horizontal iconType="solid">
118118

119-
Auth for GenAI is currently available in Developer Preview. Join today to start building secure GenAI applications and provide feedback to shape the platform's future.
119+
Auth0 for AI Agents is currently available in Developer Preview. Join today to start building secure AI agents and provide feedback to shape the platform's future.
120120

121121
</Card>
122122

123123
<Card title="I am a Card with a loading CTA state" icon="python" horizontal iconType="solid">
124124

125-
Auth for GenAI is currently available in Developer Preview. Join today to start building secure GenAI applications and provide feedback to shape the platform's future.
125+
Auth0 for AI Agents is currently available in Developer Preview. Join today to start building secure AI agents and provide feedback to shape the platform's future.
126126

127127
</Card>
128128

129129
<Card title="I am a Card with tags" icon="js" horizontal iconType="solid">
130130

131-
Auth for GenAI is currently available in Developer Preview. Join today to start building secure GenAI applications and provide feedback to shape the platform's future.
131+
Auth0 for AI Agents is currently available in Developer Preview. Join today to start building secure AI agents and provide feedback to shape the platform's future.
132132

133133
`next.js` `fastapi`
134134

auth4genai/docs.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"tab": "Docs",
4141
"groups": [
4242
{
43-
"group": "Auth for GenAI",
43+
"group": "Auth0 for AI Agents",
4444
"icon": "book-open",
4545
"pages": [
4646
"intro/overview",
@@ -166,7 +166,7 @@
166166
]
167167
},
168168
{
169-
"tab": "Auth for MCP",
169+
"tab": "Auth0 for MCP",
170170
"groups": [
171171
{
172172
"group": " ",

auth4genai/get-started/asynchronous-authorization.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Asynchronous Authorization
3-
description: Learn how Auth for GenAI enables AI agents to asynchronously authorize users.
3+
description: Learn how Auth0 for AI Agents enables AI agents to asynchronously authorize users.
44
mode: "wide"
55
---
66

@@ -9,7 +9,7 @@ import VercelNodeAsyncAuth from "/snippets/get-started/vercel-ai-node-js/async-a
99
import LangChainAsyncAuth from "/snippets/get-started/langchain-next-js/async-auth.mdx";
1010
import LangChainFastAPIAsyncAuth from "/snippets/get-started/langchain-fastapi-py/async-auth.mdx";
1111

12-
Auth for GenAI enables AI agents to asynchronously authorize users using the [Client-Initiated Backchannel Authentication Flow (CIBA)](https://auth0.com/docs/get-started/authentication-and-authorization-flow/client-initiated-backchannel-authentication-flow). AI agents can work in the background, only notifying the user when needed for critical actions.
12+
Auth0 for AI Agents enables AI agents to asynchronously authorize users using the [Client-Initiated Backchannel Authentication Flow (CIBA)](https://auth0.com/docs/get-started/authentication-and-authorization-flow/client-initiated-backchannel-authentication-flow). AI agents can work in the background, only notifying the user when needed for critical actions.
1313

1414
When you add secure [human-in-the-loop approvals](https://sdk.vercel.ai/cookbook/next/human-in-the-loop) to your AI agent workflows, you can use Auth0 to request the user's permission to complete an authorization request. The AI agent can render [rich authorization data](https://auth0.com/docs/get-started/authentication-and-authorization-flow/client-initiated-backchannel-authentication-flow/user-authorization-with-ciba) in the consent prompt so the user knows exactly what they're authorizing.
1515

auth4genai/get-started/authorization-for-rag.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Authorization for RAG
3-
description: "Learn how Auth for GenAI enables AI agents to implement fine-grained authorization for Retrieval Augmented Generation (RAG)."
3+
description: "Learn how Auth0 for AI Agents enables AI agents to implement fine-grained authorization for Retrieval Augmented Generation (RAG)."
44
mode: "wide"
55
---
66

@@ -10,7 +10,7 @@ import LangChainNodejsAuthForRag from "/snippets/get-started/langchain-node-js/a
1010
import LangChainFastapiAuthForRag from "/snippets/get-started/langchain-fastapi-py/auth-for-rag.mdx";
1111
import LangChainPythonAuthForRag from "/snippets/get-started/langchain-py/auth-for-rag.mdx";
1212

13-
Auth for GenAI leverages [Auth0 FGA](https://auth0.com/fine-grained-authorization) to provide fine-grained authorization control for AI agents. As a result, when AI agents use Retrieval Augmented Generation (RAG) to provide sophisticated, relevant responses to user queries, they only have access to authorized data.
13+
Auth0 for AI Agents leverages [Auth0 FGA](https://auth0.com/fine-grained-authorization) to provide fine-grained authorization control for AI agents. As a result, when AI agents use Retrieval Augmented Generation (RAG) to provide sophisticated, relevant responses to user queries, they only have access to authorized data.
1414

1515
By the end of this quickstart, you should have an AI application that can:
1616

auth4genai/get-started/call-others-apis-on-users-behalf.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: "Call Other's APIs on User's Behalf"
3-
description: Learn how Auth for GenAI enables AI agents to call other's APIs on the user's behalf.
2+
title: Call Others' APIs on Users' Behalf
3+
description: Learn how Auth0 for AI Agents enables AI agents to call other's APIs on the user's behalf.
44
mode: "wide"
55
---
66

auth4genai/get-started/call-your-apis-on-users-behalf.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Call Your APIs on User's Behalf
3-
description: Learn how Auth for GenAI enables AI agents to call first-party APIs on the user's behalf.
2+
title: Call Your APIs on Users' Behalf
3+
description: Learn how Auth0 for AI Agents enables AI agents to call first-party APIs on the user's behalf.
44
mode: "wide"
55
---
66

auth4genai/get-started/overview.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Get Started
3-
description: Start building with Auth for GenAI quickstarts.
3+
description: Start building with Auth0 for AI Agents quickstarts.
44
sidebarTitle: Quickstarts
55
mode: "wide"
66
---

0 commit comments

Comments
 (0)