Class 5 AI Agent Task

Create

Create a new Class 5 AI Agent Task record.

post/api/cp/class5/ai-agent-task-link

Request body

idstring

Id

ai_agentstring required

Ai Agent

ai_agent_task_idstring required

Ai Agent Task Id

next_ai_agent_task_idstring required

Next Ai Agent Task Id

conditionstring

Condition

Example request

{
  "id": 12345,
  "ai_agent": "example_ai_agent",
  "ai_agent_task_id": 1,
  "next_ai_agent_task_id": 1,
  "condition": "example_condition"
}

Response

Successful response

statusstring

Operation status

Example response

{
  "id": 12345,
  "status": "OK"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.