Source
Threads API
Use this API to create threads that are used to interact with Cortex Agents. Create thread POST /api/v2/cortex/threads Creates a new thread and returns the thread UUID.
Cortex Agents Run API
There are two methods to interact with an Agent: Build an agent object and reference this agent object in a request to the agent:run API. Call agent:run directly without an agent object. You provide the configuration in the request body of…