Inspect daemon runtime
Returns daemon and runtime identity information, including Craftless driver, Java runtime, platform, and protocol details. Use it to confirm which local supervisor is answering before making lifecycle claims.
Returns daemon and runtime identity information, including Craftless driver, Java runtime, platform, and protocol details. Use it to confirm which local supervisor is answering before making lifecycle claims.
Response Body
application/json
curl -X GET "https://example.com/version"{ "minecraft": "string", "loader": "FABRIC", "loaderVersion": "string", "driver": "string", "driverVersion": "string", "java": "string", "mappingsFingerprint": "string", "openapiGeneratedAt": "string"}Resolve Java runtime POST
Resolves the Java runtime suitable for a requested Minecraft version. Use this before launch diagnostics when an agent must explain why a version can or cannot be started on the current machine.
List driver mod versions GET
Lists Craftless driver mod runtime lanes available to this daemon distribution or configured environment. Use this to understand which packaged driver artifacts can satisfy Minecraft, loader, Fabric API, Java, and mapping runtime identity.