Skip to main content
POST
Associate agents with a test set

Authorizations

X-API-Key
string
header
required

Organization API key for authentication

Path Parameters

test_set_id
string
required

Test set ID (8-character ID)

Required string length: 8

Body

application/json

Associate one or more agents with the test set.

agent_ids
string[]
required

Agent IDs (22-char ShortUUIDs) to associate. Already-associated IDs are a no-op, and unknown or inactive IDs are ignored; the response reflects the resulting association set.

Required array length: 1 - 1000 elements
Required string length: 1 - 22
Pattern: ^[A-Za-z0-9]+$
Example:

Response

Agents associated successfully

The agents currently associated with the test set.

agents
object[]
required