This tutorial will document how to wire theDocumentation Index
Fetch the complete documentation index at: https://devkit4ai.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
/api/v1/generation/* endpoints into a custom UI. The backend already supports uploads, asynchronous processing, and visibility toggles; the Starter Kit will provide a reference interface here.
- Ensure end users authenticate through the project-mode app so requests include the correct headers.
- Store generation assets using the same storage abstraction (
S3or local) described inbackend-api/SPECS.md. - Track status updates via the event store so dashboards stay accurate.

