You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
69
69
70
70
</Card>
71
71
</Columns>
@@ -74,7 +74,7 @@ Auth0 for AI Agents is currently available in Developer Preview. Join today to s
74
74
75
75
<Cardtitle="I am a Heading">
76
76
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.
78
78
79
79
{""}
80
80
<ahref="/intro">Link to same tab</a>
@@ -86,49 +86,49 @@ Auth0 for AI Agents is currently available in early access. Join today to start
86
86
87
87
<Cardtitle="I am a Card with a Checked Checkbox"icon="circle-check"horizontal>
88
88
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.
90
90
91
91
</Card>
92
92
93
93
<Cardtitle="I am a Card with an Unchecked Checkbox"icon="circle"horizontal>
94
94
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.
96
96
97
97
</Card>
98
98
99
99
<Cardtitle="I am a Card with an icon"icon="js"horizontaliconType="solid">
100
100
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.
102
102
103
103
</Card>
104
104
105
105
<Cardtitle="I am a Card with an icon with no border"icon="js"horizontaliconType="solid">
106
106
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.
108
108
109
109
</Card>
110
110
111
111
<Cardtitle="I am a Card with a CTA"icon="python"horizontaliconType="solid"href="https://auth0.com/bar">
112
112
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.
114
114
115
115
</Card>
116
116
117
117
<Cardtitle="I am a Card with a disabled CTA"icon="python"horizontaliconType="solid">
118
118
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.
120
120
121
121
</Card>
122
122
123
123
<Cardtitle="I am a Card with a loading CTA state"icon="python"horizontaliconType="solid">
124
124
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.
126
126
127
127
</Card>
128
128
129
129
<Cardtitle="I am a Card with tags"icon="js"horizontaliconType="solid">
130
130
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.
Copy file name to clipboardExpand all lines: auth4genai/snippets/get-started/langchain-fastapi-py/async-auth.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ The project is divided into two parts:
24
24
25
25
In the `backend` directory of your project, install the following dependencies:
26
26
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.
28
28
-`langgraph`: [LangGraph](https://pypi.org/project/langgraph/) for building stateful, multi-factor applications with LLMs.
29
29
-`langchain-openai`: LangChain integrations for OpenAI.
30
30
-`langgraph-cli`: LangGraph CLI for running a local LangGraph server.
Copy file name to clipboardExpand all lines: auth4genai/snippets/get-started/langchain-fastapi-py/auth-for-rag.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ The project is divided into two parts:
24
24
25
25
In the `backend` directory of your project, install the following dependencies:
26
26
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.
28
28
-`langgraph`: [LangGraph](https://pypi.org/project/langgraph/) for building stateful, multi-actor applications with LLMs.
29
29
-`langchain-openai`: [OpenAI](https://python.langchain.com/docs/integrations/chat/openai) provider for LangChain.
30
30
-`langgraph-cli`: LangGraph CLI for running a local LangGraph server.
Copy file name to clipboardExpand all lines: auth4genai/snippets/get-started/langchain-fastapi-py/call-others-api.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -123,7 +123,7 @@ That's it! You successfully called a third-party API using Token Vault.
123
123
### Install packages
124
124
In the `backend` directory of your project, install the following dependencies:
125
125
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.
127
127
-`langgraph`: [LangGraph](https://pypi.org/project/langgraph/) for building stateful, multi-actor applications with LLMs.
128
128
-`langchain-openai`: LangChain integrations for OpenAI.
129
129
-`langgraph-cli`: LangGraph CLI for running a local LangGraph server.
Copy file name to clipboardExpand all lines: auth4genai/snippets/get-started/langchain-next-js/async-auth.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ cd auth0-ai-samples/authenticate-users/langchain-next-js
16
16
17
17
In the root directory of your project, install the following dependencies:
18
18
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.
20
20
-`@langchain/langgraph`: For building stateful, multi-actor applications with LLMs.
Copy file name to clipboardExpand all lines: auth4genai/snippets/get-started/langchain-next-js/auth-for-rag.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ cd auth0-ai-samples/authenticate-users/langchain-next-js
16
16
17
17
In the root directory of your project, install the following dependencies:
18
18
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.
20
20
-`@langchain/langgraph`: For building stateful, multi-actor applications with LLMs.
Copy file name to clipboardExpand all lines: auth4genai/snippets/get-started/langchain-next-js/call-others-api.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -76,7 +76,7 @@ That's it! You successfully called a third-party API using Token Vault.
76
76
77
77
In the root directory of your project, install the following packages:
78
78
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.
80
80
-`@langchain/langgraph`: For building stateful, multi-actor applications with LLMs.
Copy file name to clipboardExpand all lines: auth4genai/snippets/get-started/vercel-ai-next-js/async-auth.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ cd auth0-ai-samples/authenticate-users/vercel-ai-next-js
16
16
17
17
In the root directory of your project, install the following dependencies:
18
18
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.
20
20
-`ai`: Core [Vercel AI SDK](https://sdk.vercel.ai/docs) module that interacts with various AI model providers.
21
21
-`@ai-sdk/openai`: [OpenAI](https://sdk.vercel.ai/providers/ai-sdk-providers/openai) provider for the Vercel AI SDK.
22
22
-`@ai-sdk/react`: [React](https://react.dev/) UI components for the Vercel AI SDK.
Copy file name to clipboardExpand all lines: auth4genai/snippets/get-started/vercel-ai-next-js/auth-for-rag.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ cd auth0-ai-samples/authenticate-users/vercel-ai-next-js
16
16
17
17
In the root directory of your project, install the following dependencies:
18
18
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.
20
20
-`ai`: Core [Vercel AI SDK](https://sdk.vercel.ai/docs) module that interacts with various AI model providers.
21
21
-`@ai-sdk/openai`: [OpenAI](https://sdk.vercel.ai/providers/ai-sdk-providers/openai) provider for the Vercel AI SDK.
22
22
-`@ai-sdk/react`: [React](https://react.dev/) UI components for the Vercel AI SDK.
Copy file name to clipboardExpand all lines: auth4genai/snippets/get-started/vercel-ai-next-js/call-others-api.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,7 +69,7 @@ That's it! You successfully called a third-party API using Token Vault.
69
69
70
70
In the root directory of your project, install the following packages:
71
71
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.
73
73
-`ai`: Core [Vercel AI SDK](https://sdk.vercel.ai/docs) module that interacts with various AI model providers.
74
74
-`@ai-sdk/openai`: [OpenAI](https://sdk.vercel.ai/providers/ai-sdk-providers/openai) provider for the Vercel AI SDK.
75
75
-`@ai-sdk/react`: [React](https://react.dev/) UI components for the Vercel AI SDK.
0 commit comments