You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Secret UUID for your Discord Bot token. Create the secret in Settings → Secrets, then paste its UUID here.",
56
56
default: DEFAULT_CONFIG.discordBotTokenRef,
57
57
},
58
+
paperclipBoardApiKeyRef: {
59
+
type: "string",
60
+
format: "secret-ref",
61
+
title: "Paperclip Board API Key (secret reference)",
62
+
description:
63
+
"Optional. Secret UUID for a Paperclip board API key. Required when Paperclip is deployed in `authenticated` mode so that plugin-originated calls (approve/reject buttons, workflow steps, inbound reply routing) can satisfy server-side board-auth checks. Create a board API key in Settings → API Keys, store it as a secret, then paste the secret UUID here. Leave blank for `local_trusted` deployments.",
0 commit comments