Install an App Store app
install_from_app_storeInstall or update a ready-made app from the App Store, then populate it with the user's real data so it's fully functional.
Instructions
Install (or update) a ready-made app from the built-in App Store into the user's registry. Once installed it behaves like any app of the user's own; its UI updates come from the App Store (newer store version), not from edits. Use app_store_list to see what's available. Installing is HALF the job: before handing it over, seed the collection with the user's real rows (data_batch, from what you already know of them) — an installed app opened empty and generic is half-delivered.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | App Store entry name (see app_store_list) | |
| command_id | No | idempotency key (uuid); auto-generated if omitted |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| tier | Yes | ||
| updated | No | ||
| version | Yes |