Rensei docs
API ReferenceWorker Protocol

Post plugin verb invocation result

Called by the daemon after executing a polled plugin verb invocation. Ordinary local-bridge results keep the existing resume behavior. `rensei.verify.run` is a strict runtime-JWT-only branch (maximum 2 MiB) requiring `X-Rensei-Claim-Acknowledgement-Receipt-Sha256`; it settles canonical result bytes and returns Donmai acknowledgement authority but never resumes the workflow. Positive continuation occurs only at acknowledgement confirmation. Duplicate settlements are replay-safe and conflict on changed stable bytes.

POST
/api/daemon/plugin-verbs/result

Authorization

AuthorizationBearer <token>

Rensei API key presented as Authorization: Bearer rsk_live_. Required API-key scopes are recorded per operation in x-rensei-required-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

curl -X POST "https://example.com/api/daemon/plugin-verbs/result" \  -H "Content-Type: application/json" \  -d '{    "invocationId": "string"  }'
{
  "ok": true,
  "invocationId": "string",
  "resumed": 0
}
{
  "error": "Session not found"
}
{
  "error": "Session not found"
}
{
  "error": "Session not found"
}