Skip to main content
PUT
/
agents
/
{agent_id}
/
system-steps
/
{step}
/
enable
Enable agent system step
curl --request PUT \
  --url https://api.trymaitai.ai/api/v1/agents/{agent_id}/system-steps/{step}/enable \
  --header 'X-Maitai-Api-Key: <api-key>'
{
  "data": {
    "step": "processing",
    "enabled": true
  }
}

Authorizations

X-Maitai-Api-Key
string
header
required

Your Maitai API key from the Portal.

Path Parameters

agent_id
integer
required
step
string
required

Response

200 - application/json

Enable agent system step.

data
any