Built on LiyaEngine
Built on LiyaEngine
Real products running on LiyaEngine's infrastructure — proof of what the platform can do, not LiyaEngine's own product line.
LiyaEngine is infrastructure. These are real products built on top of it — case studies in what the platform enables, not a catalog of LiyaEngine's own solutions. Each is its own product with its own domain, but they share the same underlying API shape.
Case studies
| Product | Best for |
|---|---|
| Talent AI | Recruiting, HR, talent acquisition teams |
| Liya Support Intelligence | Support ops, agent assist, triage, QA — live at liyasupport.com |
What they share
Your product
↓
Domain (hiring / support / your own)
↓
LiyaEngine — orchestration · retrieval · guardrails · session memory
↓
AI provider (OpenAI / Anthropic / your own key)- API shape is consistent — same auth, same
/v1/runendpoint, same session model, regardless of domain - Configuration is shared — persona, provider routing, retrieval settings, and data retention apply the same way
- Knowledge is per-domain — each product draws from its own scoped knowledge collections
Building your own
The pattern behind every product on this list is the same one available to you:
- Create an account and get your API key
- Create a custom domain with your own intents
- Upload your knowledge documents to a Knowledge Collection
- Configure your persona and model strategy — see Configuration
- Call the API (
POST /v1/run) from your product
See the product-specific pages for real request shapes and example workflows.