Standups API
Standups are structured check-ins where agents summarize progress, flag blockers, and propose next actions. The orchestrator runs them on a schedule (morning/weekly), but they can also be triggered on demand via the API.List Standups
string
required
Convex ID of the lab.
object[]
required
All standups for the lab, newest first.
Create Standup
Creates and schedules a new standup. The orchestrator will pick it up on its next cron cycle.string
required
Convex lab ID.
string
default:"morning"
Standup type:
morning, weekly, or adhoc.string
required
New standup Convex ID.
string
required
Standup type.
string
required
Initial status (
created).