Brand control
Custom voice and welcome
Set brand-specific opening messages, tone, and reply behavior for every workspace you manage.
Lumina Chat gives each company its own branded widget, inbox, AI rules, team access, and deployment key while your team runs everything from one clean control layer.
Workspace model
Isolated
Separate company data, inboxes, settings, and AI behavior cleanly.
Rollout
Fast
Deploy with widget embed, API, or both depending on the surface.
Operations
Human-ready
Handle live takeovers, images, and voice notes in one inbox.
Platform showcase
Desktop control center
Monitor conversations, manage settings, review AI performance, and operate client or brand workspaces from one clean desktop view.
Embeddable widget
Give visitors a branded, modern support surface that works naturally inside any website flow.
Mobile workspace
Stay on top of customer conversations and workspace status from a smaller screen without losing clarity.
Built for teams rolling customer chat across many websites without losing brand separation or operational control.
Why Lumina
Lumina Chat is built for repeatable rollout. New workspaces can go live quickly while history, access, AI rules, and deployment settings stay organized by company.
Brand control
Set brand-specific opening messages, tone, and reply behavior for every workspace you manage.
Team workflow
Let AI handle first response, then route sensitive or media-heavy conversations to the right agent.
Platform reach
Run the same backend across websites, customer portals, and future digital channels.
Features
Every workspace includes deployment, inbox management, AI controls, access roles, and message history so teams can operate support with consistency.
Separate every company at the schema layer to keep history, settings, and operations boundaries clean.
Give owners, admins, and agents one place to monitor inbox volume, active conversations, and response quality.
Configure FAQs, custom answers, welcome copy, and escalation rules for each company workspace.
Support real customer flows with images, voice notes, AI replies, and human takeover in the same thread.
How it works
Set up the company workspace, define the assistant behavior, deploy the widget, and manage customer conversations from one dashboard.
Step 1
Register the company, assign its domain, create the owner account, and generate the deployment key.
Step 2
Add FAQs, welcome messages, custom responses, and routing rules for the company team.
Step 3
Publish on the company website with one script tag or connect the API to a custom frontend.
Step 4
Track conversations, review media sent by visitors, and respond as agents when needed.
Integration
Lumina Chat is designed for both operators and engineering teams. Use the widget for the fastest rollout, or use the API when you need a custom customer experience.
Best for marketing sites, support centers, booking pages, and customer portals. Add the script tag and attach the workspace API key.
Send and retrieve conversations from another frontend, commerce stack, CMS, or internal product while preserving company history.
1. Create a workspace
POST https://lumichat.lightmgroup.com/api/tenant/register/
{
"name": "Northstar Health",
"domain": "support.northstarhealth.com",
"owner_first_name": "Nadia",
"owner_last_name": "Cole",
"owner_email": "nadia@northstarhealth.com",
"password": "StrongPass123!"
}
2. Install the widget
<script
src="https://lumichat.lightmgroup.com/widget.js"
data-key="API_KEY"
></script>
3. Exchange messages
POST https://lumichat.lightmgroup.com/api/chat/send/
X-API-Key: API_KEY
{
"visitor_id": "prospect_4821",
"message": "Can I speak to your implementation team?",
"page_url": "https://northstarhealth.com/contact"
}
Security and architecture
Best fit
Manage customer chat for many client websites from one SaaS platform while keeping client data separated.
Create different assistants for different products, markets, or business units without rebuilding the backend.
Standardize chatbot quality while routing conversations to local teams for bookings, support, and sales.
Get started
Create the workspace, configure the assistant, install the widget, and start handling customer conversations from a platform designed for company use.