From d1de178d77d016d20e7b083efe7ad94dc5cd8088 Mon Sep 17 00:00:00 2001 From: andrewblaney Date: Thu, 7 Nov 2024 17:30:43 +0000 Subject: [PATCH] add smart ai replies perms docs --- smart-ai-replies.mdx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/smart-ai-replies.mdx b/smart-ai-replies.mdx index b6ce3db..32e03c7 100644 --- a/smart-ai-replies.mdx +++ b/smart-ai-replies.mdx @@ -40,6 +40,9 @@ Here is an example Github Action to re-index the documents using the [Plain CLI] - The action uses the `PLAIN_API_KEY` secret to authenticate with the Plain API - The action indexes all URLs in the sitemap +The `PLAIN_API_KEY` requires the following permissions: +- `indexedDocument:create` + ```yaml name: Index docs