Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Create a new connector tag
curl -X POST "https://api.clustr-ai.com/api/public/connector-tags" \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{"name": "Investor", "color": "#3B82F6"}'
{ "success": true, "data": { "id": "a1b2c3d4-...", "name": "Investor", "color": "#3B82F6", "position": 0 } }
#3B82F6