MidPilot demo: AI-assisted connector generator
|
EXPERIMENTAL
This feature is experimental.
It means that it is not intended for production use.
The feature is not finished.
It is not stable.
The implementation may contain bugs, the configuration may change at any moment without any warning and it may not work at all.
Use at your own risk.
This feature is not covered by midPoint support.
In case that you are interested in supporting development of this feature, please consider purchasing midPoint Platform subscription.
|
Introduction
Identity projects often stall not on business logic, but on the tedious work of building and maintaining custom connectors for every target system. MidPilot connector generator in midPoint tackles this by using API documentation and AI‑assisted analysis to produce ready‑to‑use identity connectors with far less manual effort.
This section walks you through a demo version of the midPilot demo presented during the MidPoint community meetup 2026 (MCM26), helping you set up the midPilot connector generator microservice using Docker Compose and running it alongside a local midPoint instance on your workstation. This demo uses OpenProject as a target application for which you will generate a connector.
By the end of the guide, you will have deployed a working development environment with midPilot’s connector generator accessible on a local URL and midPoint running in a separate container. This guide assumes you are comfortable with Docker and Docker Compose, have basic familiarity with midPoint, and can run commands from a terminal on Linux, macOS, or WSL.
|
You need an LLM
The connector generator microservice needs a large language model (LLM) to function. Evolveum currently does not provide an LLM service even though it is planned in the future. You need to deploy one on your own to use midPilot. Refer to MidPilot AI services setup for details on midPilot microservices configuration. |
| Page | Description |
|---|---|
This guide describes how to set up your environment to deploy midPilot AI-assisted connector generation demo |
|
This guide describes how to work with the midPoint AI-assisted connector creation wizard in midPoint. |