Developer Guide
This section is for engineers integrating with SynckHub and Common.
It is contract-first: use specs and stable endpoint families, not reverse-engineered behavior or UI scraping.
What this section covers
- architecture boundaries and local dev flow
- auth and error model
- Common control-plane API families
- SynckHub platform API families
- uploads, shared links, and coauthoring endpoints
- federation API surfaces
- public share infra routing with a version-controlled frontend map
- current product areas that matter to integrators: routing, authz, audit, connected accounts, folder-backed entities, and structured workflows
Recommended reading path
start-here/architecture-and-specs.mdstart-here/local-development.mdapi/authentication-and-error-model.mdapi/common-control-plane-api.mdapi/synckhub-platform-api.mdapi/uploads-shared-links-and-coauthoring.mdapi/federation-apis.mdguides/public-share-infra-routing.md
Working stance
Use the public docs here to orient yourself, then go to the authoritative contracts:
synckhub/docs/platform/*.mdcommon-control-plane/docs/openapi/v1.yamlsynckhub/docs/openapi/ai-v1.jsonwhere applicable
The platform is broad now. The only sane integration strategy is to respect service boundaries.