Skip to main content

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

Getting started

Managed systems

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.

note

For endpoint details and usage examples, see the ADITO-LLM API Reference.


FAQ

What is an MCP server?

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.

Where does my data go?

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.

Is the API compatible with OpenAI client libraries?

Yes. Change only the baseURL to https://ai.adito.cloud and supply your ADITO apiKey. All other parameters and methods work the same way.

How do I get an API key?

Managed systems receive a system key automatically at startup. For a personal key, contact the AI team.