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..2f75b4f104 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. + + + + + + @@ -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 /> + +