fork_app
Create a new project by forking a published app. Copies the entire app—database, functions, and site—with an optional subdomain claim.
Instructions
Fork a published app into a new project. Creates a full copy including database, functions, site, and optionally claims a subdomain.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name for the new forked project | |
| subdomain | No | Optional subdomain to claim for the forked app | |
| version_id | Yes | The app version ID to fork (from browse_apps) |