From fbc100716fa671f69fa734a6a4ae18c3195b790d Mon Sep 17 00:00:00 2001 From: Superlog app Date: Fri, 12 Jun 2026 06:19:38 +0000 Subject: [PATCH] [superlog] Add manage:websites scope to insights service auth --- apps/insights/src/generation.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/insights/src/generation.ts b/apps/insights/src/generation.ts index 2450f0d81..eb42bc7f5 100644 --- a/apps/insights/src/generation.ts +++ b/apps/insights/src/generation.ts @@ -314,7 +314,7 @@ async function runInsightsAgent(params: { chatId: `insights:${params.organizationId}:${params.websiteId}`, serviceAuth: { organizationId: params.organizationId, - scopes: ["read:data"], + scopes: ["read:data", "manage:websites"], }, };