Update on this - here’s the solution - not sure what’s kosher here so keeping it brief! Site key is in the html for loading the recaptcha.
const token = await window.grecaptcha.enterprise.execute(RECAPTCHA_SITE_KEY, { action });
formParams['recaptcha-v3-token'] = token