Content
Framework-grounded content generation (kernel-based; async).
Status: 🚧 Coming Soon (v1.1, target Q2 2027 with engineering capacity). Spec is canonical; implementation pending.
List available kernels (KRN-### structural and PAIN-### recognition)
Returns the catalog of available content kernels. Each kernel is a verified content seed (per the content-system Walls architecture). Generation requires a kernel reference per the BS-prevention guarantee.
Generate content (async)
Generates a single piece of content (post, article, chapter, etc.) grounded in a verified kernel. Returns `202 Accepted` with a job in `processing` status; final content delivered via webhook (`content.generation.completed`) or polling.
Retrieve a content generation job + result when complete
Retrieve a content generation job + result when complete
Generate a full book (long-running async)
Long-running book generation. Accepts a `book_spec` with title, topic list, and domain. Returns `202 Accepted` with a job in `processing` status.
Retrieve a book generation job + result when complete
Retrieve a book generation job + result when complete