Skip to main content
POST
Create work

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

Send a title to use the workspace Inbox. Supply all three hierarchy IDs together only when you need explicit placement.

title
string
required
Required string length: 1 - 240
workspace_id
string<uuid>
command_id
string<uuid>
description
string | null
Maximum string length: 4000
initiative_id
string<uuid>
workstream_id
string<uuid>
milestone_id
string<uuid>
priority
enum<string>
default:medium
Available options:
low,
medium,
high,
urgent
due_date
string<date> | null
metadata
object
estimated_cost_cents
integer
default:0
Required range: x >= 0
causation_id
string<uuid> | null
correlation_id
string<uuid> | null

Response

Idempotent replay of the same command

data
object
required
meta
object
required