Agents API
Glean agents enable you to build, deploy, and manage AI agents across your organization. The Agents API provides programmatic control over these agents.
Use Cases
The Agents API enables:
- Integrating Glean agents with external applications
- Retrieving agent responses for your applications
- Streaming agent responses to chat interfaces
- Discovering available agents in your deployment
- Monitoring agent changes by examining input and output schemas
Agent Builder
Users in your organization can create and configure agents through Glean’s no-code/low-code Agent Builder interface.
Considerations
- The Agents API implements a subset of the LangChain Agent Protocol, specifically Runs and Agents, ensuring compatibility with any agent runtime that supports this standard.
- You can look up an agent ID by examining the Agent Builder URL.