Send a message to the chatbot
POST/auth/messages
Sends a user message to the chatbot agent, processes it, and returns the AI response, potentially as a stream. Creates or updates the conversation thread.
Request
Responses
- 200
- 400
- 401
- 500
Success - Returns the AI response (streamed or JSON).
Bad request, expected JSON / Invalid input data (Zod validation)
Unauthorized Access
Internal Server Error during agent processing