Create
POST /matters/v1Execute
POST /matters/v1//work-itemsDecide
POST /matters/v1//work-items//decisionWhat a matter owns
- Primary vault linkage
- Work items and execution history
- Reusable parties and matter-specific roles
- Optional playbook (matter type) for agent instructions
- Audit logs, exports, events, and shares
Core resources
How it works
The matters API is a task board. Create a work item, an agent picks it up automatically.- Create a work item → an agent starts immediately (fire and forget)
- Agent completes → work item status moves to
done(orblockedif it failed) - Agents can create more work items — they have full API access scoped to the matter
- Humans or agents can decide — approve, revise (re-run), block, or reassign any work item
depends_on in metadata — a draft work item with dependencies won’t dispatch until all dependencies are done.
Quickstart
Shell
Shell
Shell

