Demo Hub

The accountability layer
for autonomous AI

Every demo below runs on live production data. Real receipts, real policy evaluations, real cryptographic proofs. No sandbox, no mocks.

Decision Receipts
Acceptance Rate
Webhook Deliveries
Agents Tracked
Admissibility Infrastructure
Live

Decision Receipt

Every autonomous AI action gets evaluated through 9 policy rules, deterministic replay, and Ed25519 signing. Issue receipts, verify independently, enforce admissibility.

QUICKSTART (30 SECONDS)
curl https://decrec.summitcognitive.ai/quickstart.sh | bash
Intelligence Analysis Platform
Live

IntelGraph

Graph-based intelligence analysis. Ingest sources, build entity relationships, run graph queries, and generate provenance-backed reports. Full OSINT platform built on Neo4j.

Neo4j graph database • REST + GraphQL API • Real-time ingestion
Proof Infrastructure
Demo Mode

Proof API

Query the reasoning behind any graph relationship. Returns evidence provenance, confidence scores, and the reasoning chain that produced a conclusion. Useful for auditing AI-generated analysis.

Evidence provenance • Confidence scoring • Reasoning chain export
Sales Demo Tool
Live

Webhook Simulator

Simulate autonomous agent scenarios without connecting a real repo. Three pre-built scenarios: allowed merge, blocked infra, escalated security change.

Audit & Procurement
Live Data

Compliance Report

Generate a real compliance report from production data. Agent performance, top block reasons, policy posture, verification links. Export as PDF.

Sales Collateral
Ready

Executive Overview

8-slide shareable deck. Problem, solution, live production data, integration matrix, strategic position, pricing. Send before any meeting.

Case Study
Live Data

BrianCLong/summit

Real case study: how Decision Receipt improved admissibility on a production repository. From 17% to 96% acceptance rate. Per-agent performance, policy tuning, and improvement loop.

Context

Autonomous agents are scaling faster than the infrastructure to hold them accountable. Decision Receipt is the enforcement layer that was missing. Not observability. Not guardrails. Not governance documentation. Runtime proof that the action was allowed to matter.

Understand the Category

Decision Admissibility: the basics

Four short reads that explain what this technology does, how the policies work, and how it maps to existing compliance frameworks.

Quick Links

Everything you need

API Documentation Deploy Guide Integrations Policy Rules Admissibility How We Compare NIST / CMMC Mapping Case Study Verify Receipt Live Feed System Status Changelog
Get Started

Start free. Issue your first receipt in 30 seconds.

No account required to try the API. Your first receipt is issued anonymously. Claim an API key when you are ready to track agents.

# Issue a receipt for any AI action curl -X POST https://decrec.summitcognitive.ai/v1/receipts \ -H "Content-Type: application/json" \ -d '{"action":"deploy","agent":"gpt-4o","context":{"repo":"my-org/api"}}'