Skip to main content
POST
Create Manual
Creates a manual: a versioned tree of pages with a default read audience and optional bindings to platform surfaces (jobs, folders, work projects). Requirements: instructions:write + workspace EDITOR or OWNER + a verified (claimed) account. Supports the Idempotency-Key header (same semantics as Create Workspace).

Request

string
required
The owning workspace.
string
required
Manual title.
string
Default page audience: ADMIN, CONTRIBUTOR, REVIEWER, or WORKER (workers see the least). Pages can override it.
object[]
Where the manual surfaces: {kind: "JOB" | "FOLDER" | "WORK_PROJECT", targetId, precedence}.

Response

Returns 201 with manual (the summary shape) and optional idempotentReplay.