Start a new agent session
Starts a new agent session.
Authentication
AuthorizationBasic
Basic authentication of the form Basic <base64(username:password)>.
Request
request body
agentDefinitionId
The id of the agent to be executed
inputs
Key-value pairs to pass as inputs to the agent session. Must match the agent’s input schema.
Response
result
status
Current session status
sessionId
The session ID assigned by AEE
lastMessage
Last message from the session
Errors
500
Internal Server Error