REST API
The M&NTIS platform exposes REST APIs you can call from your own tooling.
Reference documentation (OpenAPI / Redoc, with cURL + Python samples on every endpoint):
- Scenario API — drive the full lab lifecycle (browse the catalog, create/run labs, follow execution, remote access),
- Redteam API — play red-team actions on a running lab (attack sessions, custom commands, Atomic Red Team).
Guides:
- Authentication — obtain an OpenID Connect token and call the APIs.
- Quickstart — launch a lab — an end-to-end walkthrough in cURL and Python.
- Running-lab operations — launch with a defense integration (Splunk), then read the attack report and security alerts.
- Red-team operations — run custom commands and Atomic Red Team on a running lab.

