Read public client configuration
Read configuration information such as the company name, logo and etc that is public and is not considered as PII.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
Email address of a user on whose behalf the request is intended to be made (should be non-empty only for global tokens).
Auth type being used to access the endpoint (should be non-empty only for global tokens).
Body
Will only send back publicly available config and will ignore other keys
A list of theme keys to include in the response.
A list of boolean flag keys to include in the response.
A list of integer flag keys to include in the response.
Response
Configuration settings for a specific client deployment that are not related to any particular datasource
Configuration settings specific to Assistant features
Configuration settings related to Tools.
Configuration settings related to Shortcuts
Configuration settings related to Search
Whether people celebrations is enabled or not for the instance
Whether the suggested feed is enabled
Whether the trending feed is enabled
Whether the recents feed is enabled
Whether the mentions feed is enabled
Whether the GPT agent for Chat is enabled
Whether the chat history for Chat is enabled
A map of {string, boolean} pairs representing flags that globally guard conditional features. Omitted flags mean the client should use its default state.
A map of {string, integer} pairs for client consumption.
{
"autocompleteDebounceMs": 300,
"retries": 3
}
The user-facing name of the company owning the deployment
A markdown string to be displayed on the search results page. Useful for outlinks to help pages.
A demonstrative query to show during new user onboarding
Determines whether the org chart link in the Directory panel is visible to all users.
Determines whether the org chart is accessible to all users, regardless of link visibility. Org chart can be accessible even if the org chart link in Directory is not visible.
Whether or not people data has been set up.
Whether or not the deployment is in pilot mode.
URL the company uses to access the web app
The URL to use for outbound links to Glean Search. Defaults to {webAppUrl}/search?q=%s.
The URL to use for outbound links to Glean Chat. Defaults to {webAppUrl}/chat.
A set of Theme objects to make available to the user based on their chosen preference. If a theme variant is not supplied, the default theme will be used.
{
"light": {
"background": "#fafafa",
"textPrimary": "#1e1e1e"
},
"dark": {
"background": "#1e1e1e",
"textPrimary": "#fafafa"
}
}
Branding customizations applicable to the current user, such as custom company logos and background images for light and dark mode or company-specific product terminology.
Describes how to format the web app greeting. Possible format options include %t - timely greeting %n - the user's first name
"\\%t, \\%n (This would be the current default Glean greeting)"
Label for the external link at the end of the Task card in order to guide user to the source.
Link used in conjunction with taskSeeAllLabel to redirect user to the task's source.
Custom autocomplete box placeholder to replace rotating prompts. Deprecated for search.placeholder
Company-wide custom prefix for Go Links.
SSO provider used by the company
gsuite
, iap
, okta
, okta_saml
, ping
, azure
, onelogin
, onelogin_saml
whether to show the running ML pipelines banner