You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ai/rocky-ai.mdx
+7-12Lines changed: 7 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,21 +7,16 @@ sidebarTitle: Rocky AI
7
7
Rocky AI is Checkly's AI agent. Rocky AI can help you automatically determine user impact and root cause on any failing
8
8
check using error messages, code, metrics, traces and logs.
9
9
10
-
## Rocky AI capabilities
10
+
## Rocky AI Capabilities
11
+
### Root Cause & User Impact Analysis
11
12
12
-
Rocky AI's current core capabilities are **Root Cause & User Impact Analysis** for failing checks and
13
-
test results. Read more about [Rocky AI Root Cause Analysis in the resolve section](/resolve/ai-root-cause-analysis/overview).
13
+
-**User Impact**: Rocky AI analyzes the failure and provides you with a list of impacted user groups and features.
14
+
-**Root Cause**: Rocky AI analyzes the failure and provides you with a root cause analysis.
15
+
-**Step Summary**: Rocky AI summarizes the steps in the check script, making it easier to understand what the check is doing and where it failed. This typically works for any Playwright based check.
14
16
15
-
*We are planning more capabilities for Rocky AI across the Detect, Communicate and Resolve categories.*
1. Make sure [Rocky AI is enabled in its settings page](https://app.checklyhq.com/accounts/rocky-ai).
22
-
2. Now look for Rocky AI buttons and options in the Checkly web interface.
23
-
24
-
## AI invocations
19
+
## Consumption & Invocations
25
20
26
21
Every AI analysis — whether triggered automatically or manually — counts as one invocation against your plan's quota. If the same analysis result is pushed to multiple alert channels, it is still counted as a single invocation.
Copy file name to clipboardExpand all lines: ai/skills.mdx
+113Lines changed: 113 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,6 +54,119 @@ Provide the necessary Checkly context and let your AI agent of choice do the res
54
54
55
55
Using Checkly, you can now control your monitoring setup with AI agents without needing a specific MCP server or API for your monitoring. Tell your agent what you want to do and it will access the necessary context and use the CLI to manage your monitoring setup effectively.
56
56
57
+
## Skill Details
58
+
59
+
<Accordiontitle="Configure">
60
+
Create and manage monitoring checks, alert channels, dashboards, status pages, and other Checkly constructs using the CLI.
61
+
62
+
**Invoke explicitly:**
63
+
64
+
```bash
65
+
npx checkly skills configure
66
+
```
67
+
68
+
**Example prompts:**
69
+
70
+
- "Create a URL monitor for api.example.com that checks every 5 minutes"
71
+
- "Set up a browser check that logs into my app and verifies the dashboard loads"
72
+
- "Add a Slack alert channel for my production check group"
0 commit comments