Skip to page content
Docs
Make Agent Fast documentation

Shopify

Add the agent with a theme app extension or Custom Liquid.

At a glance

Add the agent with a theme app extension or Custom Liquid.

Embed install pathLoader on your site talks to the hosted agent runtime
Your websiteHTML / appLoader scriptembed.jsWidget UIChat / voiceAgent

Theme extension availability#

The theme app extension source is in integrations/shopify. It is a development template, not a public Shopify App Store application. An authorized Partner account must place it in an app shell, deploy it, and complete Shopify review before merchants can install it from the App Store.

Custom Liquid#

In Online Store → Themes → Customize, add a Custom Liquid block where supported, or edit theme.liquid and place the script before </body>.

<script src="https://makeagent.fast/embed.js"
        data-agent="YOUR_SITE_SLUG"
        async></script>

Allowlist the canonical storefront origin. Preview domains may differ from the live myshopify.com or custom domain and must be added separately for testing.

Theme changes#

Re-check the app embed after publishing a new theme. Test the launcher around cart drawers, consent banners, and mobile navigation so fixed elements do not overlap.