Share and embed
Share tokens and embeds are how the published configurator leaves the App.
Share token
A token is a public capability. Anyone with the URL can configure that published version. Do not put unpublished engineering notes behind the same token.
Revoke a token in the App if it was sent to the wrong dealer or posted too widely.
Embed
Append ?embed=1 for an iframe on a website or dealer portal. Embed mode keeps the configure experience and drops extra chrome.
Example:
https://app.vendorcad.com/share/{token}?embed=1
The host page must allow the App origin in its frame policy. Marketing already embeds a demo share on vendorcad.com when the App is public.
Where not to send people
| Avoid | Use instead |
|---|---|
/app/dashboard for a buyer | /share/{token} |
| Login for a dealer who only configures | Published link |
| Docs site as a configure UI | App published routes |