Rensei docs
API ReferenceWorker Protocol

Acknowledge Donmai's durable privileged-verification claim

Runtime-JWT-only, receiver-bound CAS for `rensei.verify.run`. The strict JSON body is limited to 4096 bytes. This is the only transition from reservation (`delivered`) to durable local claim (`claimed`); replays return retained duplicate receipt bytes and changed authority conflicts.

POST
/api/daemon/plugin-verbs/claim-acknowledgement

Authorization

workerJwt
AuthorizationBearer <token>

Short-lived worker runtime JWT minted by the platform. Claims bind the worker, project, organization, registration, and scopes.

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/api/daemon/plugin-verbs/claim-acknowledgement" \  -H "Content-Type: application/json" \  -d '{    "schemaVersion": "rensei.verify.claim-acknowledgement.v1",    "invocationId": "e9725468-0858-4dbb-af72-1e49c8254d68",    "claimId": "88057929-7728-4a26-8396-f965dcc8b947",    "claimNowMs": 0,    "workareaLeaseClaim": {}  }'
Empty
{
  "error": "Session not found"
}
{
  "error": "Session not found"
}
{
  "error": "Session not found"
}
{
  "error": "Session not found"
}
{
  "error": "Session not found"
}