Integrations
Workspaces

Dev-only: instantly connects a synthetic MockHub SCM provider to a workspace (no OAuth) and kicks a first inventory scan of its seeded repos/skills. Rejected with 404 unless NODE_ENV is development, and 503 when the workflow engine could not accept the first scan.

post/experimental/workspaces/{workspaceId}/integrations/mockhub

Path parameters

workspaceIdstring uuid required

Headers

Authorizationstring

Request body

seednumber
orgstring

Response

Default Response

Changes

Changed in 2 of the 27 revisions of this API.2

    • for the path request parameter workspaceId, the type/format was changed from string/ to string/uuid

      request-parameter-type-changed

    • added the pattern ^[a-z0-9-]+$ to the request property org

      request-property-pattern-added