The Sessions API provides a simplified way to manage conversations without dealing with servers and channels. Sessions automatically handle timeout management, renewal, and expiration.
Request Body
UUID of the agent to create a session with
UUID of the user initiating the session
Optional metadata to attach to the session
Optional timeout configuration for the session
Response
Unique identifier for the created session
UUID of the agent
UUID of the user
ISO timestamp of session creation
ISO timestamp when the session will expire
The active timeout configuration for this session
Any metadata attached to the session
Body
application/json