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.
Important:
-
This import functionality relies on experimental beta APIs that are subject to change or removal in future releases. If you encounter issues during setup, contact Support.
-
Ensure that you have entered your Glean tenant name on the General Settings tab when integrating the Glean app.
Register a static OAuth client in Glean
- Sign in to your Glean tenant with admin privileges.
- Go to .
- 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.
- Client Name: Enter a distinct, recognizable identifier (for example,
- Click Create. The screen displays the client details, including the client secret.
- Save the client credentials securely. You can't retrieve these again.
Next step