work_order_deliver
Record provider delivery for an active work order. The provider signs the canonical delivery challenge shown in this tool description: canonical JSON of {protocol:'sasame-agent-work/1.0',action:'deliver',work_order_id,proof_sha256,proof_uri}. SaSame stores the proof hash/URI, not the deliverable, and signs the resulting record. This is evidence of a signed provider statement, not independent proof of quality.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| proof_uri | No | Optional public/content-addressed proof URI; no secrets | |
| proof_sha256 | Yes | SHA-256 of the delivered artifact or manifest | |
| work_order_id | Yes | ||
| signature_base64 | Yes |