Embed the full AI agent interface in any web page using an iframe. This provides complete isolation and allows you to embed the agent in third-party websites or applications.
<iframe
src="https://your-domain.com/api/embed/widget?agent_id=YOUR_AGENT_ID&token=YOUR_TOKEN"
width="100%"
height="600"
frameborder="0"
allow="microphone; camera"
></iframe>