For the complete documentation index, see llms.txt.
Skip to main content
Version: 8.10 (unreleased)

Create agent instance history itemAdded in 8.10

POST 

/agent-instances/:agentInstanceKey/history

Strongly Consistent About endpoint data consistency

Appends a single history item to an agent instance's conversation history. The created item has commitStatus PENDING until the job identified by jobLease completes successfully, at which point it transitions to COMMITTED. If the job fails or is superseded by a retry, the item is marked DISCARDED.

Required permissions

When authorization is enabled, this endpoint requires the following permission. See resources and permissions to learn more.

Resource typePermission
PROCESS_DEFINITIONUPDATE_PROCESS_INSTANCE

Request

Responses

The history item was created.