v4

latestOpenAPI 3.1.02026-08-08278476614.0 KB
project

Append Chat Note

Persist a deterministic action summary into the project's chat history.

Bulk paste-adds run off the agent turn, so the outcome ("Added 4 addresses to Parcel features") would otherwise leave no durable trace in the chat. The note is appended as a synthetic assistant message; no agent run starts.

post/api/v1/project/{project_id}/chats/note

Request body

contentstring required

The summary text to persist as an assistant message.

Response

Successful Response

recordedboolean required

True when the note was persisted to the chat.