Skip to content

Commit 992f083

Browse files
committed
Merge branch 'master' into chore/update-general-resource-access-docs
2 parents aaf5273 + dda764f commit 992f083

File tree

7 files changed

+32
-2
lines changed

7 files changed

+32
-2
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.
155 KB
Loading
66.2 KB
Loading
-51.9 KB
Binary file not shown.

sources/platform/storage/key_value_store.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,13 @@ To view a key-value store's content, click on its **Store ID**.
4141
Under the **Actions** menu, you can rename your store (and, in turn extend its [retention period](/platform/storage/usage#named-and-unnamed-storages)) and grant [access rights](../collaboration/index.md) using the **Share** button.
4242
Click on the **API** button to view and test a store's [API endpoints](/api/v2/storage-key-value-stores).
4343

44-
![Key-value stores detail](./images/key-value-stores-detail.png)
44+
45+
![Key-value stores detail](./images/key-value-stores-detail-header.png)
46+
47+
On the bottom of the page, you can view, download, and delete the individual records.
48+
49+
![Key-value stores detail](./images/key-value-stores-detail-records.png)
50+
4551

4652
### Apify API
4753

0 commit comments

Comments
 (0)