A customer asks, anywhere
A message arrives from your web widget, a QR code, or the phone. Session scope — which account, which location, which customer — rides along automatically.
Zynlab is the multi-tenant agent backend any business plugs into. It grounds every reply in your knowledge, calls your systems to actually get things done, and talks to your customers on the web, in a widget, and on the phone.
Drop-in compatible with the OpenAI /v1/chat/completions API — point your
existing client at Zynlab, no rewrite.
A message arrives from your web widget, a QR code, or the phone. Session scope — which account, which location, which customer — rides along automatically.
The engine retrieves from your tenant's knowledge base and reasons over a curated, tenant-scoped toolset — never inventing what it wasn't given.
Declarative HTTP tools call your booking, CRM, ticketing, ATS, or PMS — dispatching a structured action with an idempotency key and an audit trail.
The customer gets one clear sentence back. Complaints, edge cases, and anything unclear are handed to a human — never silently auto-actioned.
NiksenPMS, a property-management platform, runs Zynlab as its guest-concierge engine — live on client properties' public pages, where it answers from each property's knowledge and books guests in directly.
Guest booking is live today; staff-side ops agents that act inside NiksenPMS are rolling out next. Read the case study · See NiksenPMS ↗
Room service, housekeeping, late checkout, amenities, local tips — dispatched to the right team, 24/7.
Appointments, hours, departments, directions — and a firm hand-off to clinicians for anything medical.
Open roles, requirements, application status, and interview scheduling for every candidate, tirelessly.
Retail, SaaS support, services, internal help desks. Set the persona, point it at your knowledge, wire your tools.
The same assistant, four different hats — switch between them live in the demo.
Per-tenant RAG over your policies, catalog, hours, and docs. Answers cite what you fed it — and stay silent on what you didn't.
Declarative HTTP executors turn intent into real work in your systems. Onboard a new capability with config, not a code release.
Drop one script tag into your site for a white-label chat & voice widget — keyed by a browser-safe publishable key and an origin allowlist.
A streaming speech pipeline takes calls in a natural, interruptible conversation — the same persona and guardrails as chat.
Opt-in transcripts and call logs with PII redaction on by default, retention you control, and a Messenger-style thread for your staff.
You own the integrating customer; they pass per-session scope. One engine core, clean isolation, per-key cost tagging.
Upload your knowledge (PDF, Word, Markdown), shape the persona, wire tools and voice, and test the assistant live — all from the console. Going live, or changing behavior, takes no engineering.
Requests and token spend over time, your deflection rate, and — uniquely — the questions the assistant couldn't answer, so you know exactly what knowledge to add next.
When the answer isn't in your knowledge base, the assistant can pull current information from the web — gated per plan, so it never guesses in the dark.
The same engine, fronted by a streaming STT → reason → TTS pipeline. Customers call and get a warm, fluent answer — and they can talk right over it.
curl https://api.zynlab.dev/v1/chat/completions \
-H "Authorization: Bearer zl_live_…" \
-H "Content-Type: application/json" \
-d '{
"model": "zynlab",
"stream": true,
"session": { "account": "acme", "location": "downtown" },
"messages": [
{ "role": "user", "content": "Can I move my appointment to Friday?" }
]
}'
# → streams a reply, calls your tool,
# → and returns a structured action + audit id.
Bearer-auth per tenant. Same SSE shape as OpenAI — Open WebUI, LibreChat, Continue, and your existing chat UI work unchanged. Full docs →
~250 chats or ~20 voice calls a month — shared allowance, on the house
+ ₱450 per 1M credits beyond your monthly allowance
Introductory pricing — we're finalizing plans, so these may change. Free gives you the full assistant — chat, voice & web search — up to a monthly allowance; Pro makes it yours (your brand, no badge), connects it to your systems, and removes the cap. Need higher volume or custom concurrency? Talk to us.
Bring your knowledge and your systems. We'll wire up the brain that talks to your customers — on chat, in the widget, and on the phone.