Agent Endpoints
Run Agent
Execute an agent with provided input
POST
Execute an agent with the provided input to generate a response. Optionally maintain conversation context using a session ID.
Path Parameters
The unique identifier of the agent
Request Body
The input text for the agent to process
Optional session ID for continuing a conversation
Response
The agent’s response to the input
The session ID for this conversation
Additional information about the execution including model used, tokens, and tools
Response