First space and channel
Create a Space (repository), connect a Channel, and post comments — without conflating comments with the Tags module.
Suggested order
Section titled “Suggested order”- Authenticate — Authentication
POST /v0/spaces— create a Space (data repository)GET /v0/spaces— confirm visibility- Optional:
GET /v0/modulesthenPUT /v0/spaces/{spaceId}/modules— attach Tags (or other modules) when you need module-backed queries POST /v0/channels— create a ChannelPUT /v0/channels/{channelId}/spaces— connect the Space(s) the channel should use- Comment where it belongs:
POST /v0/spaces/{spaceId}/comments— discussion on the Space itselfPOST /v0/channels/{channelId}/comments— discussion in the Channel
- Publish media or attach forms as needed — Media uploads, Publish, approve, fetch
Consult the API reference for request/response schemas. For Tags as a Space module, see Tags. Next: Channel invite or Publish, approve, fetch.