Skip to main content
Matters are the workspace primitive for legal work on Case.dev. A matter owns the operating context: metadata, its primary vault, work items, parties, audit logs, and sharing.
CreatePOST /matters/v1
TrackPOST /matters/v1//work-items
DecidePOST /matters/v1//work-items//decision

What a matter owns

  • Primary vault linkage
  • Work items and decision 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 and system of record for legal work.
  1. Create a work item to describe and track a unit of work.
  2. Perform intensive agent work in Linc and attach the results to your application workflow.
  3. Update the work item as its state changes.
  4. Record a decision to approve or block the work.
Work items can keep application-specific dependencies and result references in metadata.

Quickstart

Shell
Shell
Shell
The full schema and every tagged operation live in the API Reference.