Skip to main content
Version: 0.9.14

App overview

/apps/{appId} is the app workspace. It has two tabs:

  • Overview — version history and recent conversations for this app (the page you're reading).
  • Flow Designer — the visual editor that owns endpoints, providers, conversation nodes, draft / publish (see Flow Designer).

Overview screen

The Overview screen is intentionally minimal. It surfaces just enough to answer "did anything change here and what's been happening?".

SectionWhat you see
BannerApp name, description, tags, Active status, and the Rec On / Rec Off recording chip.
Latest callsThe most recent conversations for this app, with timestamp, duration, endpoint, and a link to the record.
Activity historyRecent version changes (publishes, reverts) and configuration events.
Quick action"Open Flow Designer" — the main affordance on the screen. Featurewebrtc

App-level fields

The handful of fields that belong to the app record itself are managed from the banner or the gear icon:

FieldDescription
NameDisplay name.
DescriptionOptional description.
TagsFree-form tags for filtering / search.
ActiveWhen off, endpoints stop accepting new sessions immediately.
RecordingWhen on, conversations are recorded to S3 and full transcript text is retained with the recording artefact — independent of platform PII redaction. When off, transcript text is not retained long-term. Requires platform RECORDING_ENABLED and team S3 config. Surfaced as a Rec On / Rec Off chip in the banner. See Conversations → Recording and transcript retention.

Everything else — endpoints, languages, providers, conversation nodes — lives one click away in the Flow Designer.

See also