Evidence for governed software decisions
Decision Receipt records policy evaluation results and evidence for software-change decisions. The production ledger currently contains PR-derived records; a receipt records an evaluation and does not itself prove that a merge, deployment, or autonomous execution occurred.
Production-scoped ledger snapshot measured 2026-08-14T12:46:46.190Z. Counts are receipt records, not autonomous executions, merges, or deployments.
Software-change decisions need durable evidence
Automated and human-associated repository events can create provenance gaps when evaluation inputs, policy results, and identifiers are not retained together. Decision Receipt creates a reviewable record; enforcement remains the responsibility of the integrating system.
Summit optimizes for admissible authority.
Those are not the same market.
Three steps to admissibility
For submitted evaluations, the service records supplied evidence, applies configured policy checks, and returns a receipt disposition.
Where Decision Receipt sits
Above, beside, underneath, or between autonomous agents and production systems.
Try a synthetic, non-production evaluation
The public demo endpoint accepts fictional sample input and returns a non-production demo receipt. It does not authorize, merge, deploy, or attest that the described action occurred.
curl -X POST https://decrec.summitcognitive.ai/v1/demo/evaluate \
-H "Content-Type: application/json" \
-d '{
"claim_id": "my-first-receipt",
"entity": "my-org/my-repo",
"claim": "AI agent requests merge authority for PR #42",
"sources": [
{"id": "ci", "type": "ci", "uri": "https://ci/run/1",
"confidence": 0.9, "content": "All tests pass"},
{"id": "review", "type": "code_review", "uri": "https://pr/1",
"confidence": 0.85, "content": "Approved by maintainer"}
]
}'
The response is explicitly marked environment: nonproduction and demo: true. Production evaluation requires authentication. See full API docs →
How enforcement works
A bot-authored PR triggers a deterministic pipeline — every step is recorded, signed, and independently verifiable.
Start free. Scale when you're ready.
Try the API, break it, watch it prove out. Then get us in the room.
What makes this different
Most AI governance tools are retrospective dashboards. Decision Receipt is an enforcement primitive.
Get your API key
Enter your email to receive an API key instantly. No credit card required.
Recent receipts
| Receipt | Verdict | Agent | Repository | PR |
|---|---|---|---|---|
| rcpt_gh-Summit-Cognitive-sum... | ALLOWED | BrianCLong | Summit-Cognitive/summit | #37776 |
| rcpt_gh-Summit-Cognitive-sum... | ALLOWED | BrianCLong | Summit-Cognitive/summit | #37775 |
| rcpt_gh-Summit-Cognitive-sum... | ALLOWED | BrianCLong | Summit-Cognitive/summit | #37775 |
| rcpt_gh-Summit-Cognitive-sum... | ALLOWED | BrianCLong | Summit-Cognitive/summit | #37775 |
| rcpt_gh-Summit-Cognitive-sum... | ALLOWED | BrianCLong | Summit-Cognitive/summit | #37774 |
| rcpt_gh-Summit-Cognitive-sum... | ALLOWED | BrianCLong | Summit-Cognitive/summit | #37774 |
| rcpt_gh-Summit-Cognitive-sum... | ALLOWED | BrianCLong | Summit-Cognitive/summit | #37774 |
| rcpt_gh-Summit-Cognitive-sum... | ALLOWED | BrianCLong | Summit-Cognitive/summit | #37773 |
| rcpt_gh-Summit-Cognitive-sum... | ALLOWED | BrianCLong | Summit-Cognitive/summit | #37773 |
| rcpt_gh-Summit-Cognitive-sum... | ALLOWED | BrianCLong | Summit-Cognitive/summit | #37772 |
View full ledger (JSON) → | Timeline →
Repository and actor inventories are available to authenticated operational reviewers.