Bundles & App Kits
Export and import complete Taskade Genesis apps and workspaces as portable bundles using the Action API v2.
What Are Bundles?
What's Included in a Bundle
API Reference
Export a Bundle (JSON) — v1
Export a space (subspace / app) as a JSON bundle (SpaceBundleData v1). Returns all agents, automations, projects, templates, and apps. Media items are excluded — use the ZIP export or download media separately via the media endpoints.
The space (subspace / app) ID to export.
Exported workspace bundle
Exported workspace bundle
Error description
Export a Bundle (ZIP / .tsk) — v1
.tsk) — v1Export a space (subspace / app) as a ZIP bundle containing all agents, automations, projects, templates, apps, and media files. The ZIP includes a manifest.json, individual item files in type directories, and media files downloaded from storage.
The space (subspace / app) ID to export.
Export format: "zip" (default) or "tsk" (.tsk app kit).
zipPossible values: Error description
Error description
Error description
Import a Bundle (JSON) — v1
Import a JSON bundle (agents, automations, projects, templates, apps) into a workspace. The bundle is validated against the SpaceBundleData v1 schema and all items are installed into the target workspace. Media items are not supported — use the ZIP import or upload media separately via the media endpoints after import.
The target workspace ID to import the bundle into.
Successful bundle import
Successful bundle import
Error description
Import a Bundle (ZIP / .tsk) — v1
.tsk) — v1Import a ZIP/.tsk bundle (exported from the export/zip endpoint) into a workspace. All items are installed into the target workspace. The ZIP must contain valid bundle data (either bundle.json or directory structure). Media files in the ZIP are re-uploaded to storage automatically. Send the file as the raw request body with Content-Type: application/zip, application/octet-stream, or application/x-tsk.
The target workspace ID to import the bundle into.
Successful ZIP bundle import
Successful ZIP bundle import
Error description
Export a bundle (JSON) — Action API v2
Import a bundle (JSON)
Export / import as ZIP (.tsk)
.tsk)The SpaceBundleData Schema
SpaceBundleData SchemaThe .tsk Format
.tsk FormatPlan Limits
Use Cases
Next Steps
Last updated
Was this helpful?