Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 23 additions & 1 deletion ai/plugin.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,32 @@ The [Checkly plugin](https://github.com/checkly/checkly-plugin) bundles the offi
/>
</Frame>
</Tab>
<Tab title="Codex & ChatGPT">
1. Open the plugin settings and click **Add marketplace**.
2. Enter `https://github.com/checkly/checkly-plugin` as the source and click **Add marketplace**.

<Frame>
<img
src="/images/plugin-codex-add-marketplace.png"
alt="The 'Add plugin marketplace' dialog with the Checkly plugin repository URL entered as the source"
/>
</Frame>

3. Install the Checkly plugin from the newly added marketplace and connect it to your Checkly account.

<Frame>
<img
src="/images/plugin-codex-install.png"
alt="The Checkly plugin listed in the plugin directory with an install button"
/>
</Frame>

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.
</Tab>
</Tabs>

<Note>
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.
</Note>

After installation, restart your AI agent to load the plugin.
Expand Down
Binary file added images/plugin-codex-add-marketplace.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/plugin-codex-install.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading