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
2 changes: 1 addition & 1 deletion 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://manage.emt-a4aa-stage.auth0c.com/login?onboard_app=auth_for_aa" icon={<img src="https://mintlify-assets.b-cdn.net/auth0/bannerimage.png" alt="Developer Preview Program" />} title="Developer Preview Program">

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.

Expand Down
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://okqa.auth0.com/signup?onboard_app=auth_for_aa&ocid=7014z000001NyoxAAC-aPA4z0000008OZeGAM"
}
],
"primary": {
"type": "button",
"label": "Log in",
"href": "https://manage.auth0.com/login?onboard_app=genai"
"href": "https://manage.emt-a4aa-stage.auth0c.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 @@ Auth for GenAI provides a robust identity and access management platform designe
Auth for GenAI 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://manage.emt-a4aa-stage.auth0c.com/login?onboard_app=auth_for_aa" icon={<img src="https://mintlify-assets.b-cdn.net/auth0/bannerimage.png" alt="Developer Preview Program" />} title="Developer Preview Program">

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.

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://manage.emt-a4aa-stage.auth0c.com/login?onboard_app=auth_for_aa&ocid=7014z000001NyoxAAC-aPA4z0000008OZeGAM"
target="_blank"
>
Auth0 account.
Expand All @@ -21,7 +21,7 @@ export const AccountAndAppSteps = ({
steps.push(
<Step title="Create an Auth0 Application">
Go to your{" "}
<a href="https://manage.auth0.com/dashboard" target="_blank">
<a href="https://manage.emt-a4aa-stage.auth0c.com" target="_blank">
Auth0 Dashboard
</a>{" "}
to create a new Auth0 Application.
Expand Down