Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.bey.dev/llms.txt

Use this file to discover all available pages before exploring further.

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.

Custom Branding

Available on Growth plans and higher. Upgrade in Your SettingsBilling Tab.
Custom Branding lets you style the iframe to match your brand and removes the Google sign-in requirement for users. Optionally, you can add a contact form to collect user information before they join the conversation. Both are managed in Your SettingsCustom Branding.

Branding Options

Customize the iframe’s appearance:
FieldDescriptionExample
Custom TitleTitle shown in the iframeTalk to our assistant
Logo URLLogo on the welcome screenhttps://example.com/logo.png
Favicon URLFavicon for the iframe pagehttps://example.com/favicon.ico
Brand ColorPrimary color for buttons and key UI accents#007bff
Accent ColorSecondary color for highlights#6c757d
Font ColorDefault text color#000000
Font FamilyCSS font stackArial, sans-serif
Google Font URLStylesheet URL to load a custom fonthttps://fonts.googleapis.com/css2?family=...
Brand WebsiteLink to your homepagehttps://example.com
Brand EmailContact email shown to userscontact@example.com
Brand Button TextCall-to-action button labelLearn More
Brand Button URLCall-to-action button destinationhttps://example.com/about

Next Steps

Back to Managed Agents

Return to managed agents overview