企業全体のコンテキストを活用して独自のAIエージェントを構築

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

Glean上で構築する

検索
複雑でないカスタムAI
権限管理に対応した安全な検索で、企業内のあらゆるナレッジを統合します。
エージェント
コンテキストを理解する
AIエージェント
あらゆるフレームワーク上で構築しながら、企業全体のコンテキストをエージェントに活用できます。
チャットボット
あらゆるAIアプリに
最適な高精度検索
日常的に利用する業務ツールの中で、根拠ある回答を提供します。

数分で利用開始

Search API
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)
コードをコピー
Chat API
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)
コードをコピー
Agent API
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仕様を用いて独自アクションも作成できます。

利用する言語で構築
Build in your agent framework
業務環境の中でGleanを活用

成果を生み出すWork AI

デモを依頼
CTA Background Gradient 2CTA Background Gradient 2 - MobileCTA Background Gradient 3CTA Background Gradient 3CTA Background Mobile