The six core concepts
Initiatives, workstreams, milestones, handoffs, discovery runs, and projections
are advanced ways to organize or analyze these six concepts. The API reference
introduces them only where they are required.
Contract principles
Accepted state is explicit
Accepted state is explicit
An API success records the state described by that operation. The response
identifies the work, receipt, and event created by the call.
Retries are safe
Retries are safe
Send an
Idempotency-Key with every state-changing request. Reusing the key
with the same input returns the original result; changing the input returns
a conflict.Evidence supports a specific claim
Evidence supports a specific claim
Producer reports, verifier checks, human approvals, and provider outcomes
remain distinct fields so a reader can judge the result.
Derived views identify their freshness
Derived views identify their freshness
Projections include the source and freshness information needed to decide
whether a result is current enough for the next action.
Where the result appears
Created work appears in Mission Control and has a stable task page athttps://useorgx.com/tasks/{taskId}. The taskId comes directly from the API
response.
Create your first work item
Reach a visible
201 with one required body field.Browse advanced operations
Add processes, handoffs, events, and projections when you need them.
