Skip to main content
POST
Create a handoff

Authorizations

Authorization
string
header
required

OrgX API key, sent as Authorization: Bearer oxk_...

Headers

Idempotency-Key
string
required

Workspace-scoped retry key for safe mutation replay.

Required string length: 1 - 200
Pattern: ^[A-Za-z0-9][A-Za-z0-9._:/-]{0,199}$

Body

application/json
workspace_id
string<uuid>
required
handoff_key
string
required
from_stage_key
string
required
to_stage_key
string
required
title
string
required
handoff_id
string<uuid>
source_process_ref
string<uuid> | null
source_revision_ref
string<uuid> | null
summary
string | null
priority
enum<string>
default:normal
Available options:
low,
normal,
high,
urgent
sla_minutes
integer | null
Required range: x >= 1
due_at
string<date-time> | null
proof_requirements
object[]

Response

Idempotent replay of the same proposal

data
object
required
meta
object
required