Receipt Format

Structure and fields of VantagePoint receipts.

Receipt structure

VantagePoint receipts follow the same schema as reasoning receipts. The receipt captures the full session arc — from provocation through committed path.

json
{
  "id": "rcpt_vp_abc123",
  "session_id": "vp_sess_def456",
  "session_type": "vantagepoint",
  "chain_id": "ch_ghi789",
  "chain_root": "0xjkl012...",
  "chain_length": 12,
  "verified": true,
  "pruv_id": "pruv_mno345",
  "pdf_url": "https://receipts.doorwayagi.com/rcpt_vp_abc123.pdf",
  "badge_svg": "<svg>...</svg>",
  "created_at": "2026-01-20T14:30:00Z"
}

Chain contents

The chain for a VP session captures each phase transition and the data produced at each step:

  • Link 1 — Provocation and calibration questions
  • Links 2–N — Expedition observations, discoveries, assumptions, connections
  • Link N+1 — Vantage summary and goal
  • Link N+2 — Three paths generated
  • Link N+3 — Committed path

Embedding VP receipts

VP receipts support the same embedding format as reasoning receipts:

html
<a href="https://app.doorwayagi.com/receipts/rcpt_vp_abc123">
  <img src="https://receipts.doorwayagi.com/badge/rcpt_vp_abc123.svg"
       alt="VantagePoint Session Verified" />
</a>

PDF export

VP receipts can be exported as PDF documents. The PDF includes the full session narrative: friction, territory explored, key discoveries, assumptions made, paths considered, and the committed path. The chain hash is printed on every page for verification.