Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions guides/agentic-workflows.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ __checks__/base-url.check.ts
```

<Warning>
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`.
</Warning>
Expand Down Expand Up @@ -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.
Expand Down