1. Create a collection
2. Add sources
Add by URL/handle — the item is created (or reused) and linked in one call:DELETE /v1/collections/{id}/items/{item_id}.
3. Read it
GET /v1/collections/{id} returns the collection with its items, attached
reporters, subscribers, and a first page of documents. Paginate documents
separately with GET /v1/collections/{id}/documents.
Visibility & exposure
Setvisibility: "public" to list the collection in the public
catalog (discover). When public, four expose_* flags
control what non-owners actually see — the owner always sees everything:
Set them on create or update:
Next
Charge for a collection
Set a price and let fans subscribe to unlock gated content.