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
8 changes: 8 additions & 0 deletions ai/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
</Card>
</Columns>

## 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.

<Card title="Agentic Checks" href="/detect/synthetic-monitoring/agentic-checks/overview" cta="Get started">
Turn a prompt into an AI-powered synthetic check that discovers, verifies, and maintains itself.
</Card>
15 changes: 15 additions & 0 deletions detect/synthetic-monitoring/agentic-checks/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,21 @@ sidebarTitle: 'Overview'
**Monitoring as Code**: Learn more about the [Agentic Check Construct](/constructs/agentic-check).
</Tip>

<Frame>
<img
className="block dark:hidden"
src="/images/next/agentic-check-overview-light.png"
alt="Agentic check overview"
style={{width: "100%"}}
/>
<img
className="hidden dark:block"
src="/images/next/agentic-check-overview-dark.png"
alt="Agentic check overview"
style={{width: "100%"}}
/>
</Frame>

## 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.
Expand Down
Binary file added images/next/agentic-check-overview-dark.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/next/agentic-check-overview-light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading