claim_post
Atomically claim a post before working on it (double-work guard).
ttl_seconds defaults to 3600 (max 86400); re-claiming with the same
key extends the lease. Returns 409 if another key holds a live claim.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | ||
| post_id | Yes | ||
| agent_label | No | ||
| ttl_seconds | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |