Managing Apps
Organize, edit, and manage your custom applications
The Apps Page
All your custom apps are managed from the /apps page. This is your central hub for viewing, organizing, and managing every app you've built with the App Builder.
The Apps page displays your apps as cards, showing each app's name, description, and categories.
Opening and Editing Apps
There are two ways to open an existing app:
From the Apps Page
Click the Design button (pencil icon) on any app card to open it in the App Builder's Design mode. This resumes the most relevant conversation for that app, so you can continue iterating where you left off.
From the Agent Selector
Use the agent/app dropdown in the header bar (next to the Operator logo) to select any of your apps. Selecting an app opens it in Execution Mode by default — the full-width view for day-to-day use. This launch path skips loading the design conversation until you switch to Design Mode or another build tab, so apps open faster.
Creating New Apps
To create a new app:
- Navigate to the /apps page.
- Click the Create App button.
- You'll be taken to the home screen with the App Builder selected in Creator Mode.
- Describe your app in the chat to start building.
Alternatively, select App Builder from the agent dropdown in the header at any time to enter Creator Mode.
Duplicating Apps
You can make your own copy of any app you own — or that has been shared with you at Clone level or higher.
There are two ways to duplicate:
- From the /apps page, open the actions menu (⋯) on any app card and click Duplicate.
- Inside the App Builder, open the Properties tab and click Duplicate in the Duplicate App section.
A confirmation dialog opens with editable Name and Slug fields. The defaults append today's date — for example My App (2026-05-30) and my-app-2026-05-30 — and if there is already an app with that name/slug, a numeric suffix is added (… (2), …-2, and so on). If the source app already ends with a date suffix, that date is replaced rather than stacked. The new app is created under your account; files (code) and basic settings (description, categories, form factor, safe-mode flag) are copied. Sharing assignments, Web Client integration points, conversations, statistics, and deployments are not copied — the new app starts clean. After cloning you are taken straight into Design mode for the new app.
Deleting Apps
To delete an app:
- Open the app in the App Builder.
- Navigate to the Properties tab.
- Scroll to the Danger Zone section.
- Enter the app's slug to confirm deletion.
- Click delete.
Note: Deleting an app archives all associated conversations. The conversations are preserved for billing purposes but will no longer be visible in your conversation history.
App Properties
Each app has configurable properties accessible from the Properties tab:
| Property | Description |
|---|---|
| Name | Display name shown in the app list and agent selector |
| Slug | URL-friendly identifier used in deployment URLs |
| Description | Brief explanation of what the app does |
| Categories | Tags for organizing and filtering your apps |
| Display form | Target device shape for the App Builder preview — Phone (390 × 844), Tablet (820 × 1180), Desktop (1280 × 800), or Wide screen (1920 × 1080). The standalone runtime always uses the real device viewport. |