api.check.ts
Create new checks, alert channels or other constructs
“Can you set up a new
BrowserCheck for example.com?”Bulk-update your monitoring resources
“Can you change all checks to run every 5 minutes instead of every 10 minutes?”
Gather information about alerts and your monitoring setup
“I just received an alert. Can you tell me details about the failing checks?”
Handle and communicate incidents
“Can you please open an incident and investigate a fix?”
Add Checkly context to your AI agent conversation
Install Checkly Skills or add the Checkly Rules to your AI conversation to give your AI agent enough context to perform Checkly-related tasks.Checkly Skills
Let your agents pull in all required Checkly context on demand.
Checkly Rules
Include the entire Checkly context in commands or documentation.
Skills vs Rules
Use Skills when your AI agent supports the Agent Skills standard. Skills load context on demand, keeping your agent’s context window lean until Checkly-related tasks arise. This is the recommended approach for compatible agents. Use Rules when your agent doesn’t support skills or when you want the Checkly context always available. Rules files are loaded at session start and provide consistent context throughout your conversation.Why is there no Checkly MCP server (yet)?
The MCP concept is often used to enable LLMs to interact with external systems. It acts as a bridge between the AI model and the target system, translating natural language commands into actionable API calls or code snippets. With Monitoring as Code and agent-friendly CLI commands, Checkly already provides a native way to control your monitoring infrastructure via code and access monitoring results via the command line. Whether you need to configure your monitoring setup, access check data or declare incidents, AI can write and update the necessary construct files and execute the Checkly CLI commands autonomously.Markdown access
Every page in the Checkly documentation is available as markdown. This makes it easy to feed specific documentation pages into AI assistants like Claude, ChatGPT, Cursor, or any other AI tool..md endpoints
Append.md to any documentation URL to get the markdown version of that page.
Example:
- HTML:
https://www.checklyhq.com/docs/what-is-checkly/ - Markdown:
https://www.checklyhq.com/docs/what-is-checkly.md
Content negotiation
You can also request markdown by setting theAccept header to text/markdown:
Copy as Markdown button
Every documentation page includes a Copy as Markdown button at the top of the page. Click it to copy the full page content as markdown to your clipboard. This is the fastest way to grab documentation for a specific topic and paste it into your AI assistant’s context.LLMs.txt
The llms.txt standard provides a machine-readable index of all available documentation pages. Checkly publishes anllms.txt file at checklyhq.com/llms.txt that lists every documentation page with its markdown URL and a short description.
llms.txt (first 15 lines)
llms.txt file to crawl and index the entire Checkly documentation. Every link in the file points to the .md version of the page, so you can fetch each URL directly to get the markdown content.