SuperAgent Chat
Chat with SuperAgent
Send a message to a SuperAgent. Supports streaming via SSE. Each chat session is identified by a session_id.
post/v1/superagents/{agent_id}/chat
Path parameters
agent_idstring uuid required
The SuperAgent's unique identifier
Request body
Example request
{
"message": "What positions are you currently monitoring?"
}Response
Agent response (non-streaming)