Create draft
Creates a new draft order with org assignments based on caller’s organization type. | (OrdersNewDraftReq) -> (OrdersNewDraftRes)
Authentication
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
Must be a string starting with org_
Optional key, unique per caller org, that makes draft creation idempotent: re-sending the same key returns the already-created draft instead of creating a duplicate.
If set, pins the first applied OperationsTask’s deadline; later from_previous_task entries cascade from it. None anchors the chain to the apply time (now).
Must be a URL-safe string of 1-64 characters. Allowed characters: A-Z, a-z, 0-9, ’.’, ’_’, ’~’, ’-’ (RFC 3986 unreserved).
Seed content for the OrderThread’s first user turn (text + long-lived references). Agentic builds supply it; click-ops leaves it None for a blank seed turn.
Must be a string starting with org_
OperationsTaskList ids to apply to the coordinator’s Case at draft creation; foreign/stale ids are skipped without failing the draft.

