API Surfaces
This section is the canonical index for Marqo API surfaces across teams.
Scope
libraryis the discovery and context layer.- Service repos remain the source of truth for contracts and endpoint details.
Surfaces
| Surface | Canonical docs (source repo publish) | Owner team | Notes |
|---|---|---|---|
| Ecom | TODO | TODO | Customer ecommerce workflows and integration paths |
| Classic | TODO | TODO | Core/control-plane aligned API surface |
| Dataplane | TODO | TODO | Data-plane operational and query-facing endpoints |
| Admin | TODO | TODO | Admin and operational API workflows |
Usage
- Start here to choose the right API surface for a use case.
- Follow links to Swagger UI or Stoplight Elements pages for full contracts.
- Use local surface pages for cross-team context:
- auth model
- golden request/response workflows
- migration notes and common pitfalls
Required updates
When an API contract changes in a service repo:
- Update and publish the source-of-truth OpenAPI docs in that repo.
- Update this registry link and any impacted
auth.mdorcommon-workflows.mdpages. - Open a
libraryPR if cross-team behavior or guidance changed.