Welcome
Your starting point for the Kasimir documentation – an overview of the platform, its modules and the API.
Welcome to the Kasimir documentation. Kasimir is the GDPR-compliant AI platform for German mid-market companies: multiple AI models, your company knowledge, assistants and workflows – all in one interface, with EU hosting for the default model.
This documentation serves two audiences: everyday users who work with the features, and developers who integrate Kasimir programmatically through the API.
Quick start
Sign in at kasimir.ai.
Ask your first question in the chat – use the model picker to switch the AI model whenever you like.
Upload documents to get answers grounded in your company knowledge.
Hovering over a model in the picker shows you where the data is processed. The default model runs on EU-owned servers.
What this documentation covers
General – first steps, core concepts and how the workspace is structured.
Modules – the features in detail: Chat, Assistants, Workflows, Meetings, and Documents & Knowledge.
Integrations – connecting Microsoft 365 (OneDrive, SharePoint, Outlook) and Google Workspace.
Administration – workspace management: members, roles, model approvals and settings.
API – the OpenAI-compatible interface for using Kasimir from your own code.
The modules at a glance
Module | What it's for |
|---|---|
Chat | Chat with multiple models, attach files, use tools |
Assistants | Persistent personas with their own knowledge and conversation starters |
Workflows | Form-based, multi-step flows for recurring tasks |
Meetings | Record, transcribe and summarize your meetings |
Documents & Knowledge | Upload company knowledge and surface it in answers via RAG |
For developers
Kasimir exposes an OpenAI-compatible API – usable with any OpenAI SDK:
curl https://kasimir.ai/api/v1/chat/completions \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"model":"mistral-small-3.2-24b","messages":[{"role":"user","content":"Hello"}]}'See the API section for details on authentication, endpoints and models.
This documentation grows continuously. Missing something? Reach out via in-app support.