fork_app
Create a full copy of any published app, including its database, functions, and site, to start a new project with 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) |