Overview of Glean’s REST APIs, including Client and Indexing APIs, along with token types and their features
Glean provides two REST APIs for interacting with the platform. Our developer documentation provides detailed implementation instructions. This guide offers an introduction to Glean’s REST APIs and serves as a general reference.
These tokens are specifically designed for indexing documents from internal tools or apps that Glean does not natively support. They are used with the Indexing REST API to send documents to Glean via HTTP requests.Features:
These tokens are utilized for making API calls to Glean’s Client API. They can be scoped either to a single user or globally, allowing the caller to act as multiple users.Features:
Configurable scopes for specific request types (e.g., Chat, Answers, Search)
Permissions can be set to self, another user, or global (if Super Admin)