Building Smarter Apps Using AI

Last modified: June 30, 2026

Introduction

This section provides step-by-step how-tos for building apps with Agents Kit 2. Learn how to create agents, integrate function calling, ground LLMs in your data, and implement agentic patterns.

Before You Begin

Review the Agents Kit Components available in Agents Kit 2. These include starter apps to jumpstart your development, showcase apps with example use cases, core modules for building agentic functionality, connector modules to integrate with various AI providers, and MCP modules for exposing and consuming tools across your enterprise.

If you are new to agentic and generative AI, start with the Glossary and GenAI Concepts to understand key terms and foundational concepts.

For an introduction to Mendix Cloud GenAI resources, see Mendix Cloud GenAI.

For background reading, see Mendix's Agentic Applications blog posts.

Documents in This Category


Prompt Engineering at Runtime

Agents Kit 2: Enable prompt engineering at runtime using Agent Commons to let users refine prompts without redeploying.

Integrate Function Calling into Your Mendix App

Agents Kit 2: Integrate function calling in your Mendix app to enhance functionality.

Grounding Your Large Language Model in Data

Agents Kit 2: Use Mendix Cloud GenAI to ground your large language model in data within your Mendix app.

Creating Your First Agent

Agents Kit 2: Introduces an example agent use case and describes three approaches for implementing it with Agents Kit using knowledge base retrieval and function calling.

Build Your Own GenAI Connector

Agents Kit 2: Build your own GenAI connector to integrate alternative AI providers with Agents Kit.