Skip to main content
POST
Stream Message Workflow

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

X-User-ID
string

Optional user ID for anonymous attribution. Authenticated requests use the identity from the credential.

Path Parameters

id
string
required

Body

application/json

Represents a JSON-RPC request for the message/stream method.

id
required
params
MessageSendParams · object
required

Defines the parameters for a request to send a message to an agent. This can be used to create a new task, continue an existing one, or restart a task.

jsonrpc
string
default:2.0
Allowed value: "2.0"
method
string
default:message/stream
Allowed value: "message/stream"

Response

Streaming response with task updates

The response is of type string.