diff --git a/sources/platform/integrations/ai/codex/_category_.yml b/sources/platform/integrations/ai/codex/_category_.yml deleted file mode 100644 index 379cd5da64..0000000000 --- a/sources/platform/integrations/ai/codex/_category_.yml +++ /dev/null @@ -1 +0,0 @@ -label: 'Codex' diff --git a/sources/platform/integrations/ai/codex/index.mdx b/sources/platform/integrations/ai/codex/index.mdx deleted file mode 100644 index 10868546b4..0000000000 --- a/sources/platform/integrations/ai/codex/index.mdx +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: Codex -description: Use Apify Actors with OpenAI Codex - install the Apify plugin in the Codex app or the Codex CLI to discover, run, and build Actors with the MCP server. -sidebar_label: Codex -slug: /integrations/codex ---- - -import Card from '@site/src/components/Card'; -import CardGrid from '@site/src/components/CardGrid'; - -[Codex](https://developers.openai.com/codex/) is OpenAI's agentic coding tool. The [Apify plugin for Codex](https://github.com/apify/apify-codex-plugin) connects Codex to Apify's library of [Actors](https://apify.com/store) through the [Apify MCP server](/integrations/mcp) and five bundled skills for common workflows. - -The plugin installs in two places. Pick the one that matches how you use Codex. - -## Choose your setup - - - - - diff --git a/sources/platform/integrations/ai/index.mdx b/sources/platform/integrations/ai/index.mdx index 93b2cd3726..449b0e4415 100644 --- a/sources/platform/integrations/ai/index.mdx +++ b/sources/platform/integrations/ai/index.mdx @@ -88,10 +88,48 @@ Plug Apify Actors into the AI stack - chat clients like Claude and ChatGPT via t imageUrl="/img/platform/integrations/emoji-x402.svg" smallImage /> + + +## AI assistants + +Chat and coding assistants you connect to Apify through the Apify MCP server or a plugin. + + + + + + + {/* Prepared for release - uncomment each card when its page merges: + GitHub Copilot (#2699), Grok Build (#2700), OpenCode (#2692). + + + + */} ## By provider -The [Claude hub](/integrations/claude) covers Apify integrations across Claude Desktop and the Claude Code CLI on one page. - -The [OpenAI hub](/integrations/openai) covers Apify integrations across ChatGPT, the OpenAI Agents SDK, and OpenAI Assistants on one page. - -For Google ADK, see the [Google ADK](/integrations/google-adk) page. The full list of AI integrations lives in the sidebar. +See everything for a provider on one page: the [OpenAI hub](/integrations/openai) (ChatGPT, Codex, Agents SDK) and the [Claude hub](/integrations/claude) (Claude Desktop, Claude Code CLI). diff --git a/sources/platform/integrations/ai/codex/codex-app.md b/sources/platform/integrations/ai/openai/codex-app.md similarity index 95% rename from sources/platform/integrations/ai/codex/codex-app.md rename to sources/platform/integrations/ai/openai/codex-app.md index f4198fbbab..ba6b571d03 100644 --- a/sources/platform/integrations/ai/codex/codex-app.md +++ b/sources/platform/integrations/ai/openai/codex-app.md @@ -1,6 +1,6 @@ --- -title: Codex App integration -sidebar_label: Codex App +title: Codex in the ChatGPT desktop app +sidebar_label: Codex (desktop app) description: Learn how to install the Apify plugin for Codex to discover, run, and build Actors with the Apify MCP server and bundled skills for common workflows. slug: /integrations/codex-app --- @@ -14,7 +14,7 @@ The [Apify plugin for Codex](https://github.com/apify/apify-codex-plugin) connec - The [Apify MCP server](/integrations/mcp) for searching Apify Store, running Actors, and retrieving datasets through the [Model Context Protocol (MCP)](https://modelcontextprotocol.io/docs/getting-started/intro). - Five built-in skills for common workflows (see [Bundled skills](#bundled-skills) below). -This guide covers installation in the Codex app. +This guide covers installation in the ChatGPT desktop app, where you select **Codex** from the top-left menu. To use Codex in your terminal instead, see the [Codex CLI](/integrations/codex-cli) guide. @@ -61,7 +61,7 @@ The plugin bundles the Apify MCP server. Read-only tools like searching Apify St 1. After you select **Install Apify**, Codex starts the Apify MCP server setup and opens a browser tab for the Apify OAuth flow. -1. Review the permissions and click **Allow access**. +1. Review the permissions and select **Allow access**. 1. Back in Codex, the `apify` MCP server connects and is ready to use. diff --git a/sources/platform/integrations/ai/codex/codex-cli.md b/sources/platform/integrations/ai/openai/codex-cli.md similarity index 96% rename from sources/platform/integrations/ai/codex/codex-cli.md rename to sources/platform/integrations/ai/openai/codex-cli.md index d22552b3da..2a73465a47 100644 --- a/sources/platform/integrations/ai/codex/codex-cli.md +++ b/sources/platform/integrations/ai/openai/codex-cli.md @@ -14,7 +14,7 @@ The [Apify plugin for Codex](https://github.com/apify/apify-codex-plugin) connec - The [Apify MCP server](/integrations/mcp) for searching Apify Store, running Actors, and retrieving datasets through the [Model Context Protocol (MCP)](https://modelcontextprotocol.io/docs/getting-started/intro). - Five built-in skills for common workflows (see [Bundled skills](#bundled-skills) below). -This guide covers installation in the Codex CLI. +This guide covers installation in the Codex CLI. To use Codex in the ChatGPT desktop app instead, see the [Codex in the ChatGPT desktop app](/integrations/codex-app) guide. @@ -55,7 +55,7 @@ The plugin bundles the Apify MCP server. Read-only tools like searching Apify St 1. The first time Codex calls a tool that requires authentication, such as running an Actor, it opens a browser tab for the Apify OAuth flow. -1. Review the permissions and click **Allow access**. +1. Review the permissions and select **Allow access**. 1. Back in the terminal, the `apify` MCP server is connected and ready to use in any new chat. diff --git a/sources/platform/integrations/ai/openai/index.mdx b/sources/platform/integrations/ai/openai/index.mdx index 3416de42fa..173ee885a8 100644 --- a/sources/platform/integrations/ai/openai/index.mdx +++ b/sources/platform/integrations/ai/openai/index.mdx @@ -1,6 +1,6 @@ --- title: OpenAI -description: Use Apify Actors with OpenAI - call scrapers and crawlers from ChatGPT, the OpenAI Agents SDK, and OpenAI Assistants to feed models live web data. +description: Use Apify Actors with OpenAI - call scrapers and crawlers from ChatGPT, Codex, the OpenAI Agents SDK, and OpenAI Assistants to feed models live web data. sidebar_label: OpenAI slug: /integrations/openai --- @@ -8,7 +8,7 @@ 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. +Apify integrates with [OpenAI](https://openai.com) across ChatGPT (via the Apify MCP server), Codex (in the ChatGPT desktop app and the CLI), 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 @@ -20,6 +20,22 @@ Apify integrates with [OpenAI](https://openai.com) in three places: ChatGPT (via imageUrl="/img/platform/integrations/openai.svg" smallImage /> + +