From 2e90dd92c7bed54eb9d060c3dc52c10780bef0c5 Mon Sep 17 00:00:00 2001 From: adavyas <121313528+adavyas@users.noreply.github.com> Date: Thu, 9 Apr 2026 13:11:59 -0700 Subject: [PATCH] Update Honcho setup instructions for clarity Clarified requirements for Honcho setup based on deployment type. --- docs/v3/guides/integrations/paperclip.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/v3/guides/integrations/paperclip.mdx b/docs/v3/guides/integrations/paperclip.mdx index 3d81fcf2..c597a34b 100644 --- a/docs/v3/guides/integrations/paperclip.mdx +++ b/docs/v3/guides/integrations/paperclip.mdx @@ -42,7 +42,7 @@ This page covers the current public-host-compatible Paperclip plugin. It support - `Import history` - `Repair mappings` -`honchoApiKeySecretRef` is the only field required for the standard setup path. The other settings already have defaults. +`honchoApiKeySecretRef` is the only field required for the standard setup path if you are using cloud-based Honcho. `honchoApiBaseUrl` is the only field required if you are running Honcho locally. The other settings already have defaults. If you use a self-hosted or local Honcho deployment, `honchoApiBaseUrl` must be reachable from the Paperclip host runtime. If Paperclip is running in Docker, `localhost` may not point at your machine. @@ -105,7 +105,7 @@ The settings page exposes the main operator workflow directly: ### Required Setting -Set `honchoApiKeySecretRef` first. If you are not using Honcho Cloud, also set `honchoApiBaseUrl`. Everything else can be left at the defaults until you have a reason to change it. +If you are not using Honcho Cloud, set `honchoApiBaseUrl`. Set `honchoApiKeySecretRef` if you are using Honcho Cloud. Default `honchoApiBaseUrl` is already set to api.honcho.dev. Everything else can be left at the defaults until you have a reason to change it. ### Default Behavior