curl -X POST https://www.trytruffle.ai/api/v1/agents \
-H "x-api-key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"name": "Customer Support Agent",
"instruction": "You are a helpful customer support agent",
"model": "gpt-4",
"tool": "search",
"component": "Chat"
}'