A practical guide to using the MIDAS Explorer to evaluate, explain, and govern autonomous decisions — with real scenarios, authority chains, and explainable outcomes.

The MIDAS Explorer is a browser-based interface that lets you interact with the MIDAS governance engine in real time.
It is designed for:
Unlike a typical API console, the Explorer is not just about sending requests — it is about understanding:
At runtime, MIDAS answers a single question:
Does this actor have the authority to execute this decision right now?
This is fundamentally different from other systems:
It sits downstream of decision logic, governing whether an action can proceed.
Run MIDAS locally and open:
http://localhost:8080/explorer
When the Explorer loads:
If authentication is enabled:
The fastest way to understand MIDAS is through scenarios.
Result: Escalate
Why? The agent is not confident enough — so MIDAS routes to human review.
Result: Escalate
Even with high confidence, the impact is too large for autonomous execution.
Result: Request Clarification
MIDAS does not guess — it requires complete context before evaluating authority.
This is one of the most important concepts.
You can take a real decision and click “Simulate from this” to test variations.
MIDAS produces four outcomes:
This is where MIDAS becomes powerful.
You see:
Example:
Confidence: 0.30 ≥ 0.85 ✗ Consequence: £100 ≤ £1,000 ✓ Outcome driver: confidence threshold
Every decision resolves a chain:
Surface → Profile → Grant → Agent
This shows:
Every evaluated decision produces a governance envelope.
The envelope includes:
This is your audit trail.
MIDAS makes decisions explainable and traceable by design
The resource panel shows the model behind everything:
These directly drive the scenarios you run.
Input
{
"confidence": 0.30,
"amount": 100
}
Evaluation
Outcome
→ Escalate
Why
The agent is uncertain — a human must decide.
401 Unauthorized
→ Token missing or expired
→ Re-authenticate
Invalid JSON
→ Syntax error
→ Use form mode
INSUFFICIENT_CONTEXT
→ Required fields missing
→ Add context
SURFACE_NOT_FOUND
→ Invalid surface ID
→ Use demo scenarios
The MIDAS Explorer is not just a testing tool — it is a window into governed autonomy.
It shows how decisions can be:
Insights, experiments, and new capabilities from Accept Labs — delivered as they emerge.