Skip to main content
Version: 0.9.14

Apps

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.

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.
Sort menuOrders apps by recent activity, name, or creation date.

Clicking a card opens the app's Overview; from there the Flow Designer is one click away. Use the sort menu when a team has many apps and you need to bring recently changed or alphabetically named apps to the top.

Lifecycle

Create

  1. Navigate to /apps.
  2. Click Create (or +).
  3. Pick a starting point — blank app, an AI brief, pasted JSON, or an imported 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, inline 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