Skip to content

Commit 800f415

Browse files
authored
Update signup links and remove developer preview banners (#132)
- Update signup links to use new auth_for_aa tracking parameters - Remove Developer Preview sections from intro and components pages Changes: - auth4genai/components.mdx: Remove Developer Preview banner - auth4genai/docs.json: Update signup tracking parameters - auth4genai/intro/overview.mdx: Remove Developer Preview section - auth4genai/snippets/get-started/prerequisites/account-app-steps.jsx: Update signup link
1 parent 497f3ef commit 800f415

File tree

4 files changed

+3
-27
lines changed

4 files changed

+3
-27
lines changed

auth4genai/components.mdx

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -60,16 +60,6 @@ print(baz)
6060
</Tab>
6161
</Tabs>
6262

63-
## Developer Preview Banner
64-
65-
<Columns cols={1}>
66-
<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">
67-
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-
70-
</Card>
71-
</Columns>
72-
7363
## Card
7464

7565
<Card title="I am a Heading">

auth4genai/docs.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -319,13 +319,13 @@
319319
"links": [
320320
{
321321
"label": "Start building",
322-
"href": "https://auth0.com/signup?onboard_app=genai&ocid=7014z000001NyoxAAC-aPA4z0000008OZeGAM"
322+
"href": "https://auth0.com/signup?onboard_app=auth_for_aa&ocid=701KZ000000cXXxYAM-aPA4z0000008OZeGAM"
323323
}
324324
],
325325
"primary": {
326326
"type": "button",
327327
"label": "Log in",
328-
"href": "https://manage.auth0.com/login?onboard_app=genai"
328+
"href": "https://manage.auth0.com/login?onboard_app=auth_for_aa"
329329
}
330330
},
331331
"footer": {

auth4genai/intro/overview.mdx

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -152,17 +152,3 @@ Explore samples and SDKs for the different frameworks supported by Auth0 for AI
152152
title="Genkit"
153153
/>
154154
</Columns>
155-
156-
## Developer Preview
157-
158-
Auth0 for AI Agents provides a robust identity and access management platform designed on top of industry standards to secure every layer of your AI agent stack. We offer solutions for common challenges, such as insecurely hardcoded API keys, lack of user consent in agent-led workflows, and weak authorization in RAG pipelines.
159-
Auth0 for AI Agents works out of the box with popular AI frameworks like LangChain, LlamaIndex, Genkit, and the Vercel AI SDK, enabling developers to build and deploy secure AI-powered applications that users can trust.
160-
161-
<Columns cols={1}>
162-
<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">
163-
164-
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.
165-
166-
</Card>
167-
168-
</Columns>

auth4genai/snippets/get-started/prerequisites/account-app-steps.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export const AccountAndAppSteps = ({
1212
<Step title="Create an Auth0 Account">
1313
To continue with this quickstart, you need to have an{" "}
1414
<a
15-
href="https://auth0.com/signup?onboard_app=genai&ocid=7014z000001NyoxAAC-aPA4z0000008OZeGAM"
15+
href="https://auth0.com/signup?onboard_app=auth_for_aa&ocid=701KZ000000cXXxYAM-aPA4z0000008OZeGAM"
1616
target="_blank"
1717
>
1818
Auth0 account.

0 commit comments

Comments
 (0)