Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.plazen.org/llms.txt

Use this file to discover all available pages before exploring further.

Authentication

  • Most endpoints require a Supabase session cookie (validated server-side).
  • Admin-only endpoints additionally require profiles.role === "ADMIN" in the database.

Error format

{ "error": "message" }

Content types

  • Requests: application/json unless otherwise noted.
  • Responses: application/json unless otherwise noted (OG route returns an image).

Groups