> ## Documentation Index
> Fetch the complete documentation index at: https://developer.box.com/llms.txt
> Use this file to discover all available pages before exploring further.

# AI統合

export const SignupCTA = ({children}) => {
  return <div className="flex flex-wrap items-center gap-4 p-5 rounded-lg border border-gray-200 dark:border-gray-700 my-6" style={{
    background: "linear-gradient(135deg, rgba(0, 97, 213, 0.06), rgba(0, 97, 213, 0.02))"
  }}>
      <div className="flex-1 text-sm leading-relaxed text-gray-700 dark:text-gray-300" style={{
    minWidth: "280px"
  }}>
        {children}
      </div>
      <div className="flex flex-col items-center gap-2">
        <a href="https://account.box.com/signup/developer#ty9l3" className="signup-cta-button inline-flex items-center whitespace-nowrap px-5 py-2 text-sm font-semibold text-white no-underline">
          {translate("Get started for free")}
        </a>
        <a href="https://account.box.com/developers/console" className="signup-cta-login text-xs text-gray-500 dark:text-gray-400 no-underline whitespace-nowrap">
          {translate("Already have an account? Log in")}
        </a>
      </div>
    </div>;
};

チームですでに使用しているAIツールとフレームワークにBoxコンテンツを接続します。検索拡張生成パイプラインの構築、ベクトル検索の強化、分析へのデータ入力、AIエージェント機能の拡張を行います。

<SignupCTA>
  無料のDeveloperアカウントを作成すると、以下の統合でAIを活用したワークフローを構築するために必要なすべての機能とBox AI APIにアクセスできます。
</SignupCTA>

## エージェントフレームワーク

Boxコンテンツを操作するAIエージェントを構築します。

<CardGroup cols={2}>
  <Card title="Box AI Agents Toolkit" href="https://pypi.org/project/box-ai-agents-toolkit/" icon="toolbox">
    Boxとやり取りするAIエージェントを構築するためのPythonライブラリ。認証やコンテンツの利用などを可能にします。
  </Card>

  <Card title="Pydantic AI" href="https://github.com/box-community/box-mcp-pydantic-ai" icon="link">
    Pydantic AIフレームワークとBox MCPサーバーを使用して、AIエージェントを構築します。
  </Card>
</CardGroup>

## RAGフレームワーク

Boxコンテンツを検索拡張生成パイプラインに含めます。

<CardGroup cols={2}>
  <Card title="LangChain" href="https://python.langchain.com/docs/integrations/providers/box/" icon="link">
    BoxコンテンツをAIワークフローに含めます。
  </Card>

  <Card title="LangChain.js" href="https://www.npmjs.com/package/langchainjs-box" icon="link">
    JavaScriptベースのAIワークフローでLangChain.js向けのBox loaderを使用します。
  </Card>

  <Card title="LlamaIndex" href="https://github.com/run-llama/llama_index/tree/main/llama-index-integrations/readers/llama-index-readers-box#readme" icon="link">
    BoxコンテンツをLlamaIndex取得パイプラインに取り込みます。
  </Card>
</CardGroup>

## ベクトルデータベース

Boxコンテンツをベクトルデータベースに接続して、セマンティック検索と類似度マッチングを可能にします。

<CardGroup cols={2}>
  <Card title="Pinecone" href={localizeLink("/ai/vector-databases/pinecone")} icon="database" arrow="true">
    BoxコンテンツをPineconeに接続して、ベクトル検索ワークフローを実現します。
  </Card>

  <Card title="Weaviate" href={localizeLink("/ai/vector-databases/weaviate")} icon="database" arrow="true">
    BoxコンテンツとWeaviateベクトルデータベースを使用して、RAGワークフローを構築します。
  </Card>
</CardGroup>

## エンタープライズプラットフォーム

Boxをエンタープライズプラットフォームに接続して、エージェントベースのワークフローとデータワークフローを実現します。

<CardGroup cols={2}>
  <Card title="Box for Agentforce" href={localizeLink("/guides/tooling/salesforce-toolkit/box-agentforce-package/")} icon="robot" arrow="true">
    ワークフローの自動化やエージェントベースのプロセスの強化に役立つ再利用可能なAgentforceアクションを利用して、Box for Salesforceを拡張します。
  </Card>

  <Card title="Snowflake Openflow" href="https://docs.snowflake.com/en/user-guide/data-integration/openflow/connectors/box/setup" icon="link">
    Openflow Connectorを使用してBoxとSnowflakeを統合します。
  </Card>

  <Card title="Airbyte" href="https://github.com/box-community/airbyte/blob/barduinor/source-box-devrel/docs/integrations/sources/box-data-extract.md" icon="link">
    データパイプラインのためにAirbyteソースコネクタを使用してBoxデータを抽出します。
  </Card>
</CardGroup>

## 学習リソース

BoxでのAIを活用したワークフローの構築に関するチュートリアルと解説。

<CardGroup cols={2}>
  <Card title="MCPサーバーを使用したAIアプリの構築" href="https://www.deeplearning.ai/short-courses/build-ai-apps-with-mcp-server-working-with-box-files/" icon="graduation-cap">
    MCPサーバーとBoxファイルを使用したAIアプリケーションの構築について学べる、DeepLearning.AI提供のオンラインコース。
  </Card>

  <Card title="OpenAIを使用したマルチエージェントワークフロー" href="https://medium.com/box-developer-blog/building-multi-agent-workflows-with-openais-new-sdk-and-box-3e3c81cf4715" icon="link">
    OpenAI SDKとBoxを使用して、マルチエージェントワークフローを構築します。
  </Card>

  <Card title="LangChain MCPアダプタ" href="https://medium.com/box-developer-blog/using-an-existing-mcp-server-with-langchain-mcp-adapters-94cdd4af6d1b" icon="link">
    Box MCPサーバーとLangChain MCPアダプタを使用して、エージェントの調整を実施します。
  </Card>

  <Card title="Box MCPを使用したドキュメント生成" href="https://medium.com/box-developer-blog/building-ai-powered-document-generation-with-box-mcp-and-pydantic-ai-48775b18ae32" icon="link">
    Box MCPサーバーとPydantic AIを使用して、AIを活用したドキュメント生成を構築します。
  </Card>
</CardGroup>
