R

Welcome to Reflyit Agent

Authentication required for platform access

Clone Your Reality.
Automate the Echo.

The ultra-low latency communication pipeline for next-generation AI agents. Real-time voice cloning and sub-second chat reasoning in one embeddable widget.

💬

LLM Chat Pipeline

Zero-shot prompt injection with RAG-capable memory streams. Optimized for sub-500ms token generation.

CONTEXT_PRESERVE RAG_ENABLED
🎙

Instant Voice Cloning

High-fidelity zero-shot voice replication with natural emotion capture, powered by ElevenLabs.

ELEVENLABS_TTS VOICE_CLONE

Integration Playground

Select an agent and test the widget live.

Pro Tip: Click the 💬 bubble at the bottom-right to open the live chat. Switch to 🎙 Voice Mode to test real-time voice cloning.

Select an agent to generate the exact widget code.

This code is generated from your current Reflyit Agent domain and the selected agent you are allowed to access. Users do not need to type the agent ID manually.

Install Guide

Add this chatbot to any website

Select an agent above, copy the generated snippet, paste it before the closing body tag on your website, and publish. Remove any older chatbot snippet first so the page does not keep calling the retired domain.

Choose Agent & Copy Code

1. Prepare the agent

Create or choose an agent

In the Reflyit Agent dashboard, create the agent that should answer website visitors. Add its instructions, voice, greeting, and knowledge base access.

Copy the agent ID

This page automatically puts the selected agent ID into the snippet. Users should not manually invent the ID.

2. Paste this code into the website

Use the Auto-Filled Integration Code above. It already contains the correct agent ID, the production API URL, and a fresh widget script URL. Paste it before the closing </body> tag on every page where the chatbot should appear.

No manual replacement is required. Delete any previous code that contains hlabs.railway.app before adding the new snippet.

3. Where the values come from

ValueFilled fromShown in code as
apiUrlThe current Reflyit Agent domainLoading...
agentIdThe selected accessible agentSelect an agent

4. Test after publishing

  • Open the website in an incognito browser.
  • Confirm the chat bubble appears at bottom-right.
  • Send a test message and verify the agent replies.
  • Open DevTools Console if the widget does not load.
Common fixes

Use HTTPS for voice mode. Make sure the script URL opens in the browser. Verify the agent is active, the exact agent ID is used, and the code does not contain the old hlabs.railway.app domain.

Optional customization

Widget colors are automatically loaded from the selected agent settings. Developers can optionally add display-only labels if they want to override the header text.

new HLabsChatbot({
  agentId: 'auto-filled-selected-agent-id',
  apiUrl: 'auto-filled-current-hlabs-domain',
  headerTitle: 'AI Assistant',
  headerSubtitle: 'How can I help?'
});