Create
POST /matters/v1Execute
POST /matters/v1//work-itemsReview
POST /matters/v1//work-items//decisionWhat a matter owns
- Primary vault linkage
- Matter type and orchestration policy
- Reusable parties and matter-specific roles
- Work items and execution attempts
- Audit logs, exports, events, and shares
Core resources
| Resource | Endpoint family | Purpose |
|---|---|---|
| Matter | /matters/v1 | Create, update, and inspect legal workspaces |
| Matter types | /matters/v1/types | Define workflow instructions and orchestration mode |
| Agent types | /matters/v1/agent-types | Reusable worker role definitions |
| Parties | /matters/v1/parties | Reusable people and organizations |
| Matter parties | /matters/v1/{id}/parties | Attach parties to a matter with roles |
| Work items | /matters/v1/{id}/work-items | Create and manage active work |
| Decisions | /matters/v1/{id}/work-items/{workItemId}/decision | Human orchestration and reassignment |
| Logs | /matters/v1/{id}/log | Operational history and exports |
| Shares | /matters/v1/{id}/shares | Cross-org matter access |
Orchestration
Matters support two explicit orchestration modes:auto— the orchestrator agent reviews and routes workhuman— worker output pauses inawaiting_humanuntil a person decides
- approve output
- kick work back with a reason
- block a work item
- reassign a work item to another agent type

