Skip to content

Commit e370a80

Browse files
authored
Merge pull request #412 from checkly/docs/agentic-check-overview-screenshots
docs: surface Agentic Checks (overview screenshot + AI section pointer)
2 parents 7b85e88 + e7f839b commit e370a80

4 files changed

Lines changed: 23 additions & 0 deletions

File tree

ai/overview.mdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,3 +84,11 @@ Append `.md` to any docs URL, request markdown with content negotiation, or copy
8484
A machine-readable index of every documentation page for crawling and indexing.
8585
</Card>
8686
</Columns>
87+
88+
## Let Checkly's AI run the monitor
89+
90+
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.
91+
92+
<Card title="Agentic Checks" href="/detect/synthetic-monitoring/agentic-checks/overview" cta="Get started">
93+
Turn a prompt into an AI-powered synthetic check that discovers, verifies, and maintains itself.
94+
</Card>

detect/synthetic-monitoring/agentic-checks/overview.mdx

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,21 @@ sidebarTitle: 'Overview'
88
**Monitoring as Code**: Learn more about the [Agentic Check Construct](/constructs/agentic-check).
99
</Tip>
1010

11+
<Frame>
12+
<img
13+
className="block dark:hidden"
14+
src="/images/next/agentic-check-overview-light.png"
15+
alt="Agentic check overview"
16+
style={{width: "100%"}}
17+
/>
18+
<img
19+
className="hidden dark:block"
20+
src="/images/next/agentic-check-overview-dark.png"
21+
alt="Agentic check overview"
22+
style={{width: "100%"}}
23+
/>
24+
</Frame>
25+
1126
## What are Agentic Checks?
1227

1328
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.
202 KB
Loading
217 KB
Loading

0 commit comments

Comments
 (0)