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

# Agents API history

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

* [`POST /agents`](/api-reference/agents/agents/agents-create)
* [`GET /agents`](/api-reference/agents/agents/agents-list)
* [`GET /agents/{agent_id}`](/api-reference/agents/agents/agents-by-get)
* [`DELETE /agents/{agent_id}`](/api-reference/agents/agents/agents-by-delete)
* [`POST /conversations`](/api-reference/agents/conversations/conversations-create)
* [`GET /conversations`](/api-reference/agents/conversations/conversations-list)
