Glean

Discover the agents configured in your Glean instance.

Airia connects to your Glean instance and discovers the Glean agents configured there, including each agent's composition (via the agent schema).

Authentication model

A Glean API token plus your instance name. Airia calls Glean's Client API (https://<instance>-be.glean.com) to search agents and read agent schemas.

Required permissions

The API token must be granted the Agents scope. Without it, authentication succeeds but the agent search returns a permission error and discovery finds nothing.

Customer-side setup steps

  1. In Glean's admin console, create a Client API token with the Agents scope (for example named airia-discovery).
  2. Note your instance name: the subdomain of your Glean deployment (for acme-be.glean.com the instance is acme).
  3. In Airia, go to Discover → Connections → Glean and create a new connection.

Form fields the Airia UI asks for

FieldRequiredNotes
InstanceYesYour Glean instance name (subdomain only, not the full URL)
API tokenYesStored encrypted, masked on edit

Connection test checks

The connection test validates configuration, authentication, agent search access, and agent schema access in order. A failure on the schema check with successful search means the token has partial scope; regenerate it with the Agents scope.

Multiple environments

Multiple Glean connections per tenant are supported: one per instance.

Was this page helpful?

On this page