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

# 概要

> API 呼び出し、データストレージ、Web 抽出、フロー制御、出力処理のためのコアユーティリティ。

コアノードは、ワークフローの基盤となるビルディングブロックを提供します。API リクエスト、データ永続化、Web コンテンツの抽出、フロー制御、出力フォーマッティングを処理します。

## ノード一覧

<CardGroup cols={3}>
  <Card title="API" icon="plug" href="/tools/nodes/core/api">
    外部 API やサービスへの HTTP リクエストを送信します。
  </Card>

  <Card title="Datastore" icon="database" href="/tools/nodes/core/datastore">
    ワークフローの実行にわたって値を保存、取得、または削除します。
  </Card>

  <Card title="Extract Website Content" icon="globe" href="/tools/nodes/core/extract-website-content">
    Web ページ URL からコンテンツをスクレイピングして抽出します。
  </Card>

  <Card title="Final Output" icon="arrow-right-from-bracket" href="/tools/nodes/core/final-output">
    ワークフローから返される最終レスポンスを定義します。
  </Card>

  <Card title="Return Response" icon="reply" href="/tools/nodes/core/return-response">
    ステータスコード、ヘッダー、JSON ボディを含むカスタム HTTP レスポンスを返します。
  </Card>

  <Card title="Call Flow" icon="arrow-right-arrow-left" href="/tools/nodes/core/call-flow">
    プロジェクト内の別のワークフローを子フローとしてトリガーします。
  </Card>

  <Card title="Get Flow Result" icon="clock" href="/tools/nodes/core/get-flow-result">
    子ワークフローの完了を待って、その結果を取得します。
  </Card>
</CardGroup>
