Developer docs

Developer Group Workspace API.

API access is provisioned for active private workspaces. Interfaces are versioned and reviewed with the project owner before production use.

Access

Authentication

Workspace API keys are issued per environment and rotated through the project owner.

Data

Artifacts

Uploads, derived files, review outputs, and exports are scoped to a workspace.

API

Events

Operational events can be submitted for processing, audit, or status correlation.

Representative endpoints

Public schema only. Active interfaces are documented privately per workspace.

EndpointPurposeStatus
GET /v1/healthWorkspace service checks.Active
POST /v1/eventsOperational event intake.Provisioned
POST /v1/uploadsBatch file intake manifest.Private
GET /v1/artifactsReview outputs and export metadata.Private

Example response

Representative only.

GET /v1/health
{
  "status": "ok",
  "workspace": "project-scoped",
  "version": "2026-06",
  "checks": ["api", "workers", "storage", "review"]
}