Skip to main content
POST
Create OrchestratorAgent

Authorizations

x-api-key
string
header
required

API key for authentication. Create one from the Kodexa platform UI under Settings > Access Tokens.

Body

application/json

An agent is an instantiated agent runtime within an org+project, tracking lifecycle and configuration.

agentRuntimeId
string
required
name
string
required
organizationId
string
required
projectId
string
required
slug
string
required
agentRuntimeRef
string | null
createdBy
string | null
description
string | null
metadata
unknown
moduleRefs
string[] | null
status
string
taskId
string | null
userId
string | null

Response

Created OrchestratorAgent

An agent is an instantiated agent runtime within an org+project, tracking lifecycle and configuration.

agentRuntimeId
string
required
agentRuntimeRef
string | null
required
changeSequence
integer<int32>
required
createdBy
string | null
required
createdOn
string<date-time>
required
description
string | null
required
id
string
required
metadata
unknown
required
moduleRefs
string[] | null
required
name
string
required
organizationId
string
required
projectId
string
required
slug
string
required
status
string
required
taskId
string | null
required
updatedOn
string<date-time>
required
uuid
string
required
userId
string | null