NEW official docs: Register and manage ADK and A2A agents in Gemini Enterprise

Hey all!

Just wanted to let you know that we finally have the official documentation for integrating Vertex AI Agent Engine and Gemini Enterprise!

It includes information on:

  • How to register ADK agents hosted on Vertex AI and make them discoverable by Gemini.
  • Support for the A2A (Agent-to-Agent) protocol for agents from different platforms to securely discover and interact.
  • How agents can use OAuth 2.0 credentials to access Google Cloud resources (like BigQuery) on behalf of users.
  • Full lifecycle management (register, list, update, delete) through both the Google Cloud Console and REST API.
  • Guidelines for defining capabilities and skills for A2A agents using JSON Agent Cards.

Check out the new guides here:

Please don’t hesitate to reach out if you have feedback or more questions!

Happy building!

2 Likes

Hi @ilnardo92 , article looks is great at getting the authorisation setup, but is there instructions around how it can be used in the ADK? How can I get my agent to access these credentials?