Ghost-Witness
← Portal

Ghost-Witness

LNES-05 · Certificate of Logical Consistency · Base L2

Audit Log
Loading...
Integrate Ghost-Witness
Send any AI agent conversation to Ghost-Witness. Receive a Certificate of Logical Consistency anchored on Base L2 in under 10 seconds.
curl -X POST https://dt.portal.exergynet.org/intel/api/ghost-witness/audit \
  -H "Content-Type: application/json" \
  -H "x-api-key: YOUR_GW_API_KEY" \
  -d '{
    "conversation_id": "whatsapp-session-abc123",
    "platform": "whatsapp",
    "strip_pii": true,
    "conversation": [
      {"role": "agent", "content": "Our product costs $49.99 and ships in 2 days."},
      {"role": "user",  "content": "How long does shipping take?"},
      {"role": "agent", "content": "Shipping takes 5-7 business days."}
    ]
  }'
Warning: the conversation above contains a logical inconsistency (2 days vs 5-7 days). Ghost-Witness will flag this as HIGH severity.
Verify a Certificate