{
  "schema_version": "financeops-controlled-pilot-execution.v1",
  "pilot_id": "financeops_controlled_pilot_001",
  "tool": "financeops",
  "execution_mode": "controlled_pilot",
  "agent_id": "agent_redwood_ops",
  "client_id": "client_harbor_income_pool",
  "task_token": "task_financeops_001",
  "work_order_id": "work_order_financeops_reconciliation_001",
  "execution_binding_id": "execbind_financeops_001",
  "tool_command_id": "cmd_financeops_reconcile_001",
  "callback_url": "https://agent.example/callbacks/financeops",
  "financial_records": [
    {
      "record_id": "invoice_001",
      "record_type": "invoice",
      "expected_amount": 125000,
      "currency": "USD",
      "counterparty": "Harbor Trustee"
    },
    {
      "record_id": "provider_confirmation_001",
      "record_type": "provider_confirmation",
      "received_amount": 125000,
      "currency": "USD",
      "provider": "stripe_stablecoin"
    },
    {
      "record_id": "usage_receipt_001",
      "record_type": "usage_receipt",
      "credits_consumed": 42
    }
  ],
  "reconciliation_scope": {
    "check_amounts": true,
    "check_currency": true,
    "check_counterparty": true,
    "map_receipts": true,
    "identify_exceptions": true
  },
  "proof_requirements": [
    "work_order",
    "execution_command",
    "reconciliation_result",
    "result_contract",
    "usage_receipt",
    "callback_delivery",
    "ledger_entry",
    "attestation"
  ],
  "pilot_controls": {
    "manual_operator_review": true,
    "allow_replay": true
  },
  "requested_output": {
    "result_format": "agent_result_contract_v2",
    "include_human_summary": true
  }
}
