📄️ List Sessions
List coding sessions for the project with cursor-based pagination.
📄️ Create Session
Create a new coding session.
📄️ Delete Session
Delete a session.
📄️ Get Session
Get a single session by ID with full details including messages.
📄️ Cancel Current Message
Cancel the current in-progress message processing.
📄️ Create Message
Add a message to a session and start processing.
📄️ Stream Messages
Stream messages for a session using Server-Sent Events.
📄️ Get Session Status
Check if a workflow is currently running for this session.
📄️ Warm Session
Warm the sandbox for a session to reduce latency.
📄️ Download Workspace Zip
Download the workspace zip directly.