create_thesis
Generate structured theses from natural language statements with causal tree analysis and recurring evaluation scheduling.
Instructions
Create a new thesis from a natural-language statement. The platform parses it, builds a causal tree, and schedules recurring evaluation. Side-effectful. Requires SF API key. Use fork_thesis instead if you want to start from an existing public thesis.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| apiKey | Yes | SF API key (sf_live_...). Required. | |
| title | Yes | Thesis statement in natural language. Required. Example: "Brent crude closes above $90 by end of Q2 2026". | |
| metadata | No | Optional free-form metadata object (tags, source, notes). Stored verbatim. |