Connect AI documentation · Full API reference & configuration details

Batched writes from agents

When an agent needs to insert or update many rows (say, syncing a list of contacts back to HubSpot or creating tasks in NetSuite, don't loop one statement at a time. One call per row burns latency, eats source-side rate limits, and makes audit trails noisy.

Use the Batch Operation API: submit a single request with up to thousands of statements, get per-row results back, and let Connect AI handle the upstream API's batching semantics for you.

Reference: Batch Operation in the Connect AI API docs.

Connect AI documentation

Full API reference, authentication guides, and configuration details.

View docs