Claim a record
Claim a record
Reserve a row for one participant. Foreign writers are rejected; contenders join a fair FIFO queue. Hold a claim across a slow read→LLM→write gap.
POST
Claim a record
Authorizations
API key (sk_live_…) or a scoped capability/ephemeral token. The same header carries both — the server discriminates by token shape.
Path Parameters
The model name from your pushed schema (e.g. tasks). The HTTP model API is generated from your own schema — these paths are generic over every model you define.
The record id.
Body
application/json
Response
The claim (active or queued).
Allowed value:
"claim"Available options:
active, queued, committed, expired, canceled Available options:
user, agent, system 0-based place in the FIFO queue when status: queued.