📄️ What is DioscHub?
DioscHub is an embeddable AI assistant platform that integrates into your existing web applications. Unlike standalone chatbots, Diosc becomes part of your application - it understands your users, respects their permissions, and interacts with your backend systems on their behalf.
📄️ BYOA: Bring Your Own Authentication
BYOA is Diosc's security model where the AI borrows the user's authentication instead of having its own credentials. This is the foundation of how Diosc integrates securely with enterprise systems.
📄️ Credential-Blind Architecture
Diosc Hub is credential-blind — it forwards authentication tokens without ever inspecting, decoding, or persisting them. This is a deliberate security design that complements BYOA.
📄️ Sessions
A session is a conversation between a user and the AI assistant. Sessions maintain context, remember previous messages, and carry the user's authentication throughout the interaction.
📄️ MCP: Model Context Protocol
MCP (Model Context Protocol) is the standard way AI assistants communicate with external systems. In Diosc, MCP servers expose your existing APIs as "tools" that the AI can use to help users.
📄️ Roles
Roles customize AI behavior based on user type. An admin sees different options than a viewer. A nurse gets different guidance than a doctor. Roles let you tailor the assistant experience without building separate assistants.
📄️ Knowledge Bases
Knowledge bases let you give assistants access to your organization's documents. Upload files — policy documents, product manuals, runbooks, FAQs — and the assistant can search and reference them when answering questions.