curl --request POST \
--url http://localhost:6060/api/agent-server/agents \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"model_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"prompt_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"prompt_label": "production",
"schema_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"enable_history": true,
"summarizer_type": "llm",
"llm_summarizer_token_threshold": 123,
"llm_summarizer_keep_recent_count": 123,
"llm_summarizer_prompt_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"llm_summarizer_prompt_label": "production",
"llm_summarizer_model_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"sliding_window_keep_count": 123,
"mcp_servers": [
{
"mcp_server_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"tool_filters": [
"<string>"
]
}
]
}
'