sigmodx_log_invoice_decision
Log AI invoice approval decisions with cryptographic attestation. Input payloads are hashed client-side, keeping invoice data secure.
Instructions
Log an invoice approval decision to Sigmodx for cryptographic attestation. Use when an AI agent approves, rejects, or escalates an invoice. The input payload is hashed client-side — invoice data never leaves your environment.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| decision_type | Yes | The agent's decision | |
| inputs | Yes | What the agent consumed (will be hashed) | |
| rationale | Yes | Why the agent made this decision (min 10 chars) | |
| invoice_amount | No | Invoice amount | |
| vendor_id | No | Vendor reference (internal ID, not name) | |
| confidence | No | Confidence score 0.0-1.0 |