Control Plane
The control plane is the management layer of Marqo Cloud: it owns the public APIs, account and index management, agentic search, third-party integrations (e.g. Shopify), and the deployment of control-plane infrastructure.
Repos
| Repo | What it is |
|---|---|
cloud_control_plane | Admin/ecom APIs, agentic search, Shopify integrations, settings. The most heavily documented service (runbooks, design, dev guides). |
cloud_control_plane_cdk | CDK/IaC for deploying control-plane cells (AWS/GCP), backup orchestration, and key-sync lambdas. |
APIs
The control plane exposes most of Marqo's public API surfaces — see their interactive references:
- Admin API — accounts, indexes, settings, onboarding,
reindexing, monitoring (
admin_lambda). - Classic API — core control-plane "classic" surface (monolith).
- Ecommerce API — see also the Ecommerce system.
Go deeper
- 📖 Per-repo docs:
cloud_control_plane,cloud_control_plane_cdk - 🏛️ Architecture & Design (cross-repo)
- 🔧 Runbooks (cross-repo)