Authorizations

Authorization
string
header
required

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

Path Parameters

agentName
string
required

This refers to the folder name of your agent

Body

application/json
appConfig
object

App Config value to use for executing your Agent

content
object

Response

200 - application/json
conversationId
string
required
requestId
string
required
data
object

Additional data sent from the Agent

message
string

String-based message sent from the Agent

toolCalls
object[]

The tools that needs to be executed from the client-side