Platform
Infrastructure,
not another app.
Relia is a conversation layer your product builds on: typed objects, one channel contract, isolated tenants and interfaces where you'd want to swap providers.
TENANT / PROD · CHANNEL_CONNECTED · AI_CONFIDENCE 0.982
Platform architecture
One layer, end to end.
Opinionated where it matters. Replaceable where it doesn't.
Relia's core infrastructure is standalone. AI and channel providers sit behind interfaces — connect your own without changing the conversation architecture.
Data model
Conversations are objects, not rows in someone else's app.
Everything in Relia is an addressable object with an ID, an API and webhooks. Build on the same primitives the product itself runs on.
namestring
keysApiKey[]
channelsChannel[]
membersAgent[]
external_idstring
emailstring?
verifiedboolean
traitsjson
customerCustomer
channelweb | email | tg | wa
statusopen | resolved | …
assigneeAgent?
conversationConversation
authorcustomer | agent | ai
bodyrichtext
sourcesKnowledgeDoc[]?
titlestring
bodymarkdown
embeddingvector
visibilitypublic | internal
conversationConversation
prioritylow | med | high
sla_duetimestamp
stateopen | waiting | done
Channel adapters
Four channels, one contract.
Every channel implements the same conversation contract. Your team and your integrations never care where a message physically came from.
| Capability | Webwidget.js | EmailSMTP / IMAP | TelegramBot API | WhatsAppBusiness API |
|---|---|---|---|---|
| Threading | ||||
| Reply routing | ||||
| Attachments | ||||
| Read receipts | ||||
| Typing |
Adapters sit behind interfaces — swap providers without touching the conversation layer.
One conversation layer
Every channel. One inbox.
Customers choose where they talk. Your team doesn't have to. Email, web chat, Telegram and WhatsApp land in the same inbox, threaded by sender and automatically routed back through the right channel.
One customer. One history. Any channel.
Multi-tenant architecture
Your infrastructure stays yours.
Every Relia customer operates inside an isolated tenant with their own users, conversations, permissions and keys.
Relia platform
- Customers
- Agents
- Knowledge
- Conversations
- API keys
- Channels
- Customers
- Agents
- Knowledge
- Conversations
- API keys
- Channels
- Customers
- Agents
- Knowledge
- Conversations
- API keys
- Channels
Build on the conversation layer.
Every object on this page has an API. Start with the docs.