Build a storefront
A complete web frontend with the Storefront API (publishable key).
Build a mobile app
iOS/Android/Flutter on the same API, with the publishable key.
Manage the store via API
Catalog, orders, customers, and more with the Admin API (staff token).
AI & MCP
Connect Vellaro to AI engines as a connector (MCP) — conversational commerce.
Two API surfaces
The publishable key cannot touch the
/admin/* endpoints: even if it leaked,
it stays limited to the store’s storefront data.
Next steps
1
Get a key
The store manager provides you with the publishable key (
cx_pk_live_...).
For the Admin API you need a staff account with the appropriate permissions.2
First call
Follow the Quickstart and read the catalog in 30 seconds.
3
Build
Pick a guide and use the
API Reference generated from the live OpenAPI schema.