Skip to content

Conversation

priley86
Copy link
Contributor

@priley86 priley86 commented Sep 30, 2025

Description

Adopts new AI SDK naming conventions for Async Auth and Token Vault features.

See internal documentation about this update:
https://oktawiki.atlassian.net/wiki/spaces/~5a46aca46be331292799e4a9/pages/3805906246/AI+SDKs+-+CIBA+and+Token+Vault+naming+review

relates to:

auth0-ai-js:
auth0-lab/auth0-ai-js#285

auth0-ai-python:
auth0-lab/auth0-ai-python#51

auth0-ai-samples (python):
auth0-samples/auth0-ai-samples#15

auth0-ai-samples (JS):
auth0-samples/auth0-ai-samples#16

auth0-assistant0 (JS + python):
auth0-samples/auth0-assistant0#11

References

Include any links supporting this change such as a:

  • GitHub Issue/PR number addressed or fixed
  • Auth0 Community post
  • StackOverflow post
  • Support forum thread
  • Related pull requests/issues from other repos

If there are no references, simply delete this section.

Testing

Describe how this can be tested by reviewers. Be specific about anything not tested and reasons why. If this library has unit and/or integration testing, tests should be added for new functionality and existing tests should complete without errors.

Please include any manual steps for testing end-to-end or functionality not covered by unit/integration tests.

Also include details of the environment this PR was developed in (language/platform/browser version).

  • This change adds test coverage for new/changed/fixed functionality

Checklist

  • I have added documentation for new/changed functionality in this PR or in auth0.com/docs
  • All active GitHub checks for tests, formatting, and security are passing
  • The correct base branch is being used, if not the default branch

@priley86 priley86 changed the title feat: begin auth0-ai sdk renaming updates, python references feat: auth0-ai sdk Token Vault + CIBA renaming updates Oct 1, 2025
@priley86
Copy link
Contributor Author

priley86 commented Oct 1, 2025

cc: @pmalouin, @PavelKorobchuk, @AdamWozniewski

@priley86 priley86 marked this pull request as ready for review October 1, 2025 18:58
@priley86 priley86 requested a review from lrzhou25 October 1, 2025 18:59
---
title: Call Other's APIs on User's Behalf
description: "[Token Vault](/intro/token-vault) lets your AI agent call external APIs on the user's behalf. We provide SDKs for Python, JavaScript, and popular AI frameworks like LangChain, LlamaIndex, Genkit, and Vercel AI, making it easy and straightforward to get access tokens for your federated connections."
description: "[Token Vault](/intro/token-vault) lets your AI agent call external APIs on the user's behalf. We provide SDKs for Python, JavaScript, and popular AI frameworks like LangChain, LlamaIndex, Genkit, and Vercel AI, making it easy and straightforward to get access tokens for your third-party connections."
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

in https://auth0.com/docs/secure/tokens/token-vault, we use the terminology "external provider" instead of "third-party connection". Should we align? (probably more a question for docs partners)

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"... making it easy to get access tokens to connect with external applications."

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i could definitely use some copy/content/batch suggestion help here. rebased PR again w/ the latest today 😄

@HVish HVish added auth4genai main-docs Changes related to auth0's main docs (https://auth0.com/docs) labels Oct 6, 2025
if not google_access_token:
raise ValueError(
"Authorization required to access the Federated Connection API"
"Authorization required to access the Token Vault connection API"
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would it be clearer like this?

Suggested change
"Authorization required to access the Token Vault connection API"
"Authorization required to access the Google Calendar API"

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what's this new file? Are you combining other changes to this PR?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good catch... seems like a stale branch here. Will be sure to remove w/ the next pass here 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auth4genai main-docs Changes related to auth0's main docs (https://auth0.com/docs)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants