diff --git a/guides/agentic-workflows.mdx b/guides/agentic-workflows.mdx index a258c6b..c79b88b 100644 --- a/guides/agentic-workflows.mdx +++ b/guides/agentic-workflows.mdx @@ -165,7 +165,7 @@ __checks__/base-url.check.ts ``` - AI agents can easily call the Checkly CLI to update your entire monitoring configuration thanks to Monitoring as Code. If you don't properly review the configuration changes, this can lead to broken monitoring, unnecessary alerts and angry team mates. + AI agents can easily call the Checkly CLI to update your entire monitoring configuration thanks to Monitoring as Code. If you don't properly review the configuration changes, this can lead to broken monitoring, unnecessary alerts and angry teammates. We recommend to include safeguards against accidental deployments by instructing the AI to always request confirmation before running `npx checkly deploy`. @@ -256,7 +256,7 @@ For a solid monitoring strategy uptime monitoring is only the first step. [API C To create complex assertions, target AI to analyze your source code to generate meaningful assertions automatically. -``` +```md AI Prompt Can you set up an API check for /api/products? Please analyze the code and endpoint to create valuable assertions.