Skip to page content
Docs
Make Agent Fast documentation

Ghost

Add the agent to a Ghost publication through code injection.

At a glance

Add the agent to a Ghost publication through code injection.

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

Open Settings → Code injection and add the script to the site footer.

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

Use post-level code injection only when the agent should appear on selected posts. If you modify a theme instead, place the loader in default.hbs before </body> and re-check it after theme updates.

Allowlist the public publication origin and clear any edge cache before testing a changed slug.