API
企業全体のコンテキストを活用して独自のAIエージェントを構築
コンテキストは次世代のデータプラットフォームです。Gleanは、チャットボットやAIエージェントを新たな業務ツールへ進化させる基盤を提供します。



Glean上で構築する


AIエージェント

最適な高精度検索
数分で利用開始
from glean.api_client import Glean
with Glean(api_token="YOUR_GLEAN_API_TOKEN", instance="your-company") as glean:
res = glean.client.agents.create_and_wait_run(
agent_id="agent_123",
input={"query":"Analyze monthly sales performance"}
)
print(res)from glean.api_client import Glean
with Glean(api_token="YOUR_GLEAN_API_TOKEN", instance="your-company") as glean:
res=glean.client.chat.create(
messages=[{“fragments":[{“text”: “Summarize our Q4 goals”}]}]
)
print(res)from glean.api_client import Glean
with Glean(api_token="YOUR_GLEAN_API_TOKEN", instance="your-company") as glean:
res = glean.client.search.search
(query="vacation policy")
print(res)オープンAPIで柔軟に構築
Indexing SDK
100以上の標準コネクターに加え、
権限管理に対応した独自データをGleanへ
取り込めます。
Web SDK
GleanのUIをアプリケーションへ組み込み、業務の現場でコンテキスト対応チャットボットやAIエージェントを実現します。
Agent toolkit
OpenAI、LangChain、Google ADK、CrewAIなど、任意のフレームワークでエージェントを構築し、企業全体のコンテキストを
活用できます。
Remote MCP servers
Cursor、VS Code、Windsurf、Claude Desktopなど、MCP対応IDEやアプリ上でGleanを利用できます。
Custom actions
100以上の標準アクションで業務を自動化できるほか、MCPやOpenAPI仕様を用いて独自アクションも作成できます。

関連リソースを見る

The AWARE Framework: The New Rules of AI Security
The AWARE Framework: The New Rules of AI Security

How to get your CISO’s green light on AI agents
How to get your CISO’s green light on AI agents
Glean Security Showcase: Deploy AI Agents with Confidence.
Glean Security Showcase: Deploy AI Agents with Confidence.
FAQs
Developers can build AI agents, chatbots, search experiences, and context-aware enterprise applications on Glean’s search and context platform.
Glean provides APIs and tools for search, chat, agents, indexing, web embedding, remote MCP, and custom actions.
Yes. The Indexing SDK lets teams add custom, permission-aware data alongside Glean’s existing connectors.
Yes. Glean supports agents built with preferred frameworks such as OpenAI, LangChain, Google ADK, CrewAI, and others.
Yes. The Web SDK helps teams embed Glean UI and context-aware chat or agent experiences where work already happens.
Yes. Teams can automate work with native actions, create custom actions using OpenAPI and MCP, and use Glean in MCP-enabled IDEs and apps.
成果を生み出すWork AI










