curl -s -X POST 'https://api.qoder.com/api/v1/forward/identities/idn_019eabc123/templates/tmpl_support/config' \
-H "Authorization: Bearer $QODER_PAT" \
-H "Content-Type: application/json" \
-d '{
"name": "CRM profile",
"identity_config": {
"system": {
"mode": "append",
"content": "Prefer CRM data when answering."
},
"skills": {
"skill_customer_reply": {
"enabled": true,
"type": "custom",
"version": "1"
},
"skill_marketing_copy": {
"enabled": false
}
},
"mcp_servers": {
"mcp_crm": {
"enabled": true,
"type": "http",
"url": "https://crm.example.com/mcp"
}
},
"tools": {
"Read": {
"enabled": true
},
"Grep": {
"enabled": true
},
"WebSearch": {
"enabled": true
}
},
"vaults": {
"vault_crm": {
"enabled": true
}
},
"files": {
"file_019eXXXX": {
"enabled": true
}
}
},
"metadata": {}
}'