One v1 widget script in the app shell
Install AnswerLattice
Copy the AnswerLattice agent packet, install the v1 widget once, pass safe page context, and verify from the dashboard.
One v1 widget script in the app shell
Path, title, feature, workflow, role, locale
Loaded, origin allowed, route allowed, context received
Install verification
Script, allowed origin, blocked route, safe context, and fallback checks are visible before product users rely on support.
Add the v1 widget script and safe context adapter.
Verify origin, route, context, and fallback readiness.
Go live only after the runtime checks pass.
The product owner does not need to hand-write an integration. Save the widget key, allowed origins, and blocked routes in the AnswerLattice dashboard, then copy the dashboard packet into Codex, Claude Code, Cursor, Windsurf, or another coding agent.
AnswerLattice freezes the public v1 script URL, browser global, context methods, and safe context fields for the supported install path.
<script
src="https://answerlattice.com/widget/v1/answerlattice-widget.js"
data-answerlattice-key="{{ANSWERLATTICE_WIDGET_KEY}}"
async
></script>