From 8d6f83f170fa2ce53fcdfd531c00b0d9d2c31330 Mon Sep 17 00:00:00 2001 From: adavyas <121313528+adavyas@users.noreply.github.com> Date: Thu, 9 Apr 2026 13:18:37 -0700 Subject: [PATCH] Clarify honchoApiKeySecretRef requirement --- docs/v3/guides/integrations/paperclip.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/v3/guides/integrations/paperclip.mdx b/docs/v3/guides/integrations/paperclip.mdx index c597a34b..6e26ca35 100644 --- a/docs/v3/guides/integrations/paperclip.mdx +++ b/docs/v3/guides/integrations/paperclip.mdx @@ -111,7 +111,7 @@ If you are not using Honcho Cloud, set `honchoApiBaseUrl`. Set `honchoApiKeySecr | Setting | Default | Use when | | --- | --- | --- | -| `honchoApiKeySecretRef` | — | Required. Points the plugin at the Paperclip secret containing your Honcho API key. | +| `honchoApiKeySecretRef` | — | Required for cloud-based setups. Points the plugin at the Paperclip secret containing your Honcho API key. | | `honchoApiBaseUrl` | `https://api.honcho.dev` | Override this for self-hosted or non-default Honcho deployments. | | `workspacePrefix` | `paperclip` | Change this if you want a different workspace namespace. | | `syncIssueComments` | `true` | Turn this off if you do not want comment history imported into Honcho. |