Stoplight: API Design & Integration Surface
Docs-backedREST API at api.stoplight.io/v1. Resources: workspaces, projects, branches, nodes (API elements). GET /workspaces/{id}/projects lists projects. GET /projects/{id}/branches lists branches with their OpenAPI specs. POST /projects/{id}/push pushes an OpenAPI spec update to a project. Stoplight Docs hosting: published docs at {org}.stoplight.io. Spectral CLI: npm install -g @stoplight/spectral-cli; `spectral lint openapi.yaml --ruleset .spectral.yaml` runs style guide checks. Mock server: Prism (open-source companion) runs mock servers from OpenAPI specs locally or in CI.