fork_app
Fork a published app to create a new project with its database, functions, site, and optionally claim a subdomain.
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) |