Skip to main content

Configure the Glean A2A server

Turn on the Glean A2A server to connect Glean Assistant to an external AI platform such as Google Gemini Enterprise or Microsoft Copilot Studio. For how the A2A server works and how requests are authenticated, see Glean A2A server.

Prerequisites

Before you turn on the A2A server, make sure:

Set up the A2A server

1

Enable the A2A server

Navigate to Admin console → Platform → A2A server and turn on the Enable A2A server toggle.

A2A Server admin page showing the Enable A2A server toggle and the agent card section

The A2A Server admin page with the agent card URL and agent card contents

2

Copy the agent card URL

Once enabled, the page displays your deployment's agent card URL (ending in /.well-known/agent-card.json) along with the agent card contents. Copy the URL to share with the external platform.

Connect an external platform

1

Register Glean in the external platform

In the external A2A client (for example, Google Gemini Enterprise or Microsoft Copilot Studio), register Glean Assistant as a remote agent using your agent card URL. Refer to the external platform's documentation for its specific registration steps.

2

Complete the OAuth flow

When prompted, sign in to Glean to authorize the connection. Each user authorizes individually, so all requests run with their own Glean permissions.

3

Verify the connection

Ask a question through the external platform (for example, "Who is my manager?") and confirm that Glean Assistant responds.

See also