Enrich Your Mendix App with Agentic Capabilities

Last modified: June 29, 2026

Introduction

With Mendix's agentic capabilities, you can build AI-powered features into your apps using leading AI models and your own data. Integrate AI capabilities into your apps with Agents Kit, a collection of Mendix starter apps, connectors, and modules that support implementations from simple text generation to complex multi-step agentic workflows.

Some typical use cases include the following:

  • Create AI agents that autonomously interact with your Mendix app's data, logic, and external systems.
  • Build conversational UIs with human-in-the-loop controls and embed AI-powered interactions directly into your Mendix apps.
  • Connect app data and enterprise knowledge bases to provide grounded, context-aware AI responses.

Agents Kit 2 is available for Mendix Studio Pro 11.12 and above and provides Mendix's newest agentic features and improvements. Agents Kit 1 is available for Studio Pro 10.24 and above. Older versions of some modules and the GenAI Showcase App are available in Studio Pro 9.24.2.

Getting Started

Start exploring how to integrate agentic and generative AI into your Mendix apps:

  • New to generative AI?

  • Already familiar with generative AI?

    • Browse the Agents Kit guides for available components, step-by-step how-tos, and reference documentation.
    • Download and run the GenAI Showcase App to see working examples, including multi-agent patterns, exposing and consuming tools via MCP, interactive chatbots, RAG, function calling, image generation, and semantic search.
    • Select the LLM provider and model and Agents Kit components that fit your use case, then start building.

Available Models

Mendix connectors offer direct support for the following models.

Mendix Cloud GenAI

Models Category Input Output Additional Capabilities
Anthropic Claude Sonnet Models Chat completions text, image, document text Function calling
Cohere Embed Models Embeddings text embeddings

Microsoft Foundry (OpenAI) / OpenAI

Models Category Input Output Additional Capabilities
gpt and o family, such as gpt-5.5 and o4 Chat completions text, image, document (OpenAI only) text Function calling
gpt-image-1, gpt-image-1.5, gpt-image-2 Image generation text image
text-embedding-ada-002, text-embedding-3-small, text-embedding-3-large Embeddings text embeddings

For a list of all OpenAI models, see Models in the OpenAI documentation.

Mistral

Models Category Input Output Additional Capabilities
Mistral's generalist models such as Mistral Small 4, Mistral Medium 3.5, Mistral Large 3, and Ministral 3 (3B, 8B, 14B) Chat completions text, image text Function calling
Codestral, Devstral Chat completions text text Function calling
(Open) Mistral Nemo 12B Chat completions text text
Mistral Embed, Codestral Embed Embeddings text embeddings

For a list of all Mistral models, see Models Overview in the Mistral documentation.

Google Gemini

Models Category Input Output Additional Capabilities
Gemini 2.5 Flash, Gemini 2.5 Flash-Lite, Gemini 2.5 Pro, Gemini Flash Latest, Gemini Flash-Lite Latest, Gemini Pro Latest Chat completions text, image text Function calling
Gemini 3 Flash Preview, Gemini 3.1 Flash-Lite, Gemini 3.1 Pro Preview, Gemini 3.5 Flash Chat completions text, image text

Amazon Bedrock

Models Category Input Output Additional Capabilities
Native support for models that support the Converse API, with providers including Anthropic Claude, DeepSeek, Meta, and OpenAI (OSS models). Chat completions text, document, image text Function calling
Native support for models by Cohere, and configurable support for all other models that support the Invoke API. Embeddings text embeddings
Native support for Titan Image Generator G1 v2 (availability varies by region), and configurable support for all other models that support the Invoke API. Image generation text image

For a list of all Bedrock Models, see Models at a glance. To determine if a model supports the Converse or Invoke APIs, see the model details after selecting a model from the list.

Connecting to Other Models

In addition to the models listed above, you can also connect to other models by implementing one of the following options:

Support and Feedback

If you have any questions, encounter errors, or want to share feedback, reach out in the #genai-connectors channel in the Mendix Community Slack workspace. To sign up for this workspace, use this invitation link.

Documents in This Category

  • GenAI Concepts
  • Introduces essential generative AI concepts including LLMs, RAG, prompt engineering, function calling, and agents for Mendix app development.

  • Agents Kit 2
  • Agents Kit 2: Lists the Agents Kit 2 components (starter apps, showcase apps, core modules, connectors, and MCP modules) and provides links to how-to guides and reference documentation for building agentic and generative AI apps in Studio Pro 11.12 and above.

  • Agents Kit 1
  • Agents Kit 1: Lists the Agents Kit 1 components (starter apps, showcase apps, core modules, connectors, and MCP modules) and provides links to how-to guides and reference documentation for building agentic and generative AI apps in Studio Pro 10.24 and above.