Skip to content

LabCore Partner API

LabCore partner APIs are served under /api/ext/v1.

Partner requests use bearer-token authentication, JSON request bodies where applicable, and idempotency keys for mutating order workflows. Public API docs should focus on the request shape, response shape, retry behavior, and webhook contract that partners need to integrate safely.

  • Orders: create, read, update allowed launch-scope participants, and cancel.
  • Artifacts: inspect artifact metadata and request signed download URLs.
  • Webhooks: register endpoints and inspect delivery history.

Operational runbooks, private worker ingestion routes, operator procedures, and deployment details are not part of the public API reference.