From 1ce800c158923c8f8d8a0f665b3deedbbdd46230 Mon Sep 17 00:00:00 2001 From: Wes Belt Date: Fri, 3 Apr 2026 14:15:36 -0400 Subject: [PATCH] docs: add claimedApiKeyPath to agentConfigurationDoc Co-Authored-By: Claude Opus 4.6 (1M context) --- packages/adapters/openclaw-gateway/src/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/adapters/openclaw-gateway/src/index.ts b/packages/adapters/openclaw-gateway/src/index.ts index 1bdf66f2..137cd340 100644 --- a/packages/adapters/openclaw-gateway/src/index.ts +++ b/packages/adapters/openclaw-gateway/src/index.ts @@ -36,6 +36,7 @@ Request behavior fields: - waitTimeoutMs (number, optional): agent.wait timeout override (default timeoutSec * 1000) - autoPairOnFirstConnect (boolean, optional): on first "pairing required", attempt device.pair.list/device.pair.approve via shared auth, then retry once (default true) - paperclipApiUrl (string, optional): absolute Paperclip base URL advertised in wake text +- claimedApiKeyPath (string, optional): path to the claimed API key JSON file read by the agent at wake time (default ~/.openclaw/workspace/paperclip-claimed-api-key.json) Session routing fields: - sessionKeyStrategy (string, optional): issue (default), fixed, or run