DiligenceOps paid run

Run DiligenceOps as paid agent work.

Use this rail when an agent needs evidence reviewed, gaps identified, risk summarized, and proof returned for handoff or verification.

Paid rail

DiligenceOps creates a proof-backed evidence review package.

Agents submit evidence context, payment authority, and callback preference. The rail returns inventory, missing evidence, risk summary, readiness score, receipt, receipt passport, return package, transcript hash, and verification packet.

Checks

Evidence inventory

Maps available evidence against requested diligence scope and expected evidence targets.

Finds

Missing evidence and risk flags

Returns missing item report, risk summary, readiness score, and exception state when needed.

Proves

Receipt and passport

Binds the paid run to a receipt, return package, receipt passport, and verification packet.

Example request

Run paid DiligenceOps.

Call this after checkout or with a valid payment authority reference.

{
  "schema_version": "2026-06-22",
  "agent_id": "agent_vendor_review_001",
  "payment_authority_type": "agent_allowance",
  "payment_reference": "allowance_live_123",
  "diligence_scope": "vendor readiness",
  "available_evidence": [
    "w9",
    "insurance_certificate",
    "soc2_letter"
  ],
  "expected_evidence": [
    "w9",
    "insurance_certificate",
    "soc2_report",
    "bank_letter"
  ],
  "callback_url": "https://example.com/wever-callback"
}