Skip to main content
POST
Create Agent Experiment

Authorizations

api_key
string
header
required

Body

application/json

Agent experiment creation input

Input for creating an agent experiment

name
string
required
agentType
enum<string>
required
Available options:
PROSPECTOR,
CONTENT,
EMAIL,
ENRICH_PERSON,
ENRICH_COMPANY,
QUALIFY_PERSON,
QUALIFY_COMPANY,
CALL_PREP,
CONTEXT
runStrategy
enum<string>
required
Available options:
RANDOM,
ROUND_ROBIN,
WEIGHTED
agentOIds
string[]
required
description
string
weights
object[]

Response

Agent experiment created successfully

_metadata
object
required
oId
string
required
name
string
required
agentType
enum<string>
required
Available options:
PROSPECTOR,
CONTENT,
EMAIL,
ENRICH_PERSON,
ENRICH_COMPANY,
QUALIFY_PERSON,
QUALIFY_COMPANY,
CALL_PREP,
CONTEXT
runStrategy
enum<string>
required
Available options:
RANDOM,
ROUND_ROBIN,
WEIGHTED
agents
object[]
required
createdAt
string<date-time>
required
updatedAt
string<date-time>
required
description
string | null
weights
object[] | null
user
object | null