Skip to main content
Embed your agents into any webpage using a simple iframe element. The agent appears as an interactive video call interface within your existing UI.

Use Cases

iframe embedding is ideal for:
  • Seamless experience: Keep users on your platform without redirecting to external pages
  • Custom branding: Maintain your own branding instead of Beyond Presence’s default interface
  • Conversion optimization: Reduce friction by embedding agents directly in your sales funnel
  • Unified interface: Integrate AI assistance alongside your existing features and content

Configuration

Embed your agent using this HTML snippet:
<iframe 
    src="https://bey.chat/{agent-id}" 
    width="100%" 
    height="600px" 
    frameborder="0" 
    allowfullscreen
    allow="camera; microphone; fullscreen"
    style="border: none; max-width: 100%;"
></iframe>
Replace {agent-id} with your agent’s ID and adjust the iframe dimensions as needed.
Extract the agent ID from the direct conversation link—it’s the string after bey.chat/.
Get the iframe code directly from the dashboard by clicking Embed in the agent card’s options menu.

Next Steps