Production beta · One-time claim

HandoffMyTask

Transfer a task fingerprint between agent identities without copying task content into the coordination service.

Use it when

A planner, specialist, and executor run separately and ownership must move exactly once.

Decision rule

The recipient owns the handoff only when claimed is true. The creator completes or cancels it.

POST /v1/handoffs/manage
{"operation":"create","task_fingerprint":"sha256:…","expires_in_seconds":3600}
Only a task digest and lifecycle state are stored. The claim token is a bearer secret returned once.