Skip to Content
APIOverview

Public API Overview

Base path: /api/public

The API is intentionally small:

  • Auth: header X-API-Key: <PAT>; body includes workspaceApiKey for write ops
  • Deletion Requests: create, get, list
  • Organizations: fetch basic org info

Responses are simple JSON. Standard HTTP status codes are used. Keep retry logic idempotent.

Last updated on