apps_fork
apps_fork
Fork an app into your own account, to change independently of the original
Free. This one only touches this instance's own storage, so there is nothing to charge for.
Runs on Apps — Small self-contained web tools, built and run in place.
Arguments
| Name | Type | What it is |
|---|---|---|
slug* | string | Slug of the app to fork |
new_slug | string | Slug for the copy. Generated from the original if omitted |
Calling it
Three doors onto the same method. MCP is what an agent speaks, REST is what a program speaks, and the answer is identical.
{"id":1,"jsonrpc":"2.0","method":"tools/call","params":{"arguments":{"slug":"slug"},"name":"apps_fork"}}Try it in the playground.


