Orchestrate Agent
Chat With Orchestrate Agent As Stream
POST
Chat With Orchestrate Agent As Stream
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
A key value object for each context variable you want to configure.
Example:
{ "userID": 123, "userName": "User" }
Context variables for the agent execution (e.g., {'wxo_email_id': 'user@domain.com', 'wxo_user_name': 'John Doe'})
Response
200
application/json
Successful Response
Available options:
run.started
, run.completed
, run.failed
, run.expired
, run.cancelled
, run.step.started
, run.step.completed
, run.step.failed
, run.step.delta
, message.created
, message.started
, message.delta
, message.completed
, run.step.thinking
, message.interrupt
, error
, done
, planning
Chat With Orchestrate Agent As Stream