CORS errors in embed
Symptom
Access to fetch at 'https://api...' from origin 'https://...' has been blocked by CORS policyCause
The request went to the cabinet surface (allowlist CORS), not the embed surface (* CORS).
Fix
- The partner site must hit
/api/v1/embed/*, not/api/v1/orgs/* - JWT (not a cookie) — via Authorization: Bearer
- The partner site's origin must be in the allowlist of the API key
mk_*