curl --request POST \
--url https://api.olie.ai/api/management/ai/agents \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"base_prompt": "sample_text",
"default_model": "sample_text",
"default_provider": "sample_text",
"description": "sample_text",
"name": "sample_text",
"tools": []
}
'