Skip to main content
PUT
cURL

Authorizations

Authorization
string
header
required

API Key authentication for programmatic access. Include your API key in the Authorization header as: Bearer your_api_key_here

Body

application/json

Atomically update many agents in a single transaction. The entire batch succeeds or rolls back together.

items
object[]
required

Per-agent update payloads. The whole batch is applied in a single transaction.

Required array length: 1 - 200 elements

Response

Successful response

Updated agents from a batch update.

agents
object[]
required

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