Open a session without starting it
bash
curl -s -X POST \
"https://app.kosuke.ai/api/projects/$PROJECT_ID/chat-sessions" \
-H "Authorization: Bearer $KOSUKE_API_KEY" \
-H "Content-Type: application/json" \
-d '{"title": "Migrate the jobs table", "status": "backlog", "priority": "high"}'
Start it later with POST /chat-sessions/{sessionId}/activate.