1. Create an API key
Sign in to OrgX Settings, create an API key, and save it when it is shown. The key resolves your user and workspace.2. Create work
title is the only required body field. OrgX places the work in the workspace
Inbox and creates the supporting hierarchy when it is first needed.
201 Created:
3. See the result
Open Mission Control, or open the task directly with the returned ID:4. Complete it with evidence
Fetch the work item immediately before completing it. This gives you a signedversion_token that preserves timestamp precision and prevents a stale client
from overwriting newer work.
data.concurrency.version_token into ORGX_VERSION_TOKEN.
Next useful step
Organize work
Create an initiative when the Inbox is no longer enough.
Use an SDK
Use the same flow from TypeScript or Python.
Read events
Keep another system synchronized with accepted state changes.
