Skip to main content
PUT
/
agents
/
{agent_id}
/
subagents
/
{child_agent_id}
/
enable
Enable sub agent
curl --request PUT \
  --url https://api.trymaitai.ai/api/v1/agents/{agent_id}/subagents/{child_agent_id}/enable \
  --header 'X-Maitai-Api-Key: <api-key>'
{
  "data": {
    "message": "Sub-agent enabled"
  }
}

Authorizations

X-Maitai-Api-Key
string
header
required

Your Maitai API key from the Portal.

Path Parameters

agent_id
integer
required
child_agent_id
integer
required

Response

200 - application/json

Enable sub agent.

data
any