cURL
curl --request POST \ --url https://mcp.closedloop.sh/team/website \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "website": "https://example.com" } '
{ "success": true, "data": { "website": "https://example.com", "updated_at": "2025-01-27T10:30:00Z" } }
Update your product’s website URL for AI context and analysis.
Setting your product website helps ClosedLoop AI provide more accurate and relevant feedback analysis by understanding your product’s features, positioning, and market context.
API key for authentication (format: Bearer YOUR_API_KEY)
The team's website URL
"https://example.com"
Team website updated successfully
true
Show child attributes