Start a new agent session

Starts a new agent session.

Authentication

AuthorizationBasic

Basic authentication of the form Basic <base64(username:password)>.

Request

request body
agentDefinitionIdstringOptional
The id of the agent to be executed
inputsobjectOptional

Key-value pairs to pass as inputs to the agent session. Must match the agent’s input schema.

Response

result
statusstring
Current session status
sessionIdstring
The session ID assigned by AEE
lastMessagestring
Last message from the session

Errors

500
Internal Server Error