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:
- a valid bearer token flow for your environment,
- access to the correct tenant, workspace, and project identifiers,
- error handling for common HTTP responses such as
401,403,404, and409, - validation for any required request payload fields,
- a non-production test flow for destructive or write operations.
Recommended verification steps
- 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.