Skip to main content
POST
/
agents
/
execute
Execute skill
curl --request POST \
  --url https://api.kaizenautomation.com/agents/execute \
  --header 'Content-Type: application/json' \
  --data '
{
  "skillId": "<string>",
  "content": [
    {
      "type": "<string>",
      "text": "<string>"
    }
  ]
}
'
{
  "executionId": "<string>",
  "status": "<string>"
}

Body

application/json

Request parameters for executing a skill

skillId
string
required

External ID of the skill to execute

content
object[]

Optional content array. If provided, this will be used as the initial message.

Response

Skill execution started successfully

Response after starting agent execution

executionId
string
required

ID of the execution

status
string
required

Current status of the execution