docs: record confirmed headless auth headers (Authorization + Arcade-User-ID)

This commit is contained in:
2026-06-18 10:13:15 -04:00
parent b776157c95
commit dfc7f6a589
3 changed files with 10 additions and 5 deletions
+4 -2
View File
@@ -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.