mirror of
https://github.com/alkimake/paperclip.git
synced 2026-06-18 11:40:39 +09:00
Clarify OpenClaw claimed API key handling
This commit is contained in:
parent
cec372f9bb
commit
f56901b473
4 changed files with 15 additions and 1 deletions
|
|
@ -49,6 +49,9 @@ describe("buildInviteOnboardingTextDocument", () => {
|
|||
expect(text).toContain("You MUST include agentDefaultsPayload.headers.x-openclaw-auth");
|
||||
expect(text).toContain("will fail with 401 Unauthorized");
|
||||
expect(text).toContain("set the first reachable candidate as agentDefaultsPayload.paperclipApiUrl");
|
||||
expect(text).toContain("~/.openclaw/workspace/paperclip-claimed-api-key.json");
|
||||
expect(text).toContain("PAPERCLIP_API_KEY");
|
||||
expect(text).toContain("saved token field");
|
||||
});
|
||||
|
||||
it("includes loopback diagnostics for authenticated/private onboarding", () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue