Open draft
Opens a new draft order shell with org assignments based on caller’s organization type. | authz: min_org_role=operator | (OrdersOpenDraftReq) -> (OrdersOpenDraftRes)
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.
Must be a URL-safe string of 1-64 characters. Allowed characters: A-Z, a-z, 0-9, ’.’, ’_’, ’~’, ’-’ (RFC 3986 unreserved).
Saved order template that seeded this draft. Used as template-build provenance.
Must be a string starting with org_
OperationsTaskList applications to materialize on the Order for the coordinator org at draft creation, each with optional department override and first-deadline pin.

