PS
Priya S.
Senior Engineer · Posted 4 days ago
We want a Jarvis chat bubble on our internal wiki so on-call engineers can ask it runbook questions. Is the embed widget suitable for internal-only use, or is there a better path?
Senior Engineer · Posted 4 days ago
We want a Jarvis chat bubble on our internal wiki so on-call engineers can ask it runbook questions. Is the embed widget suitable for internal-only use, or is there a better path?
Developer Advocate · DeskClone AI
Embed widget works for this. Two flavors:
For internal use, go with the authenticated version. Settings > Widget > Authentication > enable 'Require JWT'. You sign the JWT on your wiki's backend with the tenant secret, pass it to window.JarvisWidget.init({ token }).
The authenticated version also unlocks internal-only KB scopes (files under kb/internal/* that anonymous users never see).