publish_sensemaking_topic
Author and publish a project as a public topic with a dedicated URL, building the /t/[slug] opinion-landscape page from session data. Set enabled to true to go live.
Instructions
Author and publish a Harmonica project as a public sensemaking topic — the /explore hub entry + the /t/[slug] opinion-landscape page built from the project's sessions. Pass enabled: true with a slug (here or already saved) to publish. Requires editor access to the project. Listing on /explore is a separate admin-curated step.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| faq | No | Up to 10 FAQ entries shown on the topic page. | |
| slug | No | URL handle for /t/[slug] — lowercase words separated by single hyphens. Required to publish (in this call or already saved). | |
| intro | No | Host-authored background paragraph shown on the topic page. | |
| theme | No | Topic category powering the /explore hub filter. | |
| title | No | Public topic title (defaults to the project title). | |
| enabled | No | Set true to publish (make /t/[slug] live + build the snapshot), false to unpublish. | |
| project_id | Yes | Project (workspace) ID, e.g. from create_project | |
| description | No | Short public description / framing. | |
| reasoning_lens_enabled | No | Opt the embedding-based Reasoning lens in. | |
| knowledge_statements_enabled | No | Source opinion-map statements from project knowledge (claims + tensions). |