Skip to main content
You can start with Work and learn the rest when your integration needs it.

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

An API success records the state described by that operation. The response identifies the work, receipt, and event created by the call.
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.
Producer reports, verifier checks, human approvals, and provider outcomes remain distinct fields so a reader can judge the result.
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 at https://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.