Skip to main content
Create work, see it in Mission Control, and keep the receipt returned by the same request.

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.
Keep API keys in server-side secrets. Never put them in browser code, logs, screenshots, or public repositories.

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.
The first request returns 201 Created:

3. See the result

Open Mission Control, or open the task directly with the returned ID:
The task page shows the title, current state, hierarchy, and linked evidence available to your workspace.

4. Complete it with evidence

Fetch the work item immediately before completing it. This gives you a signed version_token that preserves timestamp precision and prevents a stale client from overwriting newer work.
Copy data.concurrency.version_token into ORGX_VERSION_TOKEN.
The response returns the completed task and a new receipt. Refresh the task page to see the completion and its evidence.

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.