Skip to content

Commit 7968674

Browse files
committed
Updating product name to Auth0 for AI Agents
1 parent 8963f7d commit 7968674

File tree

12 files changed

+21
-21
lines changed

12 files changed

+21
-21
lines changed

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-
Auth0 for AI Agents 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 @@ Auth0 for AI Agents is currently available in Developer Preview. Join today to s
7474

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

77-
Auth0 for AI Agents 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 @@ Auth0 for AI Agents is currently available in early access. Join today to start
8686

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

89-
Auth0 for AI Agents 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-
Auth0 for AI Agents 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-
Auth0 for AI Agents 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-
Auth0 for AI Agents 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-
Auth0 for AI Agents 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-
Auth0 for AI Agents 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-
Auth0 for AI Agents 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-
Auth0 for AI Agents 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/snippets/get-started/langchain-fastapi-py/async-auth.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The project is divided into two parts:
2424

2525
In the `backend` directory of your project, install the following dependencies:
2626

27-
- `auth0-ai-langchain`: [Auth0 AI SDK for LangChain](https://github.com/auth0-lab/auth0-ai-python/tree/main/packages/auth0-ai-langchain) built for GenAI applications powered by LangChain.
27+
- `auth0-ai-langchain`: [Auth0 AI SDK for LangChain](https://github.com/auth0-lab/auth0-ai-python/tree/main/packages/auth0-ai-langchain) built for AI agents powered by LangChain.
2828
- `langgraph`: [LangGraph](https://pypi.org/project/langgraph/) for building stateful, multi-factor applications with LLMs.
2929
- `langchain-openai`: LangChain integrations for OpenAI.
3030
- `langgraph-cli`: LangGraph CLI for running a local LangGraph server.

auth4genai/snippets/get-started/langchain-fastapi-py/auth-for-rag.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The project is divided into two parts:
2424

2525
In the `backend` directory of your project, install the following dependencies:
2626

27-
- `auth0-ai-langchain`: [Auth0 AI SDK for LangChain](https://github.com/auth0-lab/auth0-ai-python/tree/main/packages/auth0-ai-langchain) built for GenAI applications powered by LangChain.
27+
- `auth0-ai-langchain`: [Auth0 AI SDK for LangChain](https://github.com/auth0-lab/auth0-ai-python/tree/main/packages/auth0-ai-langchain) built for AI agents powered by LangChain.
2828
- `langgraph`: [LangGraph](https://pypi.org/project/langgraph/) for building stateful, multi-actor applications with LLMs.
2929
- `langchain-openai`: [OpenAI](https://python.langchain.com/docs/integrations/chat/openai) provider for LangChain.
3030
- `langgraph-cli`: LangGraph CLI for running a local LangGraph server.

auth4genai/snippets/get-started/langchain-fastapi-py/call-others-api.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ That's it! You successfully called a third-party API using Token Vault.
123123
### Install packages
124124
In the `backend` directory of your project, install the following dependencies:
125125

126-
- `auth0-ai-langchain`: [Auth0 AI SDK for LangChain](https://github.com/auth0-lab/auth0-ai-python/tree/main/packages/auth0-ai-langchain) built for GenAI applications powered by LangChain.
126+
- `auth0-ai-langchain`: [Auth0 AI SDK for LangChain](https://github.com/auth0-lab/auth0-ai-python/tree/main/packages/auth0-ai-langchain) built for AI agents powered by LangChain.
127127
- `langgraph`: [LangGraph](https://pypi.org/project/langgraph/) for building stateful, multi-actor applications with LLMs.
128128
- `langchain-openai`: LangChain integrations for OpenAI.
129129
- `langgraph-cli`: LangGraph CLI for running a local LangGraph server.

auth4genai/snippets/get-started/langchain-next-js/async-auth.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ cd auth0-ai-samples/authenticate-users/langchain-next-js
1616

1717
In the root directory of your project, install the following dependencies:
1818

19-
- `@auth0/ai-langchain`: [Auth0 AI SDK for LangChain](https://github.com/auth0-lab/auth0-ai-js/tree/main/packages/ai-langchain) built for GenAI applications powered by LangChain.
19+
- `@auth0/ai-langchain`: [Auth0 AI SDK for LangChain](https://github.com/auth0-lab/auth0-ai-js/tree/main/packages/ai-langchain) built for AI agents powered by LangChain.
2020
- `@langchain/langgraph`: For building stateful, multi-actor applications with LLMs.
2121
- `langchain`: The LangChain library.
2222
- `@langchain/core`: LangChain core libraries.

auth4genai/snippets/get-started/langchain-next-js/auth-for-rag.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ cd auth0-ai-samples/authenticate-users/langchain-next-js
1616

1717
In the root directory of your project, install the following dependencies:
1818

19-
- `@auth0/ai-langchain`: [Auth0 AI SDK for LangChain](https://github.com/auth0-lab/auth0-ai-js/tree/main/packages/ai-langchain) built for GenAI applications powered by LangChain.
19+
- `@auth0/ai-langchain`: [Auth0 AI SDK for LangChain](https://github.com/auth0-lab/auth0-ai-js/tree/main/packages/ai-langchain) built for AI agents powered by LangChain.
2020
- `@langchain/langgraph`: For building stateful, multi-actor applications with LLMs.
2121
- `langchain`: The LangChain library.
2222
- `@langchain/core`: Core LangChain dependencies.

auth4genai/snippets/get-started/langchain-next-js/call-others-api.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ That's it! You successfully called a third-party API using Token Vault.
7676

7777
In the root directory of your project, install the following packages:
7878

79-
- `@auth0/ai-langchain`: [Auth0 AI SDK for LangChain](https://github.com/auth0-lab/auth0-ai-js/tree/main/packages/ai-langchain) built for GenAI applications powered by LangChain.
79+
- `@auth0/ai-langchain`: [Auth0 AI SDK for LangChain](https://github.com/auth0-lab/auth0-ai-js/tree/main/packages/ai-langchain) built for AI agents powered by LangChain.
8080
- `@langchain/langgraph`: For building stateful, multi-actor applications with LLMs.
8181
- `langchain`: The LangChain library.
8282
- `@langchain/core`: LangChain core libraries.

auth4genai/snippets/get-started/vercel-ai-next-js/async-auth.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ cd auth0-ai-samples/authenticate-users/vercel-ai-next-js
1616

1717
In the root directory of your project, install the following dependencies:
1818

19-
- `@auth0/ai-vercel`: [Auth0 AI SDK for Vercel AI](https://github.com/auth0-lab/auth0-ai-js/tree/main/packages/ai-vercel) built for GenAI applications powered by the Vercel AI SDK.
19+
- `@auth0/ai-vercel`: [Auth0 AI SDK for Vercel AI](https://github.com/auth0-lab/auth0-ai-js/tree/main/packages/ai-vercel) built for AI agents powered by the Vercel AI SDK.
2020
- `ai`: Core [Vercel AI SDK](https://sdk.vercel.ai/docs) module that interacts with various AI model providers.
2121
- `@ai-sdk/openai`: [OpenAI](https://sdk.vercel.ai/providers/ai-sdk-providers/openai) provider for the Vercel AI SDK.
2222
- `@ai-sdk/react`: [React](https://react.dev/) UI components for the Vercel AI SDK.

auth4genai/snippets/get-started/vercel-ai-next-js/auth-for-rag.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ cd auth0-ai-samples/authenticate-users/vercel-ai-next-js
1616

1717
In the root directory of your project, install the following dependencies:
1818

19-
- `@auth0/ai-vercel`: [Auth0 AI SDK for Vercel AI](https://github.com/auth0-lab/auth0-ai-js/tree/main/packages/ai-vercel) built for GenAI applications powered by the Vercel AI SDK.
19+
- `@auth0/ai-vercel`: [Auth0 AI SDK for Vercel AI](https://github.com/auth0-lab/auth0-ai-js/tree/main/packages/ai-vercel) built for AI agents powered by the Vercel AI SDK.
2020
- `ai`: Core [Vercel AI SDK](https://sdk.vercel.ai/docs) module that interacts with various AI model providers.
2121
- `@ai-sdk/openai`: [OpenAI](https://sdk.vercel.ai/providers/ai-sdk-providers/openai) provider for the Vercel AI SDK.
2222
- `@ai-sdk/react`: [React](https://react.dev/) UI components for the Vercel AI SDK.

auth4genai/snippets/get-started/vercel-ai-next-js/call-others-api.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ That's it! You successfully called a third-party API using Token Vault.
6969

7070
In the root directory of your project, install the following packages:
7171

72-
- `@auth0/ai-vercel`: [Auth0 AI SDK for Vercel AI](https://github.com/auth0-lab/auth0-ai-js/tree/main/packages/ai-vercel) built for GenAI applications powered by the Vercel AI SDK.
72+
- `@auth0/ai-vercel`: [Auth0 AI SDK for Vercel AI](https://github.com/auth0-lab/auth0-ai-js/tree/main/packages/ai-vercel) built for AI agents powered by the Vercel AI SDK.
7373
- `ai`: Core [Vercel AI SDK](https://sdk.vercel.ai/docs) module that interacts with various AI model providers.
7474
- `@ai-sdk/openai`: [OpenAI](https://sdk.vercel.ai/providers/ai-sdk-providers/openai) provider for the Vercel AI SDK.
7575
- `@ai-sdk/react`: [React](https://react.dev/) UI components for the Vercel AI SDK.

0 commit comments

Comments
 (0)