AnswerLattice Agent Install Layer

Install AnswerLattice with your AI coding agent

Copy the AnswerLattice agent packet, install the v1 widget once, pass safe page context, and verify from the dashboard.

Install target

One v1 widget script in the app shell

Safe context

Path, title, feature, workflow, role, locale

Verification

Loaded, origin allowed, route allowed, context received

Install verification

The widget goes live only after runtime checks pass.

Script, allowed origin, blocked route, safe context, and fallback checks are visible before product users rely on support.

01

Install script

Add the v1 widget script and safe context adapter.

02

Run checks

Verify origin, route, context, and fallback readiness.

03

Launch widget

Go live only after the runtime checks pass.

Start with the agent packet

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.

  • Save allowed origins and blocked routes in AnswerLattice first.
  • Copy the AI install packet from the dashboard Install Center.
  • Review the files changed and verification output.
  • Use the AnswerLattice dashboard to confirm runtime status.

Stable contract

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>

Agent downloads

  • https://answerlattice.com/agents/answerlattice/AGENTS.md
  • https://answerlattice.com/agents/answerlattice/CLAUDE.md
  • https://answerlattice.com/agents/answerlattice/cursor/RULE.md
  • https://answerlattice.com/agents/answerlattice/cursor.mdc
  • https://answerlattice.com/agents/answerlattice/windsurf.md
  • https://answerlattice.com/agents/answerlattice/skill/SKILL.md
  • https://answerlattice.com/agents/answerlattice/answerlattice-agent-kit.zip