Collaborative PDF blueprint-review server — a separate server from PulsN, with its own database and its own settings-based permissions. Project data is served to integrated clients over a token-authenticated API.
Send Authorization: Bearer <flatbox api token> to:
GET /api/flatbox/projectsGET /api/flatbox/sessionsGET /api/flatbox/packagesGET /api/flatbox/commentsEach response contains only the rows the token's user may view, each tagged with canEdit. See Drizzle-backed filters in flatbox/permissions.