Build
Build covers everything you set up to put DioscHub in front of your users and connect it to your systems: the integration code you write, and the admin-portal configuration that wires it together. Four areas:
Frontend integration Embed the chat widget, then drive it from your app: theming, placement, mentions, and a custom approval UI.
MCP server development Expose your own endpoints to the assistant over the Model Context Protocol, with auth forwarding and consensus.
Identity & auth Hand DioscHub a scoped session for the signed-in user, without the assistant ever seeing a credential.
Admin configuration Configure assistants, roles, toolsets, models, knowledge bases, and approval policies in the admin portal.
Running the deployment itself — deploy, harden, observe, and scale — is a separate concern, covered in Operate.