Skip to main content
Use Auth0 SDKs to fetch access tokens for social and enterprise identity providers from Auth0’s Token Vault. Using these access tokens, AI agents integrated with the application can call third-party APIs to perform tasks on the user’s behalf. By the end of this quickstart, you should have an AI application integrated with Auth0 that can:
  1. Initiate a Connected Accounts flow that will allow the user to connect their Google account and grant access to the AI agent.
  2. Retrieve access tokens for a Google social connection.
  3. Integrate with an AI agent to call Google APIs.

Pick your tech stack

Next steps

You have successfully added the ability to get access tokens for tool calling to your application. For next steps: