datagrid-ai SDK, organized by product area.
Converse
2026-07-03 · datagrid-ai@0.17.0
- Breaking
modeis now required onPOST /v1/converse. Requests without it are rejected with400 Bad Request. (reference)- Migration: Pass
mode: "default"to preserve the prior behavior.
- Migration: Pass
Automations
2026-06-25 · datagrid-ai@0.16.1
- AddedAdded agent automations to the public API. You can now create, list, retrieve, update, and delete scheduled
runAgentautomations under/v1/agents/{agent_id}/automations. Create paused automations with the optionalenabledflag. (reference)
Knowledge
2026-07-03 · datagrid-ai@0.17.0
- Changed
GET /v1/knowledgenow returns astatusfield per item and supports filtering by it via thestatusquery parameter. (reference)
Search
2026-07-03 · datagrid-ai@0.17.0
- AddedAdded
POST /v1/search/aifor natural-language search across your connected knowledge. (reference)
Conversations
2026-07-03 · datagrid-ai@0.17.0
- DeprecatedThe
contextfield onPOST /v1/conversationsis deprecated in favor ofknowledge_idsand will be removed in a future release. (reference)- Migration: Move
contextvalues intoknowledge_ids.
- Migration: Move