Batch update agents
Atomically update many agents in a single SERIALIZABLE transaction. The entire batch succeeds or rolls back together; this avoids partial-failure modes seen when issuing many concurrent single-agent updates that conflict on the same rows.
Authorizations
API Key authentication for programmatic access. Include your API key in the Authorization header as: Bearer your_api_key_here
Body
Atomically update many agents in a single transaction. The entire batch succeeds or rolls back together.
Per-agent update payloads. The whole batch is applied in a single transaction.
1 - 200 elementsResponse
Successful response
Updated agents from a batch update.
The updated agents, in the same order as the request items. Items whose agent could not be found or read after update are omitted.
Agent configuration - can be either a built in (system-managed) or custom (user-created) agent
- Option 1
- Option 2