Embed a tool
Put any tool on your own page. The tool runs in a sandboxed iframe on our origin, sizes itself to its content, and makes zero third-party requests — the same privacy guarantee as the standalone page.
One tool, inline
<script src="https://tools.demystifysystem.com/embed.js"
data-demystify-tool="gst-calculator"></script>Placeholders + one include
<div data-demystify-tool="qr-code-generator"></div>
<div data-demystify-tool="json-formatter"></div>
<script src="https://tools.demystifysystem.com/embed.js"></script>How it behaves
- The loader is ~1.4 KB gzipped and adds no dependencies.
- The iframe is sandboxed and auto-resizes via a
postMessagecontract. - It follows the host's light/dark theme automatically.
- Only the Demystify product family may frame the embed surface (CSP
frame-ancestors).
See the documentation for the API and MCP options, or how privacy is enforced.