Standups & Team Chat

Standups are daily team meetings run round-robin, with AI assist that turns discussion into tickets. They live alongside Team Chat, the collaboration surface (with optional realtime voice/recording).

Use in the UI

Open Team Chat in the sidebar (/collaboration); standups run there.

  • Run a round-robin standup; the AI assist drafts tickets from what's said.
  • Realtime voice/recording is available when the relevant API keys are configured (OpenAI / Deepgram / Blob storage).

Use with AI

  • standups_* — create and drive standup sessions, capture updates
  • Conversations & messages: conversations_*, messages_*
  • Communication styles: comm_profiles_*

The agent summarizes a standup and files follow-up tickets via the Tickets actions.

Use the API

curl https://<host>/api/invoke/standups.list \
  -H "Authorization: Bearer $NIHMBUS_API_KEY"

Reference

Standups · Conversations · Comm Profiles · Tickets.