AI
Overview
The ADITO AI platform provides access to a self-hosted large language model through an OpenAI-compatible API. The model runs on ADITO Cloud infrastructure in Germany. No data is sent to external AI services. You can use the API to build CRM-aware assistants, automate record processing, and generate structured outputs.
What's in this section
- Capabilities: what you can build today.
- ADITO-LLM API reference: endpoints, request parameters, and usage examples.
- Roadmap: planned features.
Getting started
Managed systems are preconfigured out of the box since core version 2025.1.0 and require no additional setup (see Configuring the AI alias).
The API is OpenAI-compatible. Point any OpenAI client library at https://ai.adito.cloud and supply your API key. Every managed system receives a system API key at startup. If you need a personal key, contact the AI team.
For endpoint details and usage examples, see the ADITO-LLM API Reference.
FAQ
An MCP server (Model Context Protocol) connects tools and data sources to the AI in a structured way. This allows web services, databases, or third-party systems to be called by the model when needed.
Your data stays inside your separate environment and database. All communication is routed exclusively to ADITO self-hosted AI models in Germany. There is no connection to public or external AI services such as OpenAI, Azure OpenAI, or Alibaba Cloud.
Yes. Change only the baseURL to https://ai.adito.cloud and supply your ADITO apiKey. All other parameters and methods work the same way.
Managed systems receive a system key automatically at startup. For a personal key, contact the AI team.