curl --request PUT \
--url https://api.trymaitai.ai/api/v1/agents/{agent_id}/routing/config \
--header 'Content-Type: application/json' \
--header 'X-Maitai-Api-Key: <api-key>' \
--data '
{
"config": {
"type": "rules",
"default": {
"type": "llm"
}
}
}
'