Collabulist Disposable Checklists
Create and share short-lived live checklists.
Agent discovery
Machine-readable site capabilities are available at /?format=json.
The action manifest is available at /.well-known/collabulist.json.
Create a list
Preferred agent action:
POST /api/lists
Content-Type: application/json
{"title":"Today","items":["First item","Second item"]}
HTML form action:
GET-only fallback:
GET /capabilities/create-list?title=Today&items=First%20item&items=Second%20item
The GET fallback JSON response contains a one-time GET URL. Visit that returned URL once to create the checklist.