Skip to main content
POST
Link evaluators to agent

Authorizations

X-API-Key
string
header
required

API key for authentication

Path Parameters

agent_uuid
string
required

The agent to link the evaluators to

Example:

"f47ac10b-58cc-4372-a567-0e02b2c3d479"

Body

application/json
evaluator_ids
string[]
required

The evaluators to link to the agent. Ones that are already linked are skipped. Each must be one you created or a built-in default

Required string length: 36
Example:

Response

Successful Response

message
string
required

Confirmation that the evaluators were linked

Example:

"Evaluators linked to agent"

linked
string[]
required

Evaluator IDs newly linked by this request

already_linked
string[]
required

Evaluator IDs skipped because they were already linked