fork_thesis
Clone any public thesis into your account to inherit its causal tree as a starting point for iteration. Use to build upon existing analysis instead of creating from scratch.
Instructions
Clone a public thesis (by id or slug) into the authenticated user's account, copying its causal tree as a starting point. Side-effectful. Requires SF API key. Use when you want to iterate on someone else's thesis; use create_thesis to start from scratch.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| apiKey | Yes | SF API key (sf_live_...). Required. | |
| idOrSlug | Yes | Source thesis ID (uuid) or public slug. Required. |