Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
title: "Maia Operate"
url: /developerportal/deploy/maia-operate/
description: "Describes Maia Operate, which provides AI assistance for operating Mendix applications running on Mendix Cloud."
weight: 14
no_list: false
description_list: true
---

## Introduction

Operating a production application requires continuous monitoring of its health and behavior. This often involves reviewing logs, investigating errors, and understanding application activity over time.

Maia Operate simplifies these operational tasks by using data already available in Mendix Cloud to provide AI-powered insights into your running application. It helps you resolve incidents more quickly, reduce investigation time, and spend less effort on routine operational work.

## Documents in This Category
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
---
title: "AI Log Summary"
url: /developerportal/maia-operate/ai-log-summary/
description: "Describes the AI Log Summary feature, which provides a daily AI-generated digest of application log activity for Mendix applications running on Mendix Cloud."
weight: 10
beta: true
---

{{% alert color="warning" %}}
This feature is in Public Beta. For more information, see [Release Status](/releasenotes/release-status/).
{{% /alert %}}

## Introduction

AI Log Summary is a feature of Maia Operate that provides an AI-generated overview of your application's log activity for a single Mendix environment. By analyzing the previous 24 hours of log data, it generates a summary of error patterns, application lifecycle events, and security signals, giving you a quick operational overview without the need to manually download or review raw log files.

Summaries are generated on demand and are intended to help identify areas that may require further investigation. They provide a starting point for troubleshooting and should be used alongside the underlying log data, not as a replacement for it.

{{% alert color="info" %}}
Comment thread
OlufunkeMoronfolu marked this conversation as resolved.
AI Log Summary is currently not available in Mendix Cloud Africa (Cape Town).
{{% /alert %}}

## Prerequisites

To use AI Log Summary, you must have **Access to Monitoring** permission for the environment. For more information, refer to [Node Permissions](/developerportal/deploy/node-permissions/#access-to-monitoring).

## Generating a Log Summary {#generate-log-summary}

To generate an AI Log Summary:

1. Open your app in [Mendix Cloud](https://cloud.home.mendix.com).
2. In the **Overview** tab, locate the target environment.
3. Click **Explain**.

Analysis typically takes 10–30 seconds. AI Log Summary displays a progress indicator while the analysis is running.

## Understanding the Log Summary {#understand-log-summary}

When the AI analysis is complete, the summary opens in a read-only window. It is presented in plain language, which can be copied for use in tickets or documentation. It includes the following sections:

* **Status overview** – a snapshot of application health, including uptime, total error count and security events
* **Timeline of events** – a chronological view of significant lifecycle events, such as startup and shutdown events, critical errors, deployments, and configuration changes
* **Error analysis** – errors grouped by pattern, with occurrence counts and the timeframe in which they appeared
* **Security signals** – patterns in HTTP access logs that may indicate unusual activity, such as repeated failed authentication attempts or suspected probes

{{% alert color="warning" %}}
Summaries are AI-generated and may miss edge cases or omit patterns that appear infrequently in the log data. Always verify findings against the raw log data before taking action. Do not use summaries as the sole basis for application changes, compliance decisions, or security assessments.
{{% /alert %}}

## Data Handling {#data-handling}

Log retention follows the existing log retention policies for your environment, independent of this feature. For more information, refer to the [Rotation and Retention Schedule](/developerportal/operate/logs/#retention-schedule) section of *Logs*.

## Read More

* [Logs](/developerportal/operate/logs/)
* [Monitoring Your Mendix Apps](/developerportal/operate/monitoring-application-health/)
2 changes: 1 addition & 1 deletion content/en/docs/releasenotes/deployment/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Follow the links in the table below to see the release notes you want:

| Type of Deployment | Last Updated |
| --- | --- |
| [Mendix Cloud](/releasenotes/developer-portal/mendix-cloud/) | June 28, 2026 |
| [Mendix Cloud](/releasenotes/developer-portal/mendix-cloud/) | July 16, 2026 |
| [Mendix on Kubernetes](/releasenotes/developer-portal/mendix-for-private-cloud/) | June 11, 2026 |
| [Mendix on Azure](/releasenotes/developer-portal/mendix-on-azure/) | July 2, 2026 |
| [SAP Business Technology Platform (SAP BTP)](/releasenotes/developer-portal/sap-cloud-platform/) | September 28, 2025 |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,14 @@ Mendix Cloud deployments are also dependent on the latest version of the [Mendix

For information on the current status of deployment to Mendix Cloud and any planned releases, refer to [Mendix Status](https://status.mendix.com/).

## July 2026

### July 16, 2026

#### New Features

* AI Log Summary is now available on the **Environments** page. It provides an overview of your application's log activity from the previous 24 hours, including error patterns, lifecycle events, and security signals. For more information, refer to [AI Log Summary](/developerportal/maia-operate/ai-log-summary/).

## June 2026

### June 28, 2026
Expand Down
2 changes: 1 addition & 1 deletion layouts/partials/landingpage/latest-releases.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ <h4 class="lp-panel-title">Latest Releases</h4>
</li>
<li class="lp-panel-list">
<a href="/releasenotes/developer-portal/deployment/">Deployment</a>
<p class="rn-date">June 28, 2026</p>
<p class="rn-date">July 16, 2026</p>
</li>
<li class="lp-panel-list">
<a href="/releasenotes/catalog/">Catalog Release 2.150.0</a>
Expand Down
Loading