Export a portable backup of all integrations (including their credentials), bookmarks, and tunnels as a single JSON file, or
import one into this instance. Imports are additive — existing data is kept and the backup's items are added alongside it.
The backup contains plaintext credentials, so store it securely.
Export all data (JSON) Export
Import from backup (JSON) importRef.current?.click()} disabled={busy}>
Import
{
const file = e.target.files?.[0]
if (file) handleImportFile(file)
e.target.value = ''
}}
/>