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

# NSR API history

> Operations added or removed in the NSR 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/nsr.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 — **259 operations**, generated from the service's own OpenAPI. Highlights:

* [`GET /api/v1/agents`](/api-reference/nsr/agents/agents-list)
* [`POST /api/v1/agents/llm/generate`](/api-reference/nsr/reasoning/agents-llm-generate-create)
* [`GET /api/v1/agents/{agent_name}`](/api-reference/nsr/agents/agents-by-get)
* [`POST /api/v1/agents/{agent_name}/restart`](/api-reference/nsr/agents/agents-by-restart-create)
* [`POST /api/v1/agents/{agent_name}/start`](/api-reference/nsr/agents/agents-by-start-create)
* [`POST /api/v1/agents/{agent_name}/stop`](/api-reference/nsr/agents/agents-by-stop-create)
