API ReferenceWorker Protocol
Check session file reservation conflicts
Check session file reservation conflicts - Rensei REST API operation reference.
AuthorizationBearer <token>
Short-lived worker runtime JWT minted by the platform. Claims bind the worker, project, organization, registration, and scopes.
In: header
Path Parameters
id*string
Query Parameters
filePaths?array<string>
Response Body
application/json
application/json
curl -X POST "https://example.com/api/sessions/string/files/check-conflicts"{
"conflicts": [
{}
]
}{
"error": "Session not found"
}Update Linear agent session with external URLs
Posts external URLs (PR links, preview URLs, etc.) to the Linear agent session for display in the Linear UI. Sessions without a `linearSessionId` (governor-generated sessions) return `{ updated: false }` without error. Fail-closed: Linear API errors return 500.
Release specific file locks
Release specific file locks - Rensei REST API operation reference.