Create chat
Create a new chat session
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
Request body schema.
Trigger configuration for the chat.
- Trigger
- Trigger
- Trigger
- Trigger
- Trigger
Chat name.
Agent identifier for the chat.
^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-4[0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12})$Release identifier for the chat.
^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-4[0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12})$Optional heartbeat configuration. When set, the chat keeps waking itself up every intervalMinutes minutes, re-sending the prompt, until it reaches maxMessages messages.
Optional evaluator configuration (rubric + quality threshold). When set, the heartbeat loop grades each output and keeps iterating until the score reaches the threshold or maxMessages is hit.
Response
Successful response
Created chat details.

