When a regulator asks "show me everything this agent did," R+3 produces a signed PDF in 30 seconds. RTI-compliant for India, FOIA-ready for US, equivalent for EU/UK/UAE.
R+2 receipts are individual cryptographically signed action records. R+3 takes a range of those receipts, packages them with their payload sidecars, adds a chain-of-custody record, and wraps everything in an operator-signed envelope suitable for regulator submission.
POST /api/audit/export
{
"agent_id": "did:dcs:base:0xbDd1...0f5F:42",
"from": "2026-01-01T00:00:00Z",
"to": "2026-12-31T23:59:59Z",
"format": "pdf+json",
"requested_by": {
"name": "Ministry of XYZ",
"authority": "RTI Application 2026/045",
"contact": "[email protected]"
}
}
// Response:
{
"bundle_id": "audit-2026-09-15-001",
"pdf_url": "https://export.dcslabs.ai/audit-2026-09-15-001.pdf",
"json_url": "https://export.dcslabs.ai/audit-2026-09-15-001.json",
"signature": "ed25519:...",
"receipt_count": 14823,
"chain_proof": "sha256:..."
}