Skip to main content

Apps

platform v0.9.11verified 2026-05-14

An app is the top-level container for a Delphi voice product. It belongs to one team, has one set of endpoints, and exposes one or more flows handled by the Flow Designer.

In v0.9.11 the app's UI is intentionally slim. The app workspace has only two things in it:

  • An Overview screen with the app's version history and recent conversations (App overview).
  • A Flow Designer view where everything else lives — endpoints, providers, conversation nodes, draft / publish (Flow Designer).

Apps list

/apps lists every app for the current team.

Card fieldWhat it shows
NameThe app name.
DescriptionOptional description.
TagsFree-form tags for filtering / search.
Active badgeWhether the app is enabled.
Recording chipRec On / Rec Off — whether call recording is enabled.

Clicking a card opens the app's Overview; from there the Flow Designer is one click away.

Lifecycle

Create

  1. Navigate to /apps.
  2. Click Create (or +).
  3. Pick a starting point — blank app, an AI brief, or migrate an existing legacy scenario. The Flow Designer (and, when enabled, the AI Flow Builder) opens immediately so you can author the first flow.
  4. Once the first flow has at least one endpoint and is publishable, hit Publish in the Flow Designer to take it live.

Edit

You rarely edit the app record itself — name, description, tags, active flag, recording toggle are all small. Everything else (endpoints, providers, flow nodes) lives in the Flow Designer.

Delete

Deleting an app requires Team ADMIN or SUPERUSER. Deletion cascades through the app's flow definitions and endpoints; conversations are retained for analytics.

Where the rest of the app's surface went

You're looking for…Now lives in…
Endpoints (phone / web)Flow Designer → Flow Settings → Endpoints
ProvidersFlow Designer → Flow Settings → Default provider
AgentsFlow Designer → voice_agent nodes
Scenarios (legacy)Removed — flows replace scenarios.
Sync buttonReplaced by Publish.
Per-app conversationsOverview and global Conversations page.

See also