> ## 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.

# REST client compatibility

> Older workspace REST routes that remain available as compatibility adapters.

<Warning>
  New integrations should start with the generated **REST API v1 operations**
  section. The legacy `/api/rest/*` URLs are retained only as link-compatible
  notices; they do not define a current REST contract.
</Warning>

The older `/api/client/*` family is a compatibility adapter for existing
workspace clients. It is not a second API version, and it should not be used to
infer an undocumented resource or lifecycle guarantee. The generated OpenAPI
pages are the only REST operation reference for new integrations.

Use the compatibility pages when you are maintaining an existing integration.
For new work, choose one of these paths:

* [REST API v1 overview](/docs/api/overview) for the canonical namespace and shared rules.
* **REST API v1 operations** in the API Reference navigation for generated
  method, parameter, request, response, and status documentation.
* [MCP protocol](/docs/api/mcp-protocol) for model-facing tools and approval flows.

## The retained pages

These pages exist only so older links keep resolving. They are intentionally
absent from the sidebar and carry no contract:

* [Legacy agents](/docs/api/rest/agents)
* [Legacy artifacts](/docs/api/rest/artifacts)
* [Legacy decisions](/docs/api/rest/decisions) — the current contract is the [decision resource page](/docs/api/entities/decision)
* [Legacy initiatives](/docs/api/rest/initiatives)
* [Legacy memory](/docs/api/rest/memory)
* [Legacy workspaces](/docs/api/rest/workspaces)
