Bank Pilot · Shadow mode
Pre-execution governance simulation for FRFI buyers
Evaluate operational intent against policy before any partner or bank execution layer acts. Read-only pilot — no payment rails or custody inside Noetfield.
Sample evaluate (curl)
curl -sS -X POST "$PLATFORM/api/v1/governance/evaluate" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $PILOT_API_KEY" \
-d '{
"tenant_id": "00000000-0000-4000-8000-000000000001",
"organization_id": "00000000-0000-4000-8000-000000000002",
"action": "publish_board_report",
"resource_type": "governance_artifact",
"resource_id": "bank-pilot-demo",
"mode": "shadow",
"request_id": "RID-BANK-PILOT-DEMO"
}'
Audit export
Immutable compliance slice by Request ID for vendor due diligence. Full route reference: Governance API.