Skip to main content

Build with Glean APIs

Glean provides three REST API families for building on top of your organization's knowledge and content. For new integrations, start with the Platform API when the capability and stability level fit your use case.

Choose an API

If you need to...Start withBase path
Build a new search, agent, skills, or chat applicationPlatform API (check endpoint stability)/api/...
Use existing user-facing search, chat, or content operationsClient API/rest/api/v1/...
Create datasources or index and manage contentIndexing API/api/index/v1/...
Start with Platform API

Platform API is the preferred starting point for new application integrations. Stability varies by capability and endpoint, so review the applicable stability notices before adopting it. Use Client API when you need a capability that is not yet available in Platform API or when maintaining an existing integration.

Common API setup

Explore the references

Choose an API above to find its getting-started guidance, authentication details, capability overviews, and complete endpoint reference.