diff --git a/ai/plugin.mdx b/ai/plugin.mdx index f5fae8a0..76f10766 100644 --- a/ai/plugin.mdx +++ b/ai/plugin.mdx @@ -41,10 +41,32 @@ The [Checkly plugin](https://github.com/checkly/checkly-plugin) bundles the offi /> + + 1. Open the plugin settings and click **Add marketplace**. + 2. Enter `https://github.com/checkly/checkly-plugin` as the source and click **Add marketplace**. + + + The 'Add plugin marketplace' dialog with the Checkly plugin repository URL entered as the source + + + 3. Install the Checkly plugin from the newly added marketplace and connect it to your Checkly account. + + + The Checkly plugin listed in the plugin directory with an install button + + + 4. Once installed, the plugin registers the [Checkly MCP server](/ai/mcp-server) so you can inspect checks, trigger runs, and investigate failures from Codex. + -The Checkly plugin has been submitted to Anthropic and is awaiting review. Until it's approved, install it from the GitHub repository as described above. +The Checkly plugin has been submitted to Anthropic and OpenAI and is awaiting review. Until it's approved, install it from the GitHub repository as described above. After installation, restart your AI agent to load the plugin. diff --git a/images/plugin-codex-add-marketplace.png b/images/plugin-codex-add-marketplace.png new file mode 100644 index 00000000..04e96da9 Binary files /dev/null and b/images/plugin-codex-add-marketplace.png differ diff --git a/images/plugin-codex-install.png b/images/plugin-codex-install.png new file mode 100644 index 00000000..13ed410a Binary files /dev/null and b/images/plugin-codex-install.png differ