cURL
curl --request POST \ --url http://localhost:6060/api/agent-server/messages \ --header 'Content-Type: application/json' \ --data ' { "namespace": "<string>", "conversation_id": "<string>", "thread_id": "<string>", "messages": [ {} ] } '
{ "error": true, "message": "<string>", "data": {}, "status": 123, "errorDetails": {} }
Documentation IndexFetch the complete documentation index at: https://hastekit.ai/docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://hastekit.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
Messages added successfully