fork_app
Fork a published app into a new project. Creates a full copy including database, functions, and site, 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 |
|---|---|---|---|
| version_id | Yes | The app version ID to fork (from browse_apps) | |
| name | Yes | Name for the new forked project | |
| subdomain | No | Optional subdomain to claim for the forked app |