Configure Glean for AI agent imports

Limited Early Access release

To import AI agents from your Glean tenant, you must set up a Glean static OAuth client and retrieve the client credentials.

After you've completed these configurations, follow the steps in Enable AI agent imports for an app.

Register a static OAuth client in Glean

  1. Sign in to your Glean tenant with admin privileges.
  2. Go to Admin Console > Users & permissions > Third‑party access (OAuth).
  3. Provide the required details:
    • Client Name: Enter a distinct, recognizable identifier (for example, Okta AI Agent Provider).
    • Redirect URIs: Enter the following callback URL, replacing {domain} with your Okta org's root URL:
      {domain}/oauth2/v1/sts/callback
    • Scopes: Select Agents and Search.
  4. Click Create. The screen displays the client details, including the client secret.
  5. Save the client credentials securely. You can't retrieve these again.

Next step

Enable AI agent imports for an app.