ContractMyTask
Give two paid API identities one durable record of a task fingerprint, terms digest, acceptance, and completion state.
Use it when
An agent marketplace or multi-agent workflow needs explicit offer and acceptance before work begins.
Decision rule
Start only after accepted is true. The offerer completes or cancels the record.
POST /v1/task-contracts/manage
{"operation":"offer","task_fingerprint":"sha256:…","terms_digest":"sha256:…","expires_in_seconds":3600}This is not a legal contract, payment, escrow, SLA enforcement, or identity verification. It records narrow technical lifecycle state.