datagrid-ai SDK, released in August 2026.
Converse
SDK · datagrid-ai@0.17.2
- Changed
POST /v1/conversenow resolves selected organization-sharedknowledge_idsowned by sibling teamspaces in the same account. (reference)
Voice
SDK · datagrid-ai@0.17.2
Agents
SDK · datagrid-ai@0.17.2
- ChangedThe default
llm_modelchanged fromgemini-2.5-flashtogemini-3.1-flash-litefor agent create and update, and forPOST /v1/converse. (reference)- Migration: Set
llm_modelexplicitly to stay ongemini-2.5-flash.
- Migration: Set
Automations
SDK · datagrid-ai@0.17.2
- AddedAdded
GET /v1/agents/{agent_id}/automations— List automations. (reference) - AddedAdded
POST /v1/agents/{agent_id}/automations— Create automation. (reference) - AddedAdded
DELETE /v1/agents/{agent_id}/automations/{automation_id}— Delete automation. (reference) - AddedAdded
GET /v1/agents/{agent_id}/automations/{automation_id}— Retrieve automation. (reference) - AddedAdded
PATCH /v1/agents/{agent_id}/automations/{automation_id}— Update automation. (reference)
Tables
SDK · datagrid-ai@0.17.2
Search
SDK · datagrid-ai@0.17.2
- Changed
GET /v1/searchnow resolves and searches selected organization-sharedknowledge_idsowned by sibling teamspaces in the same account. (reference)
Conversations
SDK · datagrid-ai@0.17.2
- Breaking
DELETE /v1/conversations/{conversation_id}now rejects the root conversation of any channel — direct messages and standard channels as well as Chats — with400 Bad Request. Previously only the Chats root was protected, and deleting another channel’s root left that channel unreachable. (reference)- Migration: Delete the individual conversations inside a channel rather than the channel’s root conversation.
- Changed
GET /v1/conversations: added the new optionalqueryrequest parameterhas_messages. (reference) - ChangedCitation sources now include
fieldsandstatus, exposing which record fields backed a citation and whether the source is still available. (reference) - ChangedCitation sources now include
item_type, identifying the kind of record a citation points at. (reference)
Event Triggers
SDK · datagrid-ai@0.17.2
- AddedAdded
GET /v1/agents/{agent_id}/event-triggers— List event triggers. (reference) - AddedAdded
POST /v1/agents/{agent_id}/event-triggers— Create event trigger. (reference) - AddedAdded
DELETE /v1/agents/{agent_id}/event-triggers/{trigger_id}— Delete event trigger. (reference) - AddedAdded
PATCH /v1/agents/{agent_id}/event-triggers/{trigger_id}— Update event trigger. (reference)