Auth Tokens & Request Context When this skill applies Use this skill when the main decision is which VTEX IO identity should authenticate a backend request to VTEX services. - Choosing between , , and - Deciding whether a VTEX client call should use , , or - Reviewing storefront and Admin integrations that should respect the current user identity - Replacing hardcoded and usage inside a VTEX IO app Do not use this skill for: - deciding which policies belong in - modeling route-level authorization or resource-based policies - choosing between , , and other client abstractions - browser-side lo…