Export App
ethora-app-export-v2Export an Ethora app as a portable JSON or ZIP bundle for backup or migration. Select sections like chats, users, sources, and botInstances, then import the result into another environment.
Instructions
Export an App as a portable bundle (GET /v2/apps/:appId/export). format=json returns the bundle object directly. Use include to select sections (e.g. 'chats,users,sources,botInstances'). Feed the result to ethora-app-import-v2.
Requires: a selected app (ethora-app-select) or an explicit appId.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| appId | No | Required in B2B mode unless already selected via ethora-app-select. | |
| format | No | ||
| include | No | Comma-separated sections to include, e.g. 'chats,users,sources,botInstances'. |