✅ ORCA License Server

Running. Vercel serverless API for the ORCA Chrome extension.

GET
/api/verifyCORS
License check by email. ?email=user@example.com
POST
/api/webhook
Lemon Squeezy webhook receiver (X-Signature HMAC verified).
GET
/api/statusADMIN
List every subscription. ?secret=ADMIN_SECRET
GET
/api/syncCORS
Pull saved cloud profile. ?email=...
POST
/api/syncCORS
Push cloud profile. { email, profileData }
GET
/api/shareCORS
Redeem a 6-char share code. ?code=ABC123
POST
/api/shareCORS
Generate a 30-day share code. { profileData }
POST
/api/generate-optionsPRO
ORCA AI workflow suggestions (Pro license required).