Skip to main content
POST
Duplicate an agent

Authorizations

x-api-key
string
header
required

API key for authentication

Path Parameters

agent_id
string
required

ID of the agent to duplicate

Pattern: ^[A-Za-z0-9]{22}$

Body

application/json
include_associations
boolean
default:false

Also copy the source agent's metric and test-set associations.

Response

Agent duplicated successfully

agent
object
required

Agent configuration resource.

Note: The active field (soft delete status) is managed internally and not exposed in API responses.