diff --git a/ai/overview.mdx b/ai/overview.mdx index 69de8f9b..58485167 100644 --- a/ai/overview.mdx +++ b/ai/overview.mdx @@ -84,3 +84,11 @@ Append `.md` to any docs URL, request markdown with content negotiation, or copy A machine-readable index of every documentation page for crawling and indexing. + +## Let Checkly's AI run the monitor + +The tools above help your AI agent author Monitoring as Code. If you'd rather describe a monitoring goal in plain language and let Checkly's AI run it for you, use Agentic Checks. They turn a prompt into a synthetic check that explores your app, evaluates assertions, and self-heals when the underlying flow changes. + + +Turn a prompt into an AI-powered synthetic check that discovers, verifies, and maintains itself. + diff --git a/detect/synthetic-monitoring/agentic-checks/overview.mdx b/detect/synthetic-monitoring/agentic-checks/overview.mdx index 13d48eda..abf0e0d5 100644 --- a/detect/synthetic-monitoring/agentic-checks/overview.mdx +++ b/detect/synthetic-monitoring/agentic-checks/overview.mdx @@ -8,6 +8,21 @@ sidebarTitle: 'Overview' **Monitoring as Code**: Learn more about the [Agentic Check Construct](/constructs/agentic-check). + +Agentic check overview +Agentic check overview + + ## What are Agentic Checks? Agentic Checks are AI-powered synthetic checks that turn a monitoring goal into an executable check. You describe what the agent should verify, and Checkly runs the agent in a browser-capable runtime to explore the target, evaluate assertions, and persist what it learns for future runs. diff --git a/images/next/agentic-check-overview-dark.png b/images/next/agentic-check-overview-dark.png new file mode 100644 index 00000000..e4a93a1e Binary files /dev/null and b/images/next/agentic-check-overview-dark.png differ diff --git a/images/next/agentic-check-overview-light.png b/images/next/agentic-check-overview-light.png new file mode 100644 index 00000000..5c5729b0 Binary files /dev/null and b/images/next/agentic-check-overview-light.png differ