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

# ResponseCX API history

> Operations added or removed in the ResponseCX API surface, derived from the spec's own revision history — the API's changelog, distinct from the docs changelog.

Derived from the revision history of `spec/responsecx.json` (`node scripts/api-history.mjs`).

<Note>
  An operation listed as **removed** was retired from the published surface — a caller still using
  it must migrate, not merely re-read the docs. Added operations link to their reference pages.
</Note>

## 2026-08-30

Initial publication — **38 operations**, generated from the service's own OpenAPI. Highlights:

* [`GET /api/v1/workspace`](/api-reference/responsecx/workspace-list)
* [`GET /api/v1/agents`](/api-reference/responsecx/agents-list)
* [`POST /api/v1/agents`](/api-reference/responsecx/agents-create)
* [`POST /api/v1/agents/provision`](/api-reference/responsecx/agents-provision-create)
* [`GET /api/v1/agents/{id}`](/api-reference/responsecx/agents-by-get)
* [`PATCH /api/v1/agents/{id}`](/api-reference/responsecx/agents-by-update)
