Authentication
Workspace API keys are issued per environment and rotated through the project owner.
Developer docs
API access is provisioned for active private workspaces. Interfaces are versioned and reviewed with the project owner before production use.
Workspace API keys are issued per environment and rotated through the project owner.
Uploads, derived files, review outputs, and exports are scoped to a workspace.
Operational events can be submitted for processing, audit, or status correlation.
Public schema only. Active interfaces are documented privately per workspace.
| Endpoint | Purpose | Status |
|---|---|---|
GET /v1/health | Workspace service checks. | Active |
POST /v1/events | Operational event intake. | Provisioned |
POST /v1/uploads | Batch file intake manifest. | Private |
GET /v1/artifacts | Review outputs and export metadata. | Private |
Representative only.
{
"status": "ok",
"workspace": "project-scoped",
"version": "2026-06",
"checks": ["api", "workers", "storage", "review"]
}