cURL
curl --request POST \ --url http://localhost:3000/api/messaging/message-servers/{messageServerId}/agents \ --header 'Content-Type: application/json' \ --data ' { "agentId": "3c90c3cc-0d44-4b50-8888-8dd25736052a" } '
{ "success": true }
Add an agent to a server
Agent added successfully
Was this page helpful?