API.
REST + GraphQL admin APIs, an MCP server, and a typed agent SDK. OAuth or API keys, rate-limited per plan, observable end-to-end. Build your own surfaces on top of BoostEcom.
What it is
The API is the developer surface of BoostEcom. It mirrors what the workspace UI does. manage stores, run skills, trigger workflows, query knowledge. with three flavours: REST for CRUD, GraphQL for complex reads, and MCP for agent-to-tool calls.
How it works
- OAuth (for partner apps) or API keys (for first-party scripts).
- REST endpoints for stores, conversations, credits, integrations.
- GraphQL admin endpoint for read-heavy dashboards and reporting.
- MCP server endpoint for any MCP-aware agent runtime.
- Public Intelligence REST + Intelligence MCP expose the canonical Shopify graph to any agent: top stores, ads, emails, advertorials, inspectors.
- Typed agent SDK published on npm. Node + browser builds.
When to use it
For custom dashboards, headless ops automations, internal tools that need BoostEcom data, third-party integrations with PIM/ERP systems, and agent runtimes that want to use BoostEcom as a tool surface.
Limitations
- Rate limits enforced per plan. Custom plans negotiate higher ceilings.
- Some workspace-only features (theme editor history) are not yet exposed via API.
- The agent SDK targets Node 22+. older runtimes need a fetch polyfill.
Build on top of BoostEcom.
REST. GraphQL. MCP. Agent SDK. Pick your shape.