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
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.