Troubleshoot an Embedded Assistant
When an assistant won't show up on a site, it's almost always one of a handful of things. Work down this list.
Checks
- The assistant ID is correct.
- The site's domain is in allowed origins.
- The script
https://saas.seekdown.ai/js/seekdown-assistant.jsloads (check the network tab). - A
<div id="seekdown-assistant-root"></div>exists on the page. - The
accessTokenis right — required for API/OIDC, omitted for None. - The browser console shows no Seekdown errors.
Common Fixes
- Add the missing domain to allowed origins.
- Drop
accessTokenif the security mode is None. - Swap in the new key after renewing.
- Clear the browser or site cache.