Integrate into any web builder or site that supports custom HTML or iframes.

Basic Usage

<iframe 
  src="https://talk.iwy.ai/embed?token=xxx&agentid=your-agent-id"
  style="width: 100%; height: 100%; border: none;"
  allow="microphone;"
  sandbox="allow-scripts allow-same-origin allow-popups allow-popups-to-escape-sandbox">
</iframe>

Parameters

  • token - Your authentication token
  • agentid - Your agent ID
  • width - iframe width (set using CSS, example: width: 100%;)
  • height - iframe height (set using CSS, example: height: 600px;)
  • allow="microphone;" - Important: Required for voice features
Without this permission (allow="microphone;"), users won’t be able to interact with the agent via voice.
Perfect for embedding in specific page sections where you want full control over layout and positioning. Common use cases include:
  • Web Builders: Embedding into a Framer or Webflow site.
  • E-commerce Platforms: Adding to a Shopify or BigCommerce store.
  • Blogs & Websites: Including in a personal blog, company website, or any site built with a CMS like WordPress.
Get your token | Contact support