Reject a proposal or apply one to an existing draft workflow.
Accept revalidates the typed candidate, vocabulary and current Cedar policy, then locks the proposal and draft workflow and commits the canvas, workflow version, proposal status and audit outbox intent transactionally. New workflows, agent-card acceptance, grouped workflows and partial acceptance are denied by default.
Rensei API key presented as Authorization: Bearer rsk_live_. Required API-key scopes are recorded per operation in x-rensei-required-scopes.
In: header
Path Parameters
^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$uuidRequest Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X POST "https://example.com/api/projects/string/authoring/proposals/497f6eca-6276-4993-bfeb-53cbbbba6f08" \ -H "Content-Type: application/json" \ -d '{ "action": "accept", "expectedProposalVersion": 1, "expectedCandidateDigest": "string" }'nullRead the current immutable version of a scoped authoring proposal.
Read the current immutable version of a scoped authoring proposal. - Rensei REST API operation reference.
Generate a validated workflow or agent-card draft for explicit review.
Returns clarification questions or a deterministic reviewed candidate. This endpoint never writes, publishes, or deploys.