@@ -73,7 +73,7 @@ The Apify node offers two authentication methods to securely connect to your Api
73
73
1 . n8n automatically retrieves and stores the OAuth2 tokens.
74
74
75
75
![ Apify Auth] ( ../../images/n8n-oauth.png )
76
-
76
+
77
77
:::note Credential Control
78
78
79
79
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.
130
130
1 . Save and execute the workflow
131
131
![ Apify Node] ( ../../images/n8n-workflow-example.png )
132
132
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
+
133
157
## Available Operations
134
158
135
159
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