Tenant-authored intake forms with a public slug. Submissions mint a task in the configured project using the titleField as the title and the remaining answers as the description.
Highlights
Public slug + optional auth gate
Built-in HMAC signature verification on submissions
Approval state can be wired via the built-in ApprovalState state machine
Important to know
Toggle "enabled" off to stop accepting submissions - the public URL 404s without deleting history.
Required fields are enforced before task minting; missing fields return 400.
How to use it
Open a project and choose "Intake form" in settings.
Define fields + pick the titleField.
Share the public URL - every submission becomes a task you can triage.