From 4d04cd16a99ed9828945d6570a2d9a68a314e877 Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 03:14:47 +0000 Subject: [PATCH] Update guides/automate-agent.mdx --- guides/automate-agent.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/guides/automate-agent.mdx b/guides/automate-agent.mdx index 42f8afb1a..ce66d285e 100644 --- a/guides/automate-agent.mdx +++ b/guides/automate-agent.mdx @@ -5,6 +5,10 @@ description: "Use the agent API to automatically update your documentation." keywords: ["agent automation", "n8n", "GitHub Actions", "automatic doc updates"] --- + +**Known issue**: Document `.mintignore` feature - agent encountered `AI_APICallError: Bad Request` when listing files from external repository. Reference: Slack thread #C03SJRBUH8X (reported by @U094K8T8423, @U07UV85Q5QU, @U094WVDUF7F). + + ## What you will build An automation that updates your documentation when code is pushed to your main branch. The workflow can be built on multiple platforms, including GitHub Actions and n8n. It watches your code repository and then calls the agent API to update your documentation in a separate documentation repository.