Sign In Full Platform
Control Plane

The Control Plane In Action

Every request evaluated. Every decision logged. Every outcome proven. Watch the deterministic control plane operate in real time, then run your own governance request and verify the signed record.

Live Enforcement

Enforcement In Real Time

Every request evaluated. Every decision logged. Watch the control plane operate.

Governance Pipeline — Live Feed
Allowed: 0 Blocked: 0 Avg Latency: 0.0ms Throughput: 0/sec
Timestamp Request ID Tenant Action Decision Risk Violations Latency
Control Plane

Governance In Action

Same request. Same enforcement. Any model. EVE governs the decision — not the model.

EVE enforces policy and decision integrity independently of model selection.
POST /v1/decisions/evaluate
EXECUTION MODE
REQUEST INPUT
{ "policy_set": "lending_v1", "user": { "id": "u_8291", "role": "loan_officer" }, "action": { "type": "loan_approval", "amount": 250000 }, "context": { "credit_score": 580, "debt_to_income": 0.62 } }
GOVERNANCE DECISION
// Click Evaluate to run the governance pipeline
Status: Idle Latency: Attestation:
Evidence Plane

Proof, Not Promises

Every governance decision produces a signed, verifiable record.

2026-04-02T14:22:01.441Z | BLOCKED | customer_chatbot | Financial commitment without eligibility check policy: charter.rule.no_unauthorized_financial_commitment latency: 0.4ms | attestation: a8f3c91d...signed 2026-04-02T14:22:01.892Z | ALLOWED | api_integration | POST /partner/payments — $12,000 checks: confidence=0.94, rate_limit=ok, auth_scope=valid latency: 0.6ms | attestation: e5b8d4a1...signed 2026-04-02T14:22:02.107Z | BLOCKED | healthcare_assistant | Medical dosage recommendation policy: charter.rule.hard_block.medical_prescription latency: 0.3ms | attestation: 7b2ef9c3...signed 2026-04-02T14:22:02.544Z | HELD | trading_agent | $2.4M bond trade — escalated to human approver policy: trades_above_500k_require_dual_auth latency: 0.2ms | attestation: c91d7b2e...signed 2026-04-02T14:22:03.001Z | BLOCKED | data_agent | PII database query without authorization scope policy: pii_access.requires_scoped_token latency: 0.1ms | attestation: d4a1f9c3...signed 2026-04-02T14:22:03.288Z | ALLOWED | support_bot | General FAQ response — no restricted content checks: charter=pass, crd=0.02, truth_store=verified latency: 0.5ms | attestation: f1a2b3c4...signed
Every record is HMAC-SHA256 signed, hash-chained, and independently verifiable without EVE involvement.
Verify a decision record →
In Depth

What Each Decision Proves

Every request you run above passes through the same seven stages. Intercept captures the action at the boundary before it can reach a tool or API. Classify identifies intent and stakes deterministically — no model call. Enforce checks the action against the active policy pack and the immutable charter rules. CRD Score measures confidence-reality divergence to surface over-confidence and hallucination risk.

Decide issues one of three dispositions — allowed, held for human approval, or blocked — using pure veto logic. Execute forwards only approved actions, wrapped in an audit envelope. Prove writes an HMAC-SHA256 signed, hash-chained attestation of the entire decision.

That final record is the point. It is not a log line you have to trust — it is evidence. Anyone holding a decision record can recompute its hash and confirm the verdict offline, without an account and without trusting EVE, years after the decision was made. Try it on the Verify page, or integrate it with the SDK.