salla-embedded-app
Installation
SKILL.md
Salla Embedded App Flow
Integrate a custom page inside the Salla Merchant Dashboard. Step 1 performs the page registration with the Salla Partners MCP; the SDK steps are code you write into the app. Follow the steps in order — complete each gate before moving to the next.
The official Salla model is Trust-but-Verify: Salla passes a short-lived token in the
iframe URL; your frontend captures it with embedded.auth.getToken() and hands it to your
backend, which verifies it with Salla's Introspection API and then mints its own session.
The frontend is a courier — it never makes authorization decisions. Step 3 is the recipe;
references/auth-and-session.md is the authoritative source.