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

# Jinba Flowとは何か

> ワークフローを設計・構築するためのプロダクト

Jinba Flow は、ワークフローを設計・構築するためのプロダクトです。チャットでフローを自動生成し、フローチャートで直感的に確認・編集できます。作った処理は API 化やバッチ化が可能で、再利用しやすい形で運用できます。

<img src="https://mintcdn.com/carnot/9TM0id_SlhFf_kG5/ja/images/flow_editor_ja.png?fit=max&auto=format&n=9TM0id_SlhFf_kG5&q=85&s=0ff964069104ca27dd587ec6d5df7420" alt="Jinba Flow Editor 画面" style={{ width: '100%', borderRadius: '8px', margin: '32px 0' }} width="2928" height="1838" data-path="ja/images/flow_editor_ja.png" />

## ワークフロー自動化の3ステップ

<Steps>
  <Step title="作る（Build）">
    **自然言語指示によるワークフロー自動生成**

    <CardGroup cols={2}>
      <Card title="自然言語での作成" icon="comments" href="./chat">
        実現したいことを言葉で伝えるだけで即座にフロー生成
      </Card>

      <Card title="ビジュアル編集" icon="object-group">
        ドラッグ&ドロップで直感的に柔軟な編集・構築
      </Card>

      <Card title="高度なロジック" icon="diagram-project" href="../architecture/execution-model">
        分岐・ループなど複雑な業務ロジックにも対応
      </Card>
    </CardGroup>
  </Step>

  <Step title="動かす（Run）">
    **多様なツールと安全なAI統合**

    <CardGroup cols={2}>
      <Card title="100+ツール連携" icon="plug" href="../credentials/index">
        Slack / Gmail / Notion / GitHub / Python等と連携
      </Card>

      <Card title="LLM統合" icon="brain" href="../tools/ai/anthropic">
        MCP経由でGPT / Claude / Geminiを簡単に組み込み
      </Card>

      <Card title="セキュアな実行" icon="shield-halved">
        安全な実行環境で高度な業務まで対応
      </Card>
    </CardGroup>
  </Step>

  <Step title="活かす（Deploy）">
    **ワンクリックで即時公開・運用**

    <CardGroup cols={2}>
      <Card title="API公開" icon="server" href="./publish">
        REST APIとして即座にデプロイ
      </Card>

      <Card title="MCP連携" icon="link" href="./mcp">
        MCPサーバーとして公開し、エージェントから利用
      </Card>

      <Card title="システム統合" icon="arrows-rotate">
        既存システム・アプリから簡単に呼び出し可能
      </Card>
    </CardGroup>
  </Step>
</Steps>

## ユースケース

<CardGroup cols={3}>
  <Card title="Slack自動化" icon="slack" href="../tools/communication/slack">
    チャンネルの監視、議論の要約、更新の自動投稿
  </Card>

  <Card title="データパイプライン" icon="database">
    複数のソース間でのデータの抽出、変換、ロード
  </Card>

  <Card title="AI分析" icon="brain" href="../tools/ai/anthropic">
    AIによるドキュメントの処理、抽出、要約、インサイト生成
  </Card>
</CardGroup>

## エンタープライズ機能

高度なセキュリティとコントロールが必要な組織向け：

* **プライベートホスティング**：オンプレミスまたはプライベートクラウドでのデプロイ
* **SSO・RBAC**：シングルサインオンとロールベースのアクセス制御
* **監査ログ**：コンプライアンスのための詳細な追跡
* **専任サポート**：ワークフロー開発のためのエンジニアリングサポート
* **プライベートモデル**：AWS Bedrock、Azure AI、カスタムモデルの利用

## はじめる

<CardGroup cols={2}>
  <Card title="クイックスタート" icon="bolt" href="./quickstart">
    10分で最初のワークフローを構築
  </Card>

  <Card title="コアコンセプト" icon="book" href="./core-concepts">
    主要な用語と概念を学ぶ
  </Card>
</CardGroup>
