Session Endpoints
Ingest Sessions
Ingest session lifecycle events from the Quint daemon. Rate-limited per organization.
POST
Requires
Authorization: Bearer header with a deploy token (qt_deploy_*) or Supabase JWT.Request Body
Session lifecycle events report session start, update, and end transitions.string
required
UUID v5 session identifier.
string
Human-readable session name.
string
LLM model used in the session (e.g.,
claude-sonnet-4-20250514).string
Code signing identity of the agent process.
string
required
Session state:
active, idle, ended.string
Agent platform identifier (e.g.,
claude-code, cursor, windsurf).string
Parent session UUID for hierarchical session tracking.
datetime
required
ISO 8601 timestamp of the lifecycle event.