Claim mission lease
mission_claimClaim a timed mission lease to coordinate AI harnesses. The lease token unlocks mission operations and prevents concurrent conflicts; renew by claiming again.
Instructions
Claim a mission for one harness with expiry. While the lease is live, memory_checkpoint, delegate, consensus, swarm_run and mission_start on that mission need its token; others receive mission_busy. Renew by claiming again with lease_token. Leases coordinate cooperating harnesses; they are not authentication.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| identity | Yes | Harness identity, e.g. claude-code or codex. | |
| lease_ms | No | ||
| mission_id | Yes | Mission identifier inside the project. | |
| project_id | Yes | Project memory identifier. Not an authorization boundary. | |
| lease_token | No | Token from mission_claim. Required only while another holder has a live lease on this mission. |