Skip to main content

Coverage and integration readiness

This portal documents the public API surface for the following capability areas:

  • workspace discovery,
  • project metadata and lifecycle actions,
  • project structure browsing and updates,
  • library element operations,
  • taxonomy assistance,
  • draft validation and draft creation.

Readiness checklist for integrators

Before moving an integration to production, confirm that you have:

  1. a valid bearer token flow for your environment,
  2. access to the correct tenant, workspace, and project identifiers,
  3. error handling for common HTTP responses such as 401, 403, 404, and 409,
  4. validation for any required request payload fields,
  5. a non-production test flow for destructive or write operations.
  • Review the authentication requirements on the Authentication page.
  • Test representative read and write requests from the Examples page.
  • Confirm final request and response details in the API Reference.
  • Keep your integration pinned to the documentation version that matches your release process when long-term compatibility matters.