curl -X POST https://api.allternit.com/api/v1/agents/prototype \
-H "Authorization: Bearer $TOKEN" \
-H "Content-Type: application/json" \
-d '{
"name": "Research Agent",
"description": "Performs deep technical research.",
"system_prompt": "You are a research assistant. Cite sources.",
"model": "allternit-reasoning",
"temperature": 0.5,
"max_tokens": 4096,
"tools": ["web_search", "mcp_registry"],
"messages": [{"role":"user","content":"Summarize local model quantization."}]
}'