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.
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 field | What it shows |
|---|---|
| Name | The app name. |
| Description | Optional description. |
| Tags | Free-form tags for filtering / search. |
| Active badge | Whether the app is enabled. |
| Recording chip | Rec 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
- Navigate to
/apps. - Click Create (or +).
- 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.
- 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 |
| Providers | Flow Designer → Flow Settings → Default provider |
| Agents | Flow Designer → voice_agent nodes |
| Scenarios (legacy) | Removed — flows replace scenarios. |
| Sync button | Replaced by Publish. |
| Per-app conversations | Overview and global Conversations page. |