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

# Chat Widget API history

> Operations added or removed in the Chat Widget 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/chat-widget.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-31

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

* [`POST /api/chat`](/api-reference/chat-widget/chat/api-chat-create)
* [`POST /api/threads`](/api-reference/chat-widget/threads/api-threads-create)
* [`GET /api/threads/{id}`](/api-reference/chat-widget/threads/api-threads-by-get)
* [`PATCH /api/threads/{id}`](/api-reference/chat-widget/threads/api-threads-by-update)
* [`DELETE /api/threads/{id}`](/api-reference/chat-widget/threads/api-threads-by-delete)
* [`POST /api/threads/{id}/messages`](/api-reference/chat-widget/threads/api-threads-by-messages-create)
