API Reference
GET
/api/health
Check engine status and zero-entropy verification.
{
"status": "OPERATIONAL",
"engine": "QANTUM_PAAS_V1",
"entropy": 0.00,
"uptime": 12470
}
GET
/api/telemetry
Retrieve real-time hardware metrics from the Sovereign host.
{
"cpu": { "usage": 42.1, "temp": 58.5 },
"ram": { "used": 16428, "total": 24576 },
"gpu": "NVIDIA RTX 4090 (Sovereign_Active)"
}
POST
/api/persona/run
Execute a behavioral node cluster. (Free Tier redirects to Phantom Demo).
{
"archetype": "Adrenaline",
"config": { "nodes": 100, "sync": "strict" }
}