docs: record confirmed headless auth headers (Authorization + Arcade-User-ID)
This commit is contained in:
+4
-2
@@ -12,5 +12,7 @@ ARCADE_API_KEY=
|
||||
ARCADE_USER_A=user-a@servicetitan.com
|
||||
ARCADE_USER_B=user-b@servicetitan.com
|
||||
|
||||
# The exact header name(s) for API-key + user_id on MCP calls are CONFIRMED live in Task 1.1
|
||||
# and recorded in LIVE-POC.md — do not guess them in code.
|
||||
# Confirmed headless auth (Arcade docs) — MCP gateway calls send:
|
||||
# Authorization: Bearer ${ARCADE_API_KEY}
|
||||
# Arcade-User-ID: <user_id> (any stable string; an email works)
|
||||
# See LIVE-POC.md.
|
||||
|
||||
Reference in New Issue
Block a user