Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions auth4genai/components.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ print(baz)
## Developer Preview Banner

<Columns cols={1}>
<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">
<Card href="https://auth0.com/signup?onboard_app=auth_for_aa&ocid=701KZ000000cXXxYAM-aPA4z0000008OZeGAM" icon={<img src="https://mintlify-assets.b-cdn.net/auth0/bannerimage.png" alt="Developer Preview Program" />} title="Developer Preview Program">

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.

Expand Down Expand Up @@ -200,4 +200,4 @@ Auth0 for AI Agents is currently available in Developer Preview. Join today to s
```
</Card>

</Columns>
</Columns>
4 changes: 2 additions & 2 deletions auth4genai/docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -277,13 +277,13 @@
"links": [
{
"label": "Start building",
"href": "https://auth0.com/signup?onboard_app=genai&ocid=7014z000001NyoxAAC-aPA4z0000008OZeGAM"
"href": "https://auth0.com/signup?onboard_app=auth_for_aa&ocid=701KZ000000cXXxYAM-aPA4z0000008OZeGAM"
}
],
"primary": {
"type": "button",
"label": "Log in",
"href": "https://manage.auth0.com/login?onboard_app=genai"
"href": "https://manage.auth0.com/login?onboard_app=auth_for_aa"
}
},
"footer": {
Expand Down
2 changes: 1 addition & 1 deletion auth4genai/intro/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ Auth0 for AI Agents provides a robust identity and access management platform de
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.

<Columns cols={1}>
<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">
<Card href="https://auth0.com/signup?onboard_app=auth_for_aa&ocid=701KZ000000cXXxYAM-aPA4z0000008OZeGAM" icon={<img src="https://mintlify-assets.b-cdn.net/auth0/bannerimage.png" alt="Developer Preview Program" />} title="Developer Preview Program">

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.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export const AccountAndAppSteps = ({
<Step title="Create an Auth0 Account">
To continue with this quickstart, you need to have an{" "}
<a
href="https://auth0.com/signup?onboard_app=genai&ocid=7014z000001NyoxAAC-aPA4z0000008OZeGAM"
href="https://auth0.com/signup?onboard_app=auth_for_aa&ocid=701KZ000000cXXxYAM-aPA4z0000008OZeGAM"
target="_blank"
>
Auth0 account.
Expand Down
4 changes: 2 additions & 2 deletions main/docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -7248,7 +7248,7 @@
"primary": {
"type": "button",
"label": "Sign Up",
"href": "https://auth0.com/signup"
"href": "https://auth0.com/signup?onboard_app=auth_for_aa&ocid=701KZ000000cXXxYAM-aPA4z0000008OZeGAM"
}
},
"logo": {
Expand Down Expand Up @@ -7296,4 +7296,4 @@
"destination": "/quickstart/spa/flutter"
}
]
}
}
2 changes: 1 addition & 1 deletion main/snippets/recipe.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ export const SignUpForm = () => {
}}
>
Sign up for an{" "}
<a href="https://auth0.com/signup" target="_blank" rel="noopener noreferrer">
<a href="https://auth0.com/signup?onboard_app=auth_for_aa&ocid=701KZ000000cXXxYAM-aPA4z0000008OZeGAM" target="_blank" rel="noopener noreferrer">
Auth0 account
</a>{" "}
or{" "}
Expand Down