v5

latestOpenAPI 3.1.0raw.githubusercontent.com2026-03-15312564.6 KB
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

messagestring required

Message to send to the agent

session_idstring

Omit to start a new session

streamboolean

Set to true for SSE streaming response

Example request

{
  "message": "What positions are you currently monitoring?"
}

Response

Agent response (non-streaming)

contentstring
session_idstring