messages
Create Batch
Submit a batch of agent runs for asynchronous processing.
Creates a job that will fan out messages to all listed agents and process them in parallel. The request will be rejected if it exceeds 256MB.
post/v1/messages/batches
Request body
Response
Successful Response
Example response
{
"id": "job-123e4567-e89b-12d3-a456-426614174000"
}