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, add Checkly Rules, or connect the Checkly MCP Server 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 MCP Server
Give your agents live access to Checkly account data and remote actions.
Checkly Rules
Include the entire Checkly context in commands or documentation.
Skills, MCP, and 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 the MCP Server when your agent needs live Checkly data or remote account actions, such as reading check status, inspecting test sessions, triggering existing checks, reading RCA, or managing status page incidents. 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.When to use the Checkly MCP Server
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. The Checkly MCP Server connects MCP-compatible clients to Checkly over Streamable HTTP. It exposes tools for account context, check status and results, test sessions, result assets, root cause analyses, environment variables, status pages, incidents, and triggering existing checks. Use the MCP Server for live Checkly account operations. Use Skills and the Checkly CLI for Monitoring as Code authoring.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.