Developer Group
API surface

Operational surface

Workspace API operations.

Versioned service endpoints for project intake, artifact metadata, job status, export requests, usage snapshots, and signed event delivery.

99.98%Availability window
82 msMedian health check
v1Schema version
72 hWebhook retry window

Service shape

Public information for routine checks; workspace-specific material is issued privately.

Intake manifests

Upload manifests are validated before large project material enters the processing queue.

Job lifecycle

Async jobs expose queued, running, review, completed, and archived states for workspace dashboards.

Artifact metadata

Generated files publish normalized metadata, checksums, preview availability, and retention policy fields.

Signed events

Webhook deliveries include timestamped signatures, retry state, and workspace-scoped event names.

GET /v1/healthv1
{
  "status": "ok",
  "service": "workspace-api",
  "version": "v1",
  "region": "us-primary",
  "checks": {
    "intake": "operational",
    "jobs": "operational",
    "artifacts": "operational",
    "webhooks": "operational"
  },
  "generated_at": "2026-06-18T12:00:00Z"
}
ComponentRoleStatus
Health endpointReadiness, build version, and dependency statusOperational
Manifest intakeProject file manifest registration and validationOperational
Job queueAsync processing state and retry metadataOperational
Artifact indexMetadata reads for previews, exports, and derived filesOperational
Usage reportsWorkspace usage snapshots and export totalsOperational
Webhook deliverySigned event delivery with retry accountingOperational
Audit streamAppend-only operational event recordsOperational

Recent activity

Short public notes from scheduled maintenance, validation, and release checks.

Primary host refresh

Moved this public surface to the current US origin and rechecked service metadata.

Schema review

Validated public schema stubs against private workspace contracts.

Synthetic checks

Extended health probes for artifact reads and event delivery paths.

Rate profile

Updated default request budgets for batch-heavy workspaces.

Webhook replay

Completed a planned replay test for signed delivery retries.