Agents Kit 1

Last modified: June 29, 2026

Introduction

Agents Kit 1 provides a comprehensive set of Mendix components for building agentic and generative AI applications. It includes starter apps and showcase apps to help you get started quickly. It also includes connector modules to integrate with Mendix Cloud GenAI resources and external providers like Amazon Bedrock, OpenAI, Google Gemini, and Mistral. Core modules like Agent Commons and GenAI Commons provide reusable patterns and capabilities for building agentic functionality.

Agents Kit Components

The following components are available in Agents Kit 1.

Starter Apps

App Description Latest Released Version
Agent Builder Starter App (formerly known as Support Assistant Starter App) Build agentic apps with this starter app that includes Agent Commons and all its required dependencies. Includes a working conversational support agent that you can customize with prompts, tool calling, knowledge base integration, and human-in-the-loop capabilities. 1.10.0
AI Bot Starter App Build your own enterprise-grade ChatGPT-like app. Connect to a supported model and write custom instructions to create a chatbot that can support use cases such as brainstorming, copywriting, document analysis, or coding support. 4.6.0
Blank GenAI App Start building with Mendix GenAI capabilities using this blank starter app that comes preloaded with connectors for Mendix Cloud GenAI, OpenAI, Amazon Bedrock, and Mistral, plus Agent Commons and all its required dependencies. 4.9.0
RFP Assistant Starter App / Questionnaire Assistant Starter App Demonstrates a time-saving GenAI pattern for answering similar-but-different questions. Upload Request for Proposal (RFP) documents, generate responses from a historical knowledge base of question-answer pairs, edit with AI assistance, and keep the model's responses current with continuous knowledge base updates. 3.1.0

Showcase Apps

App Description Latest Released Version
GenAI Showcase App Explore example use cases for Agents Kit connectors and modules, including multi-agent patterns, exposing and consuming tools via MCP, interactive chatbots, RAG, function calling, image generation, and semantic search. 9.16.0
Snowflake Showcase App Learn how to use Snowflake connectors to read and write data, leverage Snowflake Cortex ML and LLM capabilities, chat with structured data using Cortex Analyst, and implement role-based access control. 4.0.0

Core Modules

Module Description Latest Released Version
Agent Commons Build agentic functionality by defining, testing, and evaluating agents at runtime. Iterate on prompts and agent configurations without app redeployment through the integrated Agent Builder UI. 3.2.0
Agent Editor Define agents as version-controlled documents in Studio Pro at design time. Author prompts, configure tools and knowledge bases, test locally, and deploy agents as part of your app model. Available in Studio Pro 11.9 and above. 1.3.0
Conversational UI Create chat interfaces for full-screen, sidebar, or modal GenAI conversations. Monitor token consumption and trace interactions with UI features built on GenAI Commons. 6.3.0
GenAI Commons Integrate GenAI connectors with other modules using common capabilities provided by this base module. Required dependency for both core and connector modules. You can also implement your own connector based on this module. 6.2.1

Connector Modules

All connectors depend on GenAI Commons and can be used with the other core modules to connect to conversation endpoints.

Module Description Latest Released Version
Amazon Bedrock Connector Connect to Amazon Bedrock. 10.1.0
Google Gemini Connector Connect to Google Gemini. Available in Studio Pro 10.24.13 and above. 1.0.0
Mendix Cloud GenAI Connector Connect to Mendix Cloud and use Mendix Cloud GenAI resource packs directly within your Mendix application. 6.2.0
Mistral Connector Connect to Mistral AI. 1.0.0
OpenAI Connector Connect to OpenAI and Microsoft Foundry. 8.1.0
PgVector Knowledge Base Manage and interact with a PostgreSQL PgVector knowledge base. 6.0.1

MCP Modules

Module Description Latest Released Version
MCP Client Access tools and prompts available via MCP inside your Mendix app and add them to LLM requests. 3.1.0
MCP Server Make your Mendix business logic available to any agent in your enterprise landscape. Expose reusable prompts, including the ability to use prompt variables. List and run actions implemented in the application as a tool. 4.1.1

Documents in This Section

  • Building Smarter Apps Using GenAI

    Step-by-step how-tos for building smart apps, including creating agents, integrating function calling, grounding LLMs in data, and building custom connectors.

  • Reference Guides

    Technical reference documentation for the Mendix Marketplace components in Agents Kit 1.

  • Release and Migration Guide for GenAI Modules

    Describes the combined releases of various GenAI-related modules and their inter-module dependencies. Also includes migration steps and notices about deprecations and removals.