diff --git a/sources/platform/actors/development/index.md b/sources/platform/actors/development/index.md
index 3aa5b3b5d6..3c14545181 100644
--- a/sources/platform/actors/development/index.md
+++ b/sources/platform/actors/development/index.md
@@ -48,6 +48,6 @@ import CardGrid from "@site/src/components/CardGrid";
---
-If your Actor allows for integration with external services, or performs some post-processing of datasets generated by other Actors, check out the section [integration-ready Actors](../../integrations/actors/integration_ready_actors.md).
+If your Actor allows for integration with external services, or performs some post-processing of datasets generated by other Actors, check out the section [integration-ready Actors](../../integrations/actors/integration-ready-actors.md).
After your development, you can jump to the section [Publishing and monetization](../publishing/index.mdx) to learn about how to publish your Actor in [Apify Store](https://apify.com/store) and monetize it by renting it out to users of the platform.
diff --git a/sources/platform/integrations/actors/_category_.yml b/sources/platform/integrations/actors/_category_.yml
index 51e68dbcf6..a3265ed01a 100644
--- a/sources/platform/integrations/actors/_category_.yml
+++ b/sources/platform/integrations/actors/_category_.yml
@@ -1 +1,2 @@
+label: 'Actor-to-Actor'
position: 3
diff --git a/sources/platform/integrations/actors/index.md b/sources/platform/integrations/actors/index.md
index c06d4f6172..05c7b529bb 100644
--- a/sources/platform/integrations/actors/index.md
+++ b/sources/platform/integrations/actors/index.md
@@ -2,17 +2,18 @@
title: Actor-to-Actor integrations
description: Learn how to connect Actors and tasks on the Apify platform using the integrations catalog in Apify Console to build automated multi-step workflows.
sidebar_label: Actor-to-Actor
-sidebar_position: 0
slug: /integrations/actors
---
-:::note Integration Actors
+**Actor-to-Actor integrations** connect Apify Actors with other Actors or tasks _on the platform itself_, letting you build multi-step workflows without leaving Apify. This is different from the third-party integrations covered elsewhere in this section - instead of routing data out to Make, n8n, or a warehouse, you chain Actors so the output of one becomes the trigger for another.
-You can check out a catalog of Integration Actors within [Apify Store](https://apify.com/store/categories/integrations).
+Any [integration-ready Actor](/platform/integrations/actors/integration-ready-actors) can act as the target of an Actor-to-Actor integration, so the catalog keeps growing as new Actors are published.
-:::
+:::note Browse the catalog
+
+You can browse all Actors built specifically as integration targets in the [Integrations category](https://apify.com/store/categories/integrations) on Apify Store.
-Actor-to-Actor integrations connect your Actors with other Actors or tasks, letting you build multi-step workflows on the Apify platform. Because any [integration-ready Actor](/platform/integrations/actors/integration-ready-actors) can act as the target of an integration, the community can keep extending the catalog with new integrations.
+:::
## Add an integration
diff --git a/sources/platform/integrations/actors/integrating_actors_via_api.md b/sources/platform/integrations/actors/integrating-actors-via-api.md
similarity index 98%
rename from sources/platform/integrations/actors/integrating_actors_via_api.md
rename to sources/platform/integrations/actors/integrating-actors-via-api.md
index b11477ba2f..92b841d2bc 100644
--- a/sources/platform/integrations/actors/integrating_actors_via_api.md
+++ b/sources/platform/integrations/actors/integrating-actors-via-api.md
@@ -1,7 +1,6 @@
---
title: Integrate Actors via API
description: Use the Apify API to integrate Actors and tasks together using webhooks. Configure the required fields to display integrations in Apify Console.
-sidebar_position: 2
slug: /integrations/actors/integrating-actors-via-api
---
diff --git a/sources/platform/integrations/actors/integration_ready_actors.md b/sources/platform/integrations/actors/integration-ready-actors.md
similarity index 99%
rename from sources/platform/integrations/actors/integration_ready_actors.md
rename to sources/platform/integrations/actors/integration-ready-actors.md
index 4ebaecbf61..4a01927f58 100644
--- a/sources/platform/integrations/actors/integration_ready_actors.md
+++ b/sources/platform/integrations/actors/integration-ready-actors.md
@@ -2,7 +2,6 @@
title: Develop integration-ready Actors
description: Learn how to develop Actors that work cleanly as integration targets, including input design, payload handling, and dataset processing patterns.
sidebar_label: Develop integration-ready Actors
-sidebar_position: 1
slug: /integrations/actors/integration-ready-actors
---
diff --git a/sources/platform/integrations/ai/agent-onboarding.md b/sources/platform/integrations/agent-onboarding.md
similarity index 98%
rename from sources/platform/integrations/ai/agent-onboarding.md
rename to sources/platform/integrations/agent-onboarding.md
index edffdfdb6f..851cbecce1 100644
--- a/sources/platform/integrations/ai/agent-onboarding.md
+++ b/sources/platform/integrations/agent-onboarding.md
@@ -1,8 +1,8 @@
---
title: Apify for AI agents
-sidebar_label: Agent onboarding
+sidebar_label: Apify for AI agents
+sidebar_position: 2
description: Connect your AI agent to the Apify platform - scrape the web, run Actors, and retrieve structured data via MCP, Agent Skills, client libraries, or the REST API.
-sidebar_position: 1
slug: /integrations/agent-onboarding
toc_max_heading_level: 3
---
@@ -307,4 +307,4 @@ For targeted lookups, prefer `.md` URLs for specific pages or the MCP docs tools
- [API client for JavaScript](https://docs.apify.com/api/client/js) | [for Python](https://docs.apify.com/api/client/python) - Client libraries
- [Storage documentation](/platform/storage) - Datasets, key-value stores, and request queues
- [Build with AI](/platform/actors/development) - Build and deploy your first Actor
-- [Framework integrations](./crewai.md) - CrewAI, LangChain, LlamaIndex, and more
+- [Framework integrations](./ai/crewai.md) - CrewAI, LangChain, LlamaIndex, and more
diff --git a/sources/platform/integrations/ai/_category_.yml b/sources/platform/integrations/ai/_category_.yml
index 2bc8d69435..3cf5d75226 100644
--- a/sources/platform/integrations/ai/_category_.yml
+++ b/sources/platform/integrations/ai/_category_.yml
@@ -1,2 +1 @@
label: 'AI'
-position: 6
diff --git a/sources/platform/integrations/ai/agno.md b/sources/platform/integrations/ai/agno.md
index 8b8d9ce009..61a5f6cea1 100644
--- a/sources/platform/integrations/ai/agno.md
+++ b/sources/platform/integrations/ai/agno.md
@@ -2,7 +2,6 @@
title: Agno Integration
sidebar_label: Agno
description: Learn how to integrate Apify with Agno to power your AI agents with real-time web scraping and automation tools available in Apify Store.
-sidebar_position: 19
slug: /integrations/agno
---
diff --git a/sources/platform/integrations/ai/aws_bedrock.md b/sources/platform/integrations/ai/aws-bedrock.md
similarity index 99%
rename from sources/platform/integrations/ai/aws_bedrock.md
rename to sources/platform/integrations/ai/aws-bedrock.md
index 78b26a19a4..8178fc9524 100644
--- a/sources/platform/integrations/ai/aws_bedrock.md
+++ b/sources/platform/integrations/ai/aws-bedrock.md
@@ -2,7 +2,6 @@
title: Amazon Bedrock integrations
sidebar_label: Amazon Bedrock
description: Learn how to integrate Apify with Amazon Bedrock Agents to supply your AI agents with real-time web data using the RAG Web Browser Actor easily.
-sidebar_position: 15
slug: /integrations/aws_bedrock
---
diff --git a/sources/platform/integrations/ai/claude/_category_.yml b/sources/platform/integrations/ai/claude/_category_.yml
new file mode 100644
index 0000000000..5381ac72da
--- /dev/null
+++ b/sources/platform/integrations/ai/claude/_category_.yml
@@ -0,0 +1 @@
+label: 'Claude'
diff --git a/sources/platform/integrations/ai/mcp/claude-desktop.md b/sources/platform/integrations/ai/claude/claude-desktop.md
similarity index 99%
rename from sources/platform/integrations/ai/mcp/claude-desktop.md
rename to sources/platform/integrations/ai/claude/claude-desktop.md
index d2c5421849..fab4845fcf 100644
--- a/sources/platform/integrations/ai/mcp/claude-desktop.md
+++ b/sources/platform/integrations/ai/claude/claude-desktop.md
@@ -2,7 +2,6 @@
title: Claude Desktop integration
sidebar_label: Claude Desktop
description: Learn how to set up the Apify MCP server in Claude Desktop using the remote server or one-click connector install, and troubleshoot common issues.
-sidebar_position: 2
slug: /integrations/claude-desktop
---
diff --git a/sources/platform/integrations/ai/claude/index.mdx b/sources/platform/integrations/ai/claude/index.mdx
new file mode 100644
index 0000000000..babad48a8a
--- /dev/null
+++ b/sources/platform/integrations/ai/claude/index.mdx
@@ -0,0 +1,24 @@
+---
+title: Claude
+description: Use Apify Actors with Anthropic's Claude - run scrapers from Claude Desktop and other Claude clients through the Apify MCP server.
+sidebar_label: Claude
+slug: /integrations/claude
+---
+
+import Card from '@site/src/components/Card';
+import CardGrid from '@site/src/components/CardGrid';
+
+Apify integrates with [Anthropic's Claude](https://www.anthropic.com/claude) through the [Apify MCP server](/platform/integrations/mcp). Connect Claude clients to mcp.apify.com and Claude can discover, run, and read results from Actors directly inside a conversation.
+
+## What you can build
+
+
+
+
diff --git a/sources/platform/integrations/ai/crewai.md b/sources/platform/integrations/ai/crewai.md
index 7d17bff301..a0c0f678c2 100644
--- a/sources/platform/integrations/ai/crewai.md
+++ b/sources/platform/integrations/ai/crewai.md
@@ -2,7 +2,6 @@
title: 🤖🚀 CrewAI integration
sidebar_label: CrewAI
description: Learn how to integrate Apify Actors with CrewAI to equip multi-agent AI crews with real-time web scraping and data extraction capabilities now.
-sidebar_position: 3
slug: /integrations/crewai
---
diff --git a/sources/platform/integrations/ai/flowise.md b/sources/platform/integrations/ai/flowise.md
index fed789b8b0..d3a58d5595 100644
--- a/sources/platform/integrations/ai/flowise.md
+++ b/sources/platform/integrations/ai/flowise.md
@@ -2,7 +2,6 @@
title: Flowise integration
description: Learn how to integrate Apify with Flowise to use Actors as data sources in customized LLM flows built with the open-source Flowise visual tool.
sidebar_label: Flowise
-sidebar_position: 10
slug: /integrations/flowise
---
diff --git a/sources/platform/integrations/ai/google/_category_.yml b/sources/platform/integrations/ai/google/_category_.yml
new file mode 100644
index 0000000000..63e80ac95d
--- /dev/null
+++ b/sources/platform/integrations/ai/google/_category_.yml
@@ -0,0 +1 @@
+label: 'Google'
diff --git a/sources/platform/integrations/ai/google-adk.md b/sources/platform/integrations/ai/google/google-adk.md
similarity index 99%
rename from sources/platform/integrations/ai/google-adk.md
rename to sources/platform/integrations/ai/google/google-adk.md
index a3fd3940b3..7c1e7444a4 100644
--- a/sources/platform/integrations/ai/google-adk.md
+++ b/sources/platform/integrations/ai/google/google-adk.md
@@ -2,7 +2,6 @@
title: Google ADK integration
sidebar_label: Google ADK
description: Learn how to integrate Apify Actors as tools for AI agents built with Google Agent Development Kit to access real-time web scraping data and automation.
-sidebar_position: 2
slug: /integrations/google-adk
---
diff --git a/sources/platform/integrations/ai/google/index.mdx b/sources/platform/integrations/ai/google/index.mdx
new file mode 100644
index 0000000000..cf91f9af6f
--- /dev/null
+++ b/sources/platform/integrations/ai/google/index.mdx
@@ -0,0 +1,23 @@
+---
+title: Google
+description: Use Apify Actors with Google's AI stack - build agents on the Google Agent Development Kit (ADK) that scrape, crawl, and act on the web.
+sidebar_label: Google
+slug: /integrations/google
+---
+
+import Card from '@site/src/components/Card';
+import CardGrid from '@site/src/components/CardGrid';
+
+Apify integrates with [Google's AI stack](https://ai.google) through the Agent Development Kit. Use Apify Actors as tools inside Google ADK agents to give them live web data, scraping, and crawling capabilities.
+
+## What you can build
+
+
+
+
diff --git a/sources/platform/integrations/ai/haystack.md b/sources/platform/integrations/ai/haystack.md
index 39c4cf96ec..f8b39da02c 100644
--- a/sources/platform/integrations/ai/haystack.md
+++ b/sources/platform/integrations/ai/haystack.md
@@ -2,7 +2,6 @@
title: Haystack integration
sidebar_label: Haystack
description: Learn how to integrate Apify with Haystack to crawl websites, compute text embeddings, and build retrieval-augmented generation pipelines with ease.
-sidebar_position: 4
slug: /integrations/haystack
---
diff --git a/sources/platform/integrations/ai/index.mdx b/sources/platform/integrations/ai/index.mdx
new file mode 100644
index 0000000000..52dbcba77b
--- /dev/null
+++ b/sources/platform/integrations/ai/index.mdx
@@ -0,0 +1,115 @@
+---
+title: AI integrations
+description: Use Apify Actors with AI providers like Anthropic Claude, OpenAI, and Google - via the Apify MCP server, agent SDKs, frameworks, and vector databases.
+sidebar_label: AI
+slug: /integrations/ai
+---
+
+import Card from '@site/src/components/Card';
+import CardGrid from '@site/src/components/CardGrid';
+
+Plug Apify Actors into the AI stack - chat clients like Claude and ChatGPT via the Apify MCP server, agents built on SDKs and frameworks like OpenAI Agents, LangChain, and Vercel AI SDK, and downstream vector databases for retrieval.
+
+## Featured
+
+
+
+
+
+
+
+
+
+
+
+
+
+## By provider
+
+Each provider page lists the Apify integrations available for that vendor.
+
+
+
+
+
+
+
+For the full list, see the **AI** section in the sidebar.
diff --git a/sources/platform/integrations/ai/langchain.md b/sources/platform/integrations/ai/langchain.md
index 91f7081c35..855807e536 100644
--- a/sources/platform/integrations/ai/langchain.md
+++ b/sources/platform/integrations/ai/langchain.md
@@ -2,7 +2,6 @@
title: 🦜🔗 LangChain integration
sidebar_label: LangChain
description: Learn how to integrate Apify with LangChain to feed vector databases and large language models with web data crawled from the web using Actors.
-sidebar_position: 5
slug: /integrations/langchain
---
diff --git a/sources/platform/integrations/ai/langflow.md b/sources/platform/integrations/ai/langflow.md
index 74e6543e33..3726008e25 100644
--- a/sources/platform/integrations/ai/langflow.md
+++ b/sources/platform/integrations/ai/langflow.md
@@ -2,7 +2,6 @@
title: Langflow integration
sidebar_label: Langflow
description: Learn how to integrate Apify with Langflow low-code tool to build powerful AI agents and workflows that can use any API, model, or database.
-sidebar_position: 6
slug: /integrations/langflow
---
diff --git a/sources/platform/integrations/ai/langgraph.md b/sources/platform/integrations/ai/langgraph.md
index b325287cc4..d5cdd92648 100644
--- a/sources/platform/integrations/ai/langgraph.md
+++ b/sources/platform/integrations/ai/langgraph.md
@@ -2,7 +2,6 @@
title: 🦜🔘➡️ LangGraph integration
sidebar_label: LangGraph
description: Learn how to build stateful multi-agent AI workflows with LangGraph and Apify Actors to search, extract, and analyze real-time web data at scale.
-sidebar_position: 8
slug: /integrations/langgraph
---
diff --git a/sources/platform/integrations/ai/lindy.md b/sources/platform/integrations/ai/lindy.md
index 4661e7c116..b52c066d88 100644
--- a/sources/platform/integrations/ai/lindy.md
+++ b/sources/platform/integrations/ai/lindy.md
@@ -2,7 +2,6 @@
title: Lindy integration
description: Learn how to integrate Apify with Lindy to run Actors inside AI-powered automation workflows and extract real-time web data without writing code.
sidebar_label: Lindy
-sidebar_position: 9
slug: /integrations/lindy
---
diff --git a/sources/platform/integrations/ai/llama.md b/sources/platform/integrations/ai/llama.md
index 79dbdf6df0..ad6272c577 100644
--- a/sources/platform/integrations/ai/llama.md
+++ b/sources/platform/integrations/ai/llama.md
@@ -2,7 +2,6 @@
title: LlamaIndex integration
description: Learn how to integrate Apify with LlamaIndex to feed vector databases and large language models with web data crawled from the web using Actors.
sidebar_label: LlamaIndex
-sidebar_position: 7
slug: /integrations/llama-index
---
diff --git a/sources/platform/integrations/ai/manus.md b/sources/platform/integrations/ai/manus.md
index 7f0478bff1..e6d3bf9d06 100644
--- a/sources/platform/integrations/ai/manus.md
+++ b/sources/platform/integrations/ai/manus.md
@@ -2,7 +2,6 @@
title: Manus integration
sidebar_label: Manus
description: Learn how to connect Manus to the Apify MCP server to give your agent sessions access to real-time web data and thousands of Actor-powered automation tools.
-sidebar_position: 20
slug: /integrations/manus
---
diff --git a/sources/platform/integrations/ai/mastra.md b/sources/platform/integrations/ai/mastra.md
index fa775f2e92..29d848509d 100644
--- a/sources/platform/integrations/ai/mastra.md
+++ b/sources/platform/integrations/ai/mastra.md
@@ -2,7 +2,6 @@
title: Mastra MCP integration
sidebar_label: Mastra
description: Learn how to build AI agents with Mastra and the Apify Actors MCP server to access web scraping and automation tools from any LLM you choose.
-sidebar_position: 11
slug: /integrations/mastra
---
diff --git a/sources/platform/integrations/ai/mcp-connectors/index.md b/sources/platform/integrations/ai/mcp-connectors/index.md
index 4eb4fe4c0c..2b83031499 100644
--- a/sources/platform/integrations/ai/mcp-connectors/index.md
+++ b/sources/platform/integrations/ai/mcp-connectors/index.md
@@ -2,7 +2,6 @@
title: MCP connectors
sidebar_label: MCP connectors
description: Use MCP connectors to let Apify Actors call third-party services through Model Context Protocol on your behalf, without exposing your credentials to Actor code.
-sidebar_position: 0.5
slug: /integrations/mcp-connectors
---
diff --git a/sources/platform/integrations/ai/mcp-connectors/using-connectors-in-actors.md b/sources/platform/integrations/ai/mcp-connectors/using-connectors-in-actors.md
index b84764d888..45196fdc22 100644
--- a/sources/platform/integrations/ai/mcp-connectors/using-connectors-in-actors.md
+++ b/sources/platform/integrations/ai/mcp-connectors/using-connectors-in-actors.md
@@ -2,7 +2,6 @@
title: Build Actors with MCP connectors
sidebar_label: Build with connectors
description: Declare MCP connectors in your Actor input schema, connect to them from TypeScript or Python, and apply tool-permission constraints at runtime.
-sidebar_position: 1
slug: /integrations/mcp-connectors/use-in-actors
---
diff --git a/sources/platform/integrations/ai/mcp/index.md b/sources/platform/integrations/ai/mcp.md
similarity index 99%
rename from sources/platform/integrations/ai/mcp/index.md
rename to sources/platform/integrations/ai/mcp.md
index be9c133720..a824158fca 100644
--- a/sources/platform/integrations/ai/mcp/index.md
+++ b/sources/platform/integrations/ai/mcp.md
@@ -2,7 +2,6 @@
title: Apify MCP server
sidebar_label: MCP server
description: Learn how to use the Apify MCP server to integrate Apify's library of Actors into your AI agents or large language model-based applications.
-sidebar_position: 0
slug: /integrations/mcp
toc_max_heading_level: 4
---
@@ -18,7 +17,7 @@ using [Model Context Protocol](https://modelcontextprotocol.io/docs/getting-star
discover and run Actors from [Apify Store](https://apify.com/store), access storages and results,
and enables AI coding assistants to access Apify documentation and tutorials.
-
+
diff --git a/sources/platform/integrations/ai/milvus.md b/sources/platform/integrations/ai/milvus.md
index e9a88d7d92..cf58fd894f 100644
--- a/sources/platform/integrations/ai/milvus.md
+++ b/sources/platform/integrations/ai/milvus.md
@@ -2,7 +2,6 @@
title: Milvus integration
description: Learn how to integrate Apify with Milvus to export Actor results and dataset items into a Milvus vector database collection for semantic search.
sidebar_label: Milvus
-sidebar_position: 16
slug: /integrations/milvus
toc_min_heading_level: 2
toc_max_heading_level: 4
diff --git a/sources/platform/integrations/ai/openai/_category_.yml b/sources/platform/integrations/ai/openai/_category_.yml
new file mode 100644
index 0000000000..575a5947c1
--- /dev/null
+++ b/sources/platform/integrations/ai/openai/_category_.yml
@@ -0,0 +1 @@
+label: 'OpenAI'
diff --git a/sources/platform/integrations/ai/mcp/chatgpt.md b/sources/platform/integrations/ai/openai/chatgpt.md
similarity index 99%
rename from sources/platform/integrations/ai/mcp/chatgpt.md
rename to sources/platform/integrations/ai/openai/chatgpt.md
index 7168b1e816..4ef5c00a40 100644
--- a/sources/platform/integrations/ai/mcp/chatgpt.md
+++ b/sources/platform/integrations/ai/openai/chatgpt.md
@@ -2,7 +2,6 @@
title: ChatGPT integration
sidebar_label: ChatGPT
description: Learn how to connect ChatGPT to the Apify MCP server to give your conversations access to real-time web data and Actor-powered automation tasks.
-sidebar_position: 12
slug: /integrations/chatgpt
---
diff --git a/sources/platform/integrations/ai/openai/index.mdx b/sources/platform/integrations/ai/openai/index.mdx
new file mode 100644
index 0000000000..07203bfea6
--- /dev/null
+++ b/sources/platform/integrations/ai/openai/index.mdx
@@ -0,0 +1,37 @@
+---
+title: OpenAI
+description: Use Apify Actors with OpenAI - call them from ChatGPT, the OpenAI Agents SDK, and OpenAI Assistants to give models live web data.
+sidebar_label: OpenAI
+slug: /integrations/openai
+---
+
+import Card from '@site/src/components/Card';
+import CardGrid from '@site/src/components/CardGrid';
+
+Apify integrates with [OpenAI](https://openai.com) in three places: ChatGPT (via the Apify MCP server), the Agents SDK, and the legacy Assistants API. Each gives OpenAI models a way to call Apify Actors as tools and read their results.
+
+## What you can build
+
+
+
+
+
+
diff --git a/sources/platform/integrations/ai/openai_agents.md b/sources/platform/integrations/ai/openai/openai-agents.md
similarity index 99%
rename from sources/platform/integrations/ai/openai_agents.md
rename to sources/platform/integrations/ai/openai/openai-agents.md
index 801976c754..0d4c6dbb9d 100644
--- a/sources/platform/integrations/ai/openai_agents.md
+++ b/sources/platform/integrations/ai/openai/openai-agents.md
@@ -2,7 +2,6 @@
title: OpenAI Agents SDK integration
sidebar_label: OpenAI Agents SDK
description: Learn how to integrate Apify with the OpenAI Agents SDK via the Apify MCP server to give your AI agents real-time web data and Actor access.
-sidebar_position: 13
slug: /integrations/openai-agents
---
diff --git a/sources/platform/integrations/ai/openai_assistants.md b/sources/platform/integrations/ai/openai/openai-assistants.md
similarity index 98%
rename from sources/platform/integrations/ai/openai_assistants.md
rename to sources/platform/integrations/ai/openai/openai-assistants.md
index 86c6efceff..b7c2efae64 100644
--- a/sources/platform/integrations/ai/openai_assistants.md
+++ b/sources/platform/integrations/ai/openai/openai-assistants.md
@@ -2,7 +2,6 @@
title: OpenAI Assistants integration
sidebar_label: OpenAI Assistants
description: Learn how to integrate Apify with OpenAI Assistants to provide real-time web search data and store scraped Actor results in OpenAI Vector Store.
-sidebar_position: 14
slug: /integrations/openai-assistants
---
@@ -25,7 +24,7 @@ To begin, we need to create an OpenAI Assistant with the appropriate instruction
After that, we can initiate a conversation with the assistant by creating a thread, adding messages, and running the assistant to receive responses.
The image below provides an overview of the entire process:
-
+
Before we start creating the assistant, we need to install all dependencies:
@@ -250,7 +249,7 @@ To provide real-time or proprietary data, OpenAI Assistants can access the [Open
With the [Apify OpenAI Vector Store Integration](https://apify.com/jiri.spilka/openai-vector-store-integration), data saving and updating the OpenAI Vector Store can be fully automated.
The following image illustrates the Apify-OpenAI Vector Store integration:
-
+
In this example, we'll demonstrate how to save data into the OpenAI Vector Store and use it in the assistant.
For more information on automating this process, check out the blog post [How we built an AI salesperson with the OpenAI Assistants API](https://blog.apify.com/enterprise-support-openai-assistant/).
diff --git a/sources/platform/integrations/ai/openclaw.md b/sources/platform/integrations/ai/openclaw.md
index 46857bd402..e8b6ee48cc 100644
--- a/sources/platform/integrations/ai/openclaw.md
+++ b/sources/platform/integrations/ai/openclaw.md
@@ -2,7 +2,6 @@
title: OpenClaw integration
sidebar_label: OpenClaw
description: Learn how to integrate Apify with OpenClaw to give your AI agents access to web scraping, data extraction, and automation using pre-built Actors.
-sidebar_position: 14
slug: /integrations/openclaw
toc_min_heading_level: 2
---
diff --git a/sources/platform/integrations/ai/pinecone.md b/sources/platform/integrations/ai/pinecone.md
index e0edf1ae79..b45347c224 100644
--- a/sources/platform/integrations/ai/pinecone.md
+++ b/sources/platform/integrations/ai/pinecone.md
@@ -2,7 +2,6 @@
title: Pinecone integration
description: Learn how to integrate Apify with Pinecone to export Actor results and dataset items into a Pinecone vector index for AI-powered similarity search.
sidebar_label: Pinecone
-sidebar_position: 17
slug: /integrations/pinecone
toc_min_heading_level: 2
toc_max_heading_level: 4
diff --git a/sources/platform/integrations/ai/qdrant.md b/sources/platform/integrations/ai/qdrant.md
index 3e7ca39215..bd37461852 100644
--- a/sources/platform/integrations/ai/qdrant.md
+++ b/sources/platform/integrations/ai/qdrant.md
@@ -2,7 +2,6 @@
title: Qdrant integration
description: Learn how to integrate Apify with Qdrant to export Actor results and dataset items into a Qdrant vector database collection for AI-powered search.
sidebar_label: Qdrant
-sidebar_position: 18
slug: /integrations/qdrant
toc_min_heading_level: 2
toc_max_heading_level: 4
diff --git a/sources/platform/integrations/ai/skyfire.md b/sources/platform/integrations/ai/skyfire.md
index 5d41186e35..0d5d98bf76 100644
--- a/sources/platform/integrations/ai/skyfire.md
+++ b/sources/platform/integrations/ai/skyfire.md
@@ -2,7 +2,6 @@
title: Agentic payments with Skyfire
sidebar_label: Skyfire
description: Learn how to use agentic payments with Skyfire to enable AI agents to autonomously discover and run Apify Actors without an Apify user account.
-sidebar_position: 18
slug: /integrations/skyfire
---
diff --git a/sources/platform/integrations/ai/strands-agents.md b/sources/platform/integrations/ai/strands-agents.md
index 4be9181c1e..9a5647136e 100644
--- a/sources/platform/integrations/ai/strands-agents.md
+++ b/sources/platform/integrations/ai/strands-agents.md
@@ -4,7 +4,6 @@ sidebar_label: Strands Agents SDK
description: >-
Integrate Apify with the Strands Agents SDK to give your AI agents web
scraping, search, crawling, and social media capabilities through 18 prebuilt tools.
-sidebar_position: 20
slug: /integrations/strands-agents
---
diff --git a/sources/platform/integrations/ai/upsonic.md b/sources/platform/integrations/ai/upsonic.md
index e8ecebd0ee..34cec14b59 100644
--- a/sources/platform/integrations/ai/upsonic.md
+++ b/sources/platform/integrations/ai/upsonic.md
@@ -2,7 +2,6 @@
title: Upsonic integration
sidebar_label: Upsonic
description: Learn how to integrate Apify Actors with Upsonic to give your AI agents real-time web scraping, data extraction, and automation capabilities from the Apify Store.
-sidebar_position: 20
slug: /integrations/upsonic
---
diff --git a/sources/platform/integrations/ai/vercel-ai-sdk.md b/sources/platform/integrations/ai/vercel-ai-sdk.md
index 89f8461027..8a4bd8b8ad 100644
--- a/sources/platform/integrations/ai/vercel-ai-sdk.md
+++ b/sources/platform/integrations/ai/vercel-ai-sdk.md
@@ -2,7 +2,6 @@
title: 🔺 Vercel AI SDK integration
sidebar_label: Vercel AI SDK
description: Learn how to integrate Apify Actors as tools for AI agents built with Vercel AI SDK to access real-time web data in your TypeScript applications.
-sidebar_position: 2
slug: /integrations/vercel-ai-sdk
---
diff --git a/sources/platform/integrations/ai/x402.md b/sources/platform/integrations/ai/x402.md
index d0802d16ed..a61c4f3e1a 100644
--- a/sources/platform/integrations/ai/x402.md
+++ b/sources/platform/integrations/ai/x402.md
@@ -2,7 +2,6 @@
title: Agentic payments with x402 protocol
sidebar_label: x402
description: Use the x402 protocol to enable AI agents to autonomously pay for Apify Actor runs using USDC on the Base blockchain - no Apify account required.
-sidebar_position: 19
slug: /integrations/x402
---
diff --git a/sources/platform/integrations/data-and-storage/_category_.yml b/sources/platform/integrations/data-and-storage/_category_.yml
new file mode 100644
index 0000000000..24c8cc7f17
--- /dev/null
+++ b/sources/platform/integrations/data-and-storage/_category_.yml
@@ -0,0 +1 @@
+label: 'Data and storage'
diff --git a/sources/platform/integrations/data-storage/airbyte.md b/sources/platform/integrations/data-and-storage/airbyte.md
similarity index 99%
rename from sources/platform/integrations/data-storage/airbyte.md
rename to sources/platform/integrations/data-and-storage/airbyte.md
index 29ef49a614..751d0adef3 100644
--- a/sources/platform/integrations/data-storage/airbyte.md
+++ b/sources/platform/integrations/data-and-storage/airbyte.md
@@ -2,7 +2,6 @@
title: Airbyte integration
description: Use the Airbyte Apify Dataset connector to move data from Apify datasets to any Airbyte-supported destination using pre-built open-source connectors.
sidebar_label: Airbyte
-sidebar_position: 1
slug: /integrations/airbyte
---
diff --git a/sources/platform/integrations/data-storage/airtable.md b/sources/platform/integrations/data-and-storage/airtable.md
similarity index 99%
rename from sources/platform/integrations/data-storage/airtable.md
rename to sources/platform/integrations/data-and-storage/airtable.md
index b898b921f3..372314011e 100644
--- a/sources/platform/integrations/data-storage/airtable.md
+++ b/sources/platform/integrations/data-and-storage/airtable.md
@@ -2,7 +2,6 @@
title: Airtable integration
description: Automatically import items from any Apify dataset into Airtable using the Airtable Data Import Actor. Use standalone or in automated workflows.
sidebar_label: Airtable
-sidebar_position: 1
slug: /integrations/airtable
---
diff --git a/sources/platform/integrations/data-storage/drive.md b/sources/platform/integrations/data-and-storage/drive.md
similarity index 98%
rename from sources/platform/integrations/data-storage/drive.md
rename to sources/platform/integrations/data-and-storage/drive.md
index 44d1c83138..206fd7e658 100644
--- a/sources/platform/integrations/data-storage/drive.md
+++ b/sources/platform/integrations/data-and-storage/drive.md
@@ -2,7 +2,6 @@
title: Google Drive integration
description: Automatically save Apify Actor run results to Google Drive. Set up the integration on an Actor or saved task to upload files after each successful run.
sidebar_label: Google Drive
-sidebar_position: 3
slug: /integrations/drive
---
diff --git a/sources/platform/integrations/data-and-storage/index.mdx b/sources/platform/integrations/data-and-storage/index.mdx
new file mode 100644
index 0000000000..56d7ff03ec
--- /dev/null
+++ b/sources/platform/integrations/data-and-storage/index.mdx
@@ -0,0 +1,30 @@
+---
+title: Data and storage
+description: Send Apify Actor output into data warehouses, structured stores, CRMs, and shared drives - Snowflake, Keboola, Airbyte, Airtable, HubSpot, and more.
+sidebar_label: Data and storage
+slug: /integrations/data-and-storage
+---
+
+import Card from '@site/src/components/Card';
+import CardGrid from '@site/src/components/CardGrid';
+
+Send Apify Actor output to data warehouses, structured stores, CRMs, and shared drives where your team analyses, models, and acts on it.
+
+
+
+
+
+
+For the full list, see the **Data and storage** section in the sidebar. HubSpot is on its way and will appear there once it lands.
diff --git a/sources/platform/integrations/data-storage/keboola.md b/sources/platform/integrations/data-and-storage/keboola.md
similarity index 99%
rename from sources/platform/integrations/data-storage/keboola.md
rename to sources/platform/integrations/data-and-storage/keboola.md
index 1404cdb00b..ee25ef154a 100644
--- a/sources/platform/integrations/data-storage/keboola.md
+++ b/sources/platform/integrations/data-and-storage/keboola.md
@@ -2,7 +2,6 @@
title: Keboola integration
description: Integrate Apify Actors with Keboola to extract data from various sources and load it into Keboola for processing, transformation, and further integration.
sidebar_label: Keboola
-sidebar_position: 2
slug: /integrations/keboola
---
diff --git a/sources/platform/integrations/data-storage/snowflake.md b/sources/platform/integrations/data-and-storage/snowflake.md
similarity index 99%
rename from sources/platform/integrations/data-storage/snowflake.md
rename to sources/platform/integrations/data-and-storage/snowflake.md
index 68a0f55304..afdb2bc00d 100644
--- a/sources/platform/integrations/data-storage/snowflake.md
+++ b/sources/platform/integrations/data-and-storage/snowflake.md
@@ -2,7 +2,6 @@
title: Snowflake integration
description: Use the Apify Snowflake Native App to run Actors and import dataset results directly into your Snowflake tables from within the Snowflake UI.
sidebar_label: Snowflake
-sidebar_position: 1
slug: /integrations/snowflake
---
diff --git a/sources/platform/integrations/data-storage/_category_.yml b/sources/platform/integrations/data-storage/_category_.yml
deleted file mode 100644
index e5d0354cd7..0000000000
--- a/sources/platform/integrations/data-storage/_category_.yml
+++ /dev/null
@@ -1,2 +0,0 @@
-label: Data storage
-position: 5
diff --git a/sources/platform/integrations/index.mdx b/sources/platform/integrations/index.mdx
index ca031d1d11..e3f427a8c6 100644
--- a/sources/platform/integrations/index.mdx
+++ b/sources/platform/integrations/index.mdx
@@ -9,291 +9,182 @@ slug: /integrations
import Card from '@site/src/components/Card';
import CardGrid from '@site/src/components/CardGrid';
-> The whole is greater than the sum of its parts.
+> Alone we can do so little; together we can do so much.
>
-> 👴 _Aristotle_
+> - _Helen Keller_
-Integrations allow you to combine separate applications and take advantage of their combined capabilities. Automation of these online processes increases your productivity. That's why we made Apify in a way that allows you to connect it with practically any cloud service or web app and make it part of your larger projects.
+Integrations let you combine Apify Actors with the rest of your stack - workflow automation platforms, data warehouses, AI agents, and the tools your team already uses. The sections below mirror the integrations sidebar; each links through to the full list.
-If you are building a service and your users could benefit from integrating with Apify or vice-versa then read the [integrate with Apify](./integrate_with_apify.md).
+## Actors
-## Built-in integrations
-
-Apify‘s RESTful API allows you to interact with the platform programmatically. HTTP webhooks notify you and your services when important events happen. By using the API, you can start Actors, retrieve their results, or basically do anything you can do on a platform UI
+Connect Apify Actors to other Actors and tasks to build multi-step workflows directly on the platform. Set up integration-ready Actors that take run output from an upstream Actor and push it into a downstream system.
-
-
-Apify offers easy-to-set-up solutions for common scenarios, like uploading your datasets to Google Drive when the run succeeds or creating an issue on GitHub when it fails.
+[See all Actor integrations →](/platform/integrations/actors)
+
+## Programming
+
+Drive the Apify platform programmatically with the REST API, react to platform events through webhooks, and trigger Actors from your GitHub activity.
-
-
- {/* Only show Asana once we have the videos ready for it
-
- */}
- {/* Only show Trello once it's enabled for all users on platform
-
- */}
-## Integration platforms
+[See all Programming integrations →](/platform/integrations/programming)
+
+## AI
-If you use one of the main integration platforms, Apify's support is here for you. The main advantage of these platforms is that you can integrate Apify into very complex workflows with the choice of thousands of supported services.
+Plug Apify Actors into the AI stack - chat clients like Claude and ChatGPT via the Apify MCP server, agents built on SDKs and frameworks like OpenAI Agents, LangChain, and Vercel AI SDK, and downstream vector databases for retrieval.
-
-
-## Data pipelines, ETLs, and AI/LLM tools
+[See all AI integrations →](/platform/integrations/ai)
+
+## Data and storage
-The Apify platform integrates with popular ETL and data pipeline services, enabling you to integrate Apify Actors directly into your data integration processes.
+Send Apify Actor output to data warehouses, structured stores, CRMs, and shared drives where your team analyses, models, and acts on it.
-
-If you are working on AI/LLM-related applications, we recommend looking into the many integrations with popular AI/LLM ecosystems.
-These integrations allow you to use Apify Actors as tools and data sources. If you are connecting any AI agent to Apify, start with the [Apify for AI agents](/platform/integrations/agent-onboarding) page.
+[See all Data and storage integrations →](/platform/integrations/data-and-storage)
+
+## Workflows and notifications
+
+Trigger Apify Actors from workflow automation platforms (n8n, Make, Zapier), embed them as nodes in no-code agent builders, and route results into chat, email, and other team tools.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-## Other Actors
+[See all Workflow and notification integrations →](/platform/integrations/workflows-and-notifications)
+
+## Create a new integration
+
+If you're building a service or platform and want your users to be able to connect it with Apify, [create a new integration](/platform/integrations/integrate). The page walks through both routes - building an integration-ready Actor that other Apify users can plug into their workflows, or connecting your service to Apify externally via the API.
-Explore [Apify Store](https://apify.com/store) for Actors that may help you with integrations, for example, [MongoDB Import](https://apify.com/drobnikj/mongodb-import) or [MySQL Insert](https://apify.com/petr_cermak/mysql-insert).
+If your tool isn't listed above, you can also browse [Apify Store](https://apify.com/store) for community-built integration Actors like [MongoDB Import](https://apify.com/drobnikj/mongodb-import) or [MySQL Insert](https://apify.com/petr_cermak/mysql-insert).
diff --git a/sources/platform/integrations/integrate_with_apify.md b/sources/platform/integrations/integrate-with-apify.md
similarity index 99%
rename from sources/platform/integrations/integrate_with_apify.md
rename to sources/platform/integrations/integrate-with-apify.md
index ede30afa0e..35c1e1a335 100644
--- a/sources/platform/integrations/integrate_with_apify.md
+++ b/sources/platform/integrations/integrate-with-apify.md
@@ -1,8 +1,8 @@
---
title: Integrate with Apify
sidebar_label: Create new integration
+sidebar_position: 1
description: Partner with Apify to build general or Actor-specific integrations that bring web scraping and automation data into your platform or service.
-sidebar_position: 90.00
slug: /integrations/integrate
---
@@ -45,7 +45,7 @@ To integrate your service with Apify, you have two options:
### Build an integration Actor
-One way to reach out to Apify users is directly within [Apify Console](https://console.apify.com). To do that, you need to build an integrable Actor that can be piped into other Actors to upload existing data into a database. This can then be easily configured within Apify Console. Follow the [guide on building integration-ready Actors](./actors/integration_ready_actors.md).
+One way to reach out to Apify users is directly within [Apify Console](https://console.apify.com). To do that, you need to build an integrable Actor that can be piped into other Actors to upload existing data into a database. This can then be easily configured within Apify Console. Follow the [guide on building integration-ready Actors](./actors/integration-ready-actors.md).
### Build an external integration
diff --git a/sources/platform/integrations/programming/_category_.yml b/sources/platform/integrations/programming/_category_.yml
index 6c538173b6..8592d3a29d 100644
--- a/sources/platform/integrations/programming/_category_.yml
+++ b/sources/platform/integrations/programming/_category_.yml
@@ -1,2 +1,2 @@
label: 'Programming'
-position: 2
+position: 4
diff --git a/sources/platform/integrations/programming/api.md b/sources/platform/integrations/programming/api.md
index 8bdf94b5d2..7fe6c6af77 100644
--- a/sources/platform/integrations/programming/api.md
+++ b/sources/platform/integrations/programming/api.md
@@ -2,7 +2,6 @@
title: API integration
description: Use the Apify REST API to control all platform features from your code. Authenticate with an API token and use official JavaScript or Python clients.
sidebar_label: API integration
-sidebar_position: 1
slug: /integrations/api
---
diff --git a/sources/platform/integrations/programming/github.md b/sources/platform/integrations/programming/github.md
index a26a378202..61a76eb1ac 100644
--- a/sources/platform/integrations/programming/github.md
+++ b/sources/platform/integrations/programming/github.md
@@ -2,7 +2,6 @@
title: GitHub integration
description: Connect Apify with GitHub to build Actors from a repository, rebuild on every push, and create issues automatically when an Actor run fails.
sidebar_label: GitHub
-sidebar_position: 3
slug: /integrations/github
---
diff --git a/sources/platform/integrations/programming/index.mdx b/sources/platform/integrations/programming/index.mdx
new file mode 100644
index 0000000000..ff6fb27bd5
--- /dev/null
+++ b/sources/platform/integrations/programming/index.mdx
@@ -0,0 +1,35 @@
+---
+title: Programming
+description: Integrate the Apify platform programmatically using the REST API, webhooks, and GitHub.
+sidebar_label: Programming
+slug: /integrations/programming
+---
+
+import Card from '@site/src/components/Card';
+import CardGrid from '@site/src/components/CardGrid';
+
+Drive the Apify platform programmatically with the REST API, react to platform events through webhooks, and trigger Actors from your GitHub activity.
+
+
+
+
+
+
diff --git a/sources/platform/integrations/programming/webhooks/actions.md b/sources/platform/integrations/programming/webhooks/actions.md
index 75a8e98ba4..40933972f6 100644
--- a/sources/platform/integrations/programming/webhooks/actions.md
+++ b/sources/platform/integrations/programming/webhooks/actions.md
@@ -1,7 +1,6 @@
---
title: Webhook actions
description: Configure webhook actions to send HTTP POST requests when Actor or task runs complete. Use payload templates to inject dynamic run data into the request.
-sidebar_position: 2
slug: /integrations/webhooks/actions
---
diff --git a/sources/platform/integrations/programming/webhooks/ad_hoc_webhooks.md b/sources/platform/integrations/programming/webhooks/ad-hoc-webhooks.md
similarity index 99%
rename from sources/platform/integrations/programming/webhooks/ad_hoc_webhooks.md
rename to sources/platform/integrations/programming/webhooks/ad-hoc-webhooks.md
index ec4842bcdd..eea432fbc3 100644
--- a/sources/platform/integrations/programming/webhooks/ad_hoc_webhooks.md
+++ b/sources/platform/integrations/programming/webhooks/ad-hoc-webhooks.md
@@ -1,7 +1,6 @@
---
title: Ad-hoc webhooks
description: Set up one-time webhooks for Actor runs initiated through the Apify API or from the Actor's code. Trigger events when the run reaches a specific state.
-sidebar_position: 3
slug: /integrations/webhooks/ad-hoc-webhooks
---
diff --git a/sources/platform/integrations/programming/webhooks/events.md b/sources/platform/integrations/programming/webhooks/events.md
index 162e529b8d..2271ffbe8d 100644
--- a/sources/platform/integrations/programming/webhooks/events.md
+++ b/sources/platform/integrations/programming/webhooks/events.md
@@ -1,7 +1,6 @@
---
title: Events types for webhooks
description: Configure which event types trigger a webhook in an Actor or task run. Trigger actions on run creation, success, failure, termination, or timeout.
-sidebar_position: 1
slug: /integrations/webhooks/events
---
diff --git a/sources/platform/integrations/programming/webhooks/index.md b/sources/platform/integrations/programming/webhooks/index.md
index a0436146c5..2148788956 100644
--- a/sources/platform/integrations/programming/webhooks/index.md
+++ b/sources/platform/integrations/programming/webhooks/index.md
@@ -1,7 +1,6 @@
---
title: Webhook integration
description: Learn how to integrate multiple Apify Actors or external systems with your Actor or task run. Send alerts when your Actor run succeeds or fails.
-sidebar_position: 2
sidebar_label: Webhook integration
slug: /integrations/webhooks
---
diff --git a/sources/platform/integrations/workflows-and-notifications/_category_.yml b/sources/platform/integrations/workflows-and-notifications/_category_.yml
deleted file mode 100644
index 836d96ded0..0000000000
--- a/sources/platform/integrations/workflows-and-notifications/_category_.yml
+++ /dev/null
@@ -1,2 +0,0 @@
-label: Workflows & notifications
-position: 4
diff --git a/sources/platform/integrations/workflows-and-notifications/activepieces.md b/sources/platform/integrations/workflows-and-notifications/activepieces.md
index b2bc2b1740..aaa6a9f973 100644
--- a/sources/platform/integrations/workflows-and-notifications/activepieces.md
+++ b/sources/platform/integrations/workflows-and-notifications/activepieces.md
@@ -2,7 +2,6 @@
title: Activepieces integration
description: Connect Apify Actors with Activepieces to build automated flows that trigger on run events, retrieve data from storage, and start Actors from any trigger.
sidebar_label: Activepieces
-sidebar_position: 7
slug: /integrations/activepieces
---
diff --git a/sources/platform/integrations/workflows-and-notifications/bubble.md b/sources/platform/integrations/workflows-and-notifications/bubble.md
index 2b2f1e8e1a..408886ad94 100644
--- a/sources/platform/integrations/workflows-and-notifications/bubble.md
+++ b/sources/platform/integrations/workflows-and-notifications/bubble.md
@@ -2,7 +2,6 @@
title: Bubble integration
description: Connect Apify Actors to your Bubble application using the Apify plugin to run web scraping jobs and display extracted data in your no-code app.
sidebar_label: Bubble
-sidebar_position: 7
slug: /integrations/bubble
---
diff --git a/sources/platform/integrations/workflows-and-notifications/dify.md b/sources/platform/integrations/workflows-and-notifications/dify.md
index 231a41547a..1edf83c492 100644
--- a/sources/platform/integrations/workflows-and-notifications/dify.md
+++ b/sources/platform/integrations/workflows-and-notifications/dify.md
@@ -2,7 +2,6 @@
title: Dify integration
description: Connect Apify with Dify to automate workflows by running Actors, extracting data, and responding to Apify events.
sidebar_label: Dify
-sidebar_position: 9
slug: /integrations/dify
---
diff --git a/sources/platform/integrations/workflows-and-notifications/gmail.md b/sources/platform/integrations/workflows-and-notifications/gmail.md
index 357643504d..d01cf73f8a 100644
--- a/sources/platform/integrations/workflows-and-notifications/gmail.md
+++ b/sources/platform/integrations/workflows-and-notifications/gmail.md
@@ -2,7 +2,6 @@
title: Gmail integration
description: Learn how to integrate Apify Actors with Gmail to send automated email notifications with Actor run results to any Gmail address you choose.
sidebar_label: Gmail
-sidebar_position: 6
slug: /integrations/gmail
---
diff --git a/sources/platform/integrations/workflows-and-notifications/gumloop/index.md b/sources/platform/integrations/workflows-and-notifications/gumloop/index.md
index 11ef2352cd..95d1838c8b 100644
--- a/sources/platform/integrations/workflows-and-notifications/gumloop/index.md
+++ b/sources/platform/integrations/workflows-and-notifications/gumloop/index.md
@@ -2,7 +2,6 @@
title: Gumloop integration
description: Connect Apify Actors to Gumloop to retrieve data for AI-powered workflows using native MCP nodes for Instagram, Google Maps, TikTok, and YouTube.
sidebar_label: Gumloop
-sidebar_position: 3
slug: /integrations/gumloop
---
diff --git a/sources/platform/integrations/workflows-and-notifications/gumloop/instagram.md b/sources/platform/integrations/workflows-and-notifications/gumloop/instagram.md
index 4757dbf339..053cda39e8 100644
--- a/sources/platform/integrations/workflows-and-notifications/gumloop/instagram.md
+++ b/sources/platform/integrations/workflows-and-notifications/gumloop/instagram.md
@@ -2,7 +2,6 @@
title: Gumloop - Instagram Actor integration
description: Use the Gumloop Instagram node powered by Apify to extract posts, comments, reels, stories, and profile data without managing API tokens or tasks.
sidebar_label: Instagram
-sidebar_position: 1
slug: /integrations/gumloop/instagram
---
diff --git a/sources/platform/integrations/workflows-and-notifications/gumloop/maps.md b/sources/platform/integrations/workflows-and-notifications/gumloop/maps.md
index 63b82f426c..b65cfa0fb3 100644
--- a/sources/platform/integrations/workflows-and-notifications/gumloop/maps.md
+++ b/sources/platform/integrations/workflows-and-notifications/gumloop/maps.md
@@ -2,7 +2,6 @@
title: Gumloop - Google maps Actor integration
description: Use the Gumloop Google Maps node powered by Apify to search places, get reviews, and extract business details without managing API keys or tasks.
sidebar_label: Google Maps
-sidebar_position: 2
slug: /integrations/gumloop/maps
---
diff --git a/sources/platform/integrations/workflows-and-notifications/gumloop/tiktok.md b/sources/platform/integrations/workflows-and-notifications/gumloop/tiktok.md
index 5145231e12..b33fcbf792 100644
--- a/sources/platform/integrations/workflows-and-notifications/gumloop/tiktok.md
+++ b/sources/platform/integrations/workflows-and-notifications/gumloop/tiktok.md
@@ -2,7 +2,6 @@
title: Gumloop - TikTok Actor integration
description: Use the Gumloop TikTok node powered by Apify to extract videos, profile data, followers, and search results without managing API tokens or tasks.
sidebar_label: TikTok
-sidebar_position: 3
slug: /integrations/gumloop/tiktok
---
diff --git a/sources/platform/integrations/workflows-and-notifications/gumloop/youtube.md b/sources/platform/integrations/workflows-and-notifications/gumloop/youtube.md
index 6c03528114..ef780ebc26 100644
--- a/sources/platform/integrations/workflows-and-notifications/gumloop/youtube.md
+++ b/sources/platform/integrations/workflows-and-notifications/gumloop/youtube.md
@@ -2,7 +2,6 @@
title: Gumloop - YouTube Actor integration
description: Use the Gumloop YouTube node powered by Apify to extract video details, channel data, playlists, and search results without managing API keys or tasks.
sidebar_label: YouTube
-sidebar_position: 4
slug: /integrations/gumloop/youtube
---
diff --git a/sources/platform/integrations/workflows-and-notifications/ifttt.md b/sources/platform/integrations/workflows-and-notifications/ifttt.md
index 2ba68372b0..579ce45ccd 100644
--- a/sources/platform/integrations/workflows-and-notifications/ifttt.md
+++ b/sources/platform/integrations/workflows-and-notifications/ifttt.md
@@ -2,7 +2,6 @@
title: IFTTT integration
description: Connect Apify Actors with IFTTT to build Applets that trigger on Actor run events, retrieve data from datasets, and start runs from any IFTTT trigger.
sidebar_label: IFTTT
-sidebar_position: 7
slug: /integrations/ifttt
---
@@ -79,7 +78,7 @@ To use Apify as an action in your Applet:
1. Select the Actor or task you want to use from the dropdown menu.
- :::note
+ :::note Actor or task not in the dropdown?
IFTTT displays up to 50 recent items in a dropdown. If your Actor or task isn't visible, try using it at least once via API or in Apify Console to make it appear in the list.
diff --git a/sources/platform/integrations/workflows-and-notifications/index.mdx b/sources/platform/integrations/workflows-and-notifications/index.mdx
new file mode 100644
index 0000000000..1d29858d4e
--- /dev/null
+++ b/sources/platform/integrations/workflows-and-notifications/index.mdx
@@ -0,0 +1,44 @@
+---
+title: Workflows and notifications
+description: Trigger Apify Actors from workflow platforms like n8n, Make, and Zapier, route results to chat tools, and build no-code agent flows.
+sidebar_label: Workflows and notifications
+slug: /integrations/workflows-and-notifications
+---
+
+import Card from '@site/src/components/Card';
+import CardGrid from '@site/src/components/CardGrid';
+
+Trigger Apify Actors from workflow automation platforms (n8n, Make, Zapier), embed them as nodes in no-code agent builders, and route results into chat, email, and other team tools.
+
+
+
+
+
+
+
+
+For the full list, see the **Workflows and notifications** section in the sidebar.
diff --git a/sources/platform/integrations/workflows-and-notifications/kestra.md b/sources/platform/integrations/workflows-and-notifications/kestra.md
index 534fbf7bd9..626941780f 100644
--- a/sources/platform/integrations/workflows-and-notifications/kestra.md
+++ b/sources/platform/integrations/workflows-and-notifications/kestra.md
@@ -2,7 +2,6 @@
title: Kestra integration
description: Connect Apify with Kestra to orchestrate workflows declaratively in YAML - run Actors, extract structured data, and react to Actor or task events.
sidebar_label: Kestra
-sidebar_position: 7
slug: /integrations/kestra
---
diff --git a/sources/platform/integrations/workflows-and-notifications/make/ai-crawling.md b/sources/platform/integrations/workflows-and-notifications/make/ai-crawling.md
index 259687a943..ed56b0e7e5 100644
--- a/sources/platform/integrations/workflows-and-notifications/make/ai-crawling.md
+++ b/sources/platform/integrations/workflows-and-notifications/make/ai-crawling.md
@@ -2,7 +2,6 @@
title: Make - AI crawling Actor integration
description: Use Apify Scraper for AI Crawling in Make to extract clean Markdown from websites and feed AI models, RAG pipelines, or LLM frameworks at scale.
sidebar_label: AI Crawling
-sidebar_position: 6
slug: /integrations/make/ai-crawling
toc_max_heading_level: 4
---
diff --git a/sources/platform/integrations/workflows-and-notifications/make/index.md b/sources/platform/integrations/workflows-and-notifications/make/index.md
index 0f8e022221..d53b4bba61 100644
--- a/sources/platform/integrations/workflows-and-notifications/make/index.md
+++ b/sources/platform/integrations/workflows-and-notifications/make/index.md
@@ -2,7 +2,6 @@
title: Make integration
description: Connect Apify Actors to Make scenarios to run Actors, monitor run statuses, and receive Actor results directly inside your automated workflows.
sidebar_label: Make
-sidebar_position: 2
slug: /integrations/make
---
@@ -51,7 +50,7 @@ We have two methods to run an Actor or task and retrieve its data in Make.com, d
- **Synchronous run using the action module**
- **Asynchronous run using the trigger module**
-:::info
+:::info Synchronous run timeout
Make.com imposes a hard timeout for synchronous runs, the timeout varies based on your plan. If the Actor or task takes longer than the timeout to complete, the data will not be fully returned.
If you anticipate that the Actor run will exceed the timeout, use the asynchronous method with a trigger module instead.
diff --git a/sources/platform/integrations/workflows-and-notifications/make/llm.md b/sources/platform/integrations/workflows-and-notifications/make/llm.md
index 44ac3ae2ba..4f853013a4 100644
--- a/sources/platform/integrations/workflows-and-notifications/make/llm.md
+++ b/sources/platform/integrations/workflows-and-notifications/make/llm.md
@@ -2,7 +2,6 @@
title: Make - LLMs Actor integration
description: Use Apify Scraper for LLMs in Make to query Google Search, scrape top results, and return clean Markdown for AI assistants and RAG pipelines.
sidebar_label: LLMs
-sidebar_position: 7
slug: /integrations/make/llm
toc_max_heading_level: 4
---
diff --git a/sources/platform/integrations/workflows-and-notifications/n8n/index.md b/sources/platform/integrations/workflows-and-notifications/n8n/index.md
index e8c762873b..b16a9c0279 100644
--- a/sources/platform/integrations/workflows-and-notifications/n8n/index.md
+++ b/sources/platform/integrations/workflows-and-notifications/n8n/index.md
@@ -2,7 +2,6 @@
title: n8n integration
description: Connect Apify with n8n to automate workflows by running Actors, extracting structured data, and reacting to Actor or task run events in real time.
sidebar_label: n8n
-sidebar_position: 7
slug: /integrations/n8n
---
@@ -145,7 +144,7 @@ You can run Apify operations, retrieve the results, and use AI to process, analy
- **Tools**: Search for **Apify**, select **Apify Tool**, and click **Add to Workflow**. Choose any available operation and configure it.
1. **Run the workflow**: Save it, then provide a prompt instructing the Agent to use the Apify tool with the operations you configured earlier.
-:::note
+:::note Let AI fill in parameters
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.
diff --git a/sources/platform/integrations/workflows-and-notifications/n8n/website-content-crawler.md b/sources/platform/integrations/workflows-and-notifications/n8n/website-content-crawler.md
index 2e239ef796..848b636c95 100644
--- a/sources/platform/integrations/workflows-and-notifications/n8n/website-content-crawler.md
+++ b/sources/platform/integrations/workflows-and-notifications/n8n/website-content-crawler.md
@@ -2,7 +2,6 @@
title: n8n - Website Content Crawler by Apify
description: Use the Website Content Crawler node in n8n to extract clean text and Markdown from websites and feed AI models, RAG pipelines, or LLM frameworks.
sidebar_label: Website Content Crawler
-sidebar_position: 6
slug: /integrations/n8n/website-content-crawler
toc_max_heading_level: 4
---
diff --git a/sources/platform/integrations/workflows-and-notifications/pipedream.md b/sources/platform/integrations/workflows-and-notifications/pipedream.md
index 4108c2b2bb..7aff1d8336 100644
--- a/sources/platform/integrations/workflows-and-notifications/pipedream.md
+++ b/sources/platform/integrations/workflows-and-notifications/pipedream.md
@@ -2,7 +2,6 @@
title: Pipedream integration
description: Connect Apify with Pipedream to automate workflows by running Actors, managing storage, and reacting to Actor or task run events.
sidebar_label: Pipedream
-sidebar_position: 7
slug: /integrations/pipedream
---
diff --git a/sources/platform/integrations/workflows-and-notifications/slack.md b/sources/platform/integrations/workflows-and-notifications/slack.md
index 31797fe186..55c2755d12 100644
--- a/sources/platform/integrations/workflows-and-notifications/slack.md
+++ b/sources/platform/integrations/workflows-and-notifications/slack.md
@@ -2,7 +2,6 @@
title: Slack integration
description: Learn how to integrate your Apify Actors with Slack, from installation through setting up notifications and running Actors directly from Slack.
sidebar_label: Slack
-sidebar_position: 5
slug: /integrations/slack
---
diff --git a/sources/platform/integrations/workflows-and-notifications/telegram.md b/sources/platform/integrations/workflows-and-notifications/telegram.md
index 576b1a847e..44f67ec749 100644
--- a/sources/platform/integrations/workflows-and-notifications/telegram.md
+++ b/sources/platform/integrations/workflows-and-notifications/telegram.md
@@ -2,7 +2,6 @@
title: Telegram integration through Zapier
sidebar_label: Telegram
description: Learn how to integrate Apify Actors with Telegram through Zapier to automatically send Telegram messages with Actor run results and notifications.
-sidebar_position: 4
slug: /integrations/telegram
---
diff --git a/sources/platform/integrations/workflows-and-notifications/viasocket.md b/sources/platform/integrations/workflows-and-notifications/viasocket.md
index 43c4e29e28..2d29938224 100644
--- a/sources/platform/integrations/workflows-and-notifications/viasocket.md
+++ b/sources/platform/integrations/workflows-and-notifications/viasocket.md
@@ -2,7 +2,6 @@
title: viaSocket integration
description: Learn how to connect Apify with viaSocket, configure triggers, authenticate with API tokens, and build automation workflows across your apps.
sidebar_label: viaSocket
-sidebar_position: 8
slug: /integrations/viasocket
---
diff --git a/sources/platform/integrations/workflows-and-notifications/windmill.md b/sources/platform/integrations/workflows-and-notifications/windmill.md
index d70b187624..5e859e9df9 100644
--- a/sources/platform/integrations/workflows-and-notifications/windmill.md
+++ b/sources/platform/integrations/workflows-and-notifications/windmill.md
@@ -2,7 +2,6 @@
title: Windmill integration
description: Use Windmill to run Apify Actors and tasks, react to events via webhooks or polling, and move data between Apify and other services using scripts.
sidebar_label: Windmill
-sidebar_position: 8
slug: /integrations/windmill
---
diff --git a/sources/platform/integrations/workflows-and-notifications/workato.md b/sources/platform/integrations/workflows-and-notifications/workato.md
index fdda46beb8..835cb12d03 100644
--- a/sources/platform/integrations/workflows-and-notifications/workato.md
+++ b/sources/platform/integrations/workflows-and-notifications/workato.md
@@ -2,7 +2,6 @@
title: Workato integration
description: Connect Apify Actors to Workato recipes to run web scraping jobs, monitor run events, and process results in automated workflows.
sidebar_label: Workato
-sidebar_position: 7.0
slug: /integrations/workato
---
diff --git a/sources/platform/integrations/workflows-and-notifications/zapier.md b/sources/platform/integrations/workflows-and-notifications/zapier.md
index c641ed8531..38602de9be 100644
--- a/sources/platform/integrations/workflows-and-notifications/zapier.md
+++ b/sources/platform/integrations/workflows-and-notifications/zapier.md
@@ -2,7 +2,6 @@
title: Zapier integration
description: Connect Apify Actors to Slack, Google Sheets, Salesforce, and more with Zapier. Trigger workflows when Actor or task runs finish and retrieve results.
sidebar_label: Zapier
-sidebar_position: 1
slug: /integrations/zapier
---
diff --git a/static/img/platform/integrations/agno.png b/static/img/platform/integrations/agno.png
new file mode 100644
index 0000000000..c0580db284
Binary files /dev/null and b/static/img/platform/integrations/agno.png differ
diff --git a/static/img/platform/integrations/anthropic-white.svg b/static/img/platform/integrations/anthropic-white.svg
new file mode 100644
index 0000000000..7aab0acb38
--- /dev/null
+++ b/static/img/platform/integrations/anthropic-white.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/img/platform/integrations/anthropic.svg b/static/img/platform/integrations/anthropic.svg
new file mode 100644
index 0000000000..88dc7450b1
--- /dev/null
+++ b/static/img/platform/integrations/anthropic.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/img/platform/integrations/emoji-actor-to-actor.svg b/static/img/platform/integrations/emoji-actor-to-actor.svg
new file mode 100644
index 0000000000..b5f2214a06
--- /dev/null
+++ b/static/img/platform/integrations/emoji-actor-to-actor.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/img/platform/integrations/emoji-api.svg b/static/img/platform/integrations/emoji-api.svg
new file mode 100644
index 0000000000..ca4d0a0a8c
--- /dev/null
+++ b/static/img/platform/integrations/emoji-api.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/img/platform/integrations/emoji-pluggable.svg b/static/img/platform/integrations/emoji-pluggable.svg
new file mode 100644
index 0000000000..5097f5bbdc
--- /dev/null
+++ b/static/img/platform/integrations/emoji-pluggable.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/img/platform/integrations/emoji-x402.svg b/static/img/platform/integrations/emoji-x402.svg
new file mode 100644
index 0000000000..0e0c6a532f
--- /dev/null
+++ b/static/img/platform/integrations/emoji-x402.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/img/platform/integrations/google.svg b/static/img/platform/integrations/google.svg
new file mode 100644
index 0000000000..5e2ccf1e1a
--- /dev/null
+++ b/static/img/platform/integrations/google.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/img/platform/integrations/openclaw.svg b/static/img/platform/integrations/openclaw.svg
new file mode 100644
index 0000000000..bcbc1e10cb
--- /dev/null
+++ b/static/img/platform/integrations/openclaw.svg
@@ -0,0 +1,22 @@
+
diff --git a/static/img/platform/integrations/snowflake.svg b/static/img/platform/integrations/snowflake.svg
new file mode 100644
index 0000000000..dae8f55311
--- /dev/null
+++ b/static/img/platform/integrations/snowflake.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/img/platform/integrations/vercel-white.svg b/static/img/platform/integrations/vercel-white.svg
new file mode 100644
index 0000000000..fd2a0262a2
--- /dev/null
+++ b/static/img/platform/integrations/vercel-white.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/img/platform/integrations/vercel.svg b/static/img/platform/integrations/vercel.svg
new file mode 100644
index 0000000000..d0ebd32134
--- /dev/null
+++ b/static/img/platform/integrations/vercel.svg
@@ -0,0 +1 @@
+
\ No newline at end of file