Runtime Admin API Skill

Execute OQL queries and monitor runtime status via the Mendix M2EE admin API.

1|Updated Jun 5, 2026
One-click install
npx skills add https://github.com/engalar/mxcli-taskdemo --skill runtime-admin-api-skill
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: Runtime Admin API Skill
Source: https://github.com/engalar/mxcli-taskdemo/tree/main/TaskDemo/.claude/skills/runtime-admin-api
Command: npx skills add https://github.com/engalar/mxcli-taskdemo --skill runtime-admin-api-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill resolves the difficulty of interacting with the Mendix M2EE admin API, providing a standardized way to query runtime status and execute OQL without manual header construction.

Core Features & Use Cases

  • OQL Execution: Run read-only queries against the Mendix database using the M2EE admin interface.
  • Runtime Monitoring: Retrieve real-time status and health information from the Mendix runtime.
  • Use Case: Use this skill to verify data integrity or debug application state by executing OQL queries directly against the running container.

Quick Start

Use the runtime admin api skill to execute a select query on the System.User entity to verify user records.

Frequently Asked Questions about Runtime Admin API Skill

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I execute OQL queries against a running Mendix runtime?▼

You can execute OQL queries against a Mendix runtime by sending requests through the M2EE admin API, wrapping curl commands and mxcli oql operations to retrieve database records securely.

Can I monitor Mendix runtime status using the M2EE admin API?▼

Yes, monitoring Mendix runtime status via the M2EE admin API allows you to retrieve real-time health information and application state directly from local or containerized environments.

How do I authenticate with the Mendix M2EE admin API in a Docker container?▼

Authenticating with the Mendix M2EE admin API in Docker requires credential-based login to establish a session, enabling automated administrative tasks without manual header construction.

What is the best way to debug Mendix application state without direct database access?▼

Debugging Mendix application state without direct database access is best achieved by executing read-only OQL queries through the M2EE admin interface to verify data integrity.

Does the Mendix admin API skill work with both local and containerized environments?▼

Yes, the Mendix admin API skill supports both local and containerized environments, providing a unified interface to interact with M2EE admin API endpoints for runtime management.

Why do my M2EE admin API requests fail due to incorrect headers?▼

M2EE admin API requests often fail due to manual header construction errors; this skill resolves the difficulty by providing a standardized way to query runtime status and execute OQL.