> ## Documentation Index
> Fetch the complete documentation index at: https://docs.useorgx.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Legacy decisions compatibility

> Link continuity notice for an older workspace REST client page.

<Warning>
  This page is retained for link continuity and is not a current REST operation
  reference. It does not define a supported `/api/v1` endpoint.
</Warning>

Decisions **are** part of the published REST surface: `POST /api/v1/decisions`
raises one and `GET /api/v1/decisions` lists them. Resolution is human-only and
runs through a signed-in session. The current contract — fields, shapes,
lifecycle, and the authority split — is on the
[decision resource page](/docs/api/entities/decision).

For new integrations, use the generated [REST API v1 operation
pages](/docs/api/overview) or the [MCP protocol](/docs/api/mcp-protocol). Existing
workspace clients should follow the [compatibility guide](/docs/api/compatibility)
and keep their migration boundary explicit.
