Hi there! Is there a simple way I can reference retool-embed SDK by just using tag on my page? Is there any CDN? Or where can I download the script to host it myself? I have issues installing it using npm:
Alternatively, you can fetch the https://releases.retool.com/embed.js script directly using curl or wget:
curl -O https://releases.retool.com/embed.js
Host the File:
Place the downloaded embed.js file on your server or in your project's public assets directory
You may also prefer this Retool Documentation Embed web apps | Retool Docs
If the Retool Embed SDK requires login when you attempt to fetch it via curl or download it directly, you won’t be able to retrieve it anonymously. In such cases, the easiest workaround is to use the provided CDN link directly in your <script> tag.
If you still prefer to host the SDK locally Check Retool's Documentation or Support:
Retool might provide a way to download the SDK from your account dashboard or a protected area of their site.