Skip to content

Commit dda764f

Browse files
authored
docs: add n8n AI tool section (#1985)
add new screenshots add n8n AI tool section
1 parent 56889b4 commit dda764f

File tree

3 files changed

+25
-1
lines changed

3 files changed

+25
-1
lines changed
67.2 KB
Loading
185 KB
Loading

sources/platform/integrations/workflows-and-notifications/n8n/index.md

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ The Apify node offers two authentication methods to securely connect to your Api
7373
1. n8n automatically retrieves and stores the OAuth2 tokens.
7474

7575
![Apify Auth](../../images/n8n-oauth.png)
76-
76+
7777
:::note Credential Control
7878

7979
For simplicity on n8n Cloud, use the API key method if you prefer manual control over credentials.
@@ -130,6 +130,30 @@ Actions allow you to perform operations like running an Actor within a workflow.
130130
1. Save and execute the workflow
131131
![Apify Node](../../images/n8n-workflow-example.png)
132132

133+
## Use Apify Node as an AI tool
134+
135+
You can run Apify operations, retrieve the results, and use AI to process, analyze, and summarize the data, or generate insights and recommendations.
136+
137+
![Apify Node](../../images/n8n-ai-tool-example.png)
138+
139+
140+
1. Create a new workflow.
141+
1. **Add a trigger**: Search for and select **Chat Trigger**.
142+
1. **Add the AI Agent node**: Click **Add Node**, search for **AI Agent**, and select it.
143+
1. Configure the AI Agent:
144+
- **Chat Model**: Choose the language model you want to use.
145+
- **Memory (optional)**: Enables the AI model to remember and reference past interactions.
146+
- **Tools**: Search for **Apify**, select **Apify Tool**, and click **Add to Workflow**. Choose any available operation and configure it.
147+
1. **Run the workflow**: Save it, then provide a prompt instructing the Agent to use the Apify tool with the operations you configured earlier.
148+
149+
:::note
150+
151+
Let the AI model define the parameters in your node when possible. Click the _sparkle_ icon next to a parameter to have the AI fill it in for you.
152+
153+
:::
154+
155+
![Apify Node](../../images/n8n-ai-defined-param.png)
156+
133157
## Available Operations
134158

135159
The Apify node provides a range of operations for managing Actors, tasks, runs, and storage. These can be used as actions in your workflows. For triggers, focus on event-based activations to start workflows automatically.

0 commit comments

Comments
 (0)