Azuvyn
This deployment serves an embeddable chat assistant for client websites. It answers visitors from the client's own AI brain — the same knowledge store their AI phone line reads — so an owner who corrects a fact once sees both surfaces change, with no redeploy.
There is nothing to see on this page. The product is the widget and the endpoints below.
<script src="https://azuvyn-ai-assistant.pages.dev/assistant.js"
data-client="<slug>" defer></script>
GET /api/assistant?clientId=<slug> — the public, secret-free widget configPOST /api/assistant — one grounded chat turnPOST /api/lead — lead capture into the unified client recordGET /api/health — whether this deployment is configured and armed
Check /api/health. It reports whether each binding is present and whether the
ASSISTANT_LIVE gate is armed — booleans only, never any part of a secret's value.