One key. Every engine.
No Shopify required.
Direct REST access to the SaltAI commerce platform — allergens, menus, subscriptions, delivery and more. One API key. No app install, no OAuth, no theme.
Prices billed in USD · Displayed in USD for reference
What it is
Every SaltAI engine that powers our Shopify apps — allergen compliance, menu publishing, recurring subscriptions, delivery scheduling, reviews and more — is exposed as a single REST API. Sign up directly at SaltAI, get one sak_live_ key bound to your store identifier, and call any engine. No Shopify store, no app listing, no OAuth handshake, no theme extension.
Who it's for
Pricing
Flat monthly rate per key. 14-day free trial on every paid plan. No usage fees, no revenue share. Cancel any time.
- 60 requests / min
- 1 store
- Allergens + menus, read-only
- No trial (free forever)
- 600 requests / min
- 1 store
- Full read + write
- 14-day free trial
- 3,000 requests / min
- 3 stores
- Full read + write · webhooks
- 14-day free trial
- 10,000 requests / min
- 10 stores
- Full read + write · webhooks · priority support
- 14-day free trial
- 30,000 requests / min
- Unlimited
- Every engine, unlimited
- 14-day free trial
Lane 2 Pro ($299) is the whole platform across 3 stores — priced above any single Shopify app because it replaces the install entirely. Enterprise is unlimited stores + every scope.
Quickstart
# 1. Sign up (no Shopify, no OAuth)
curl -X POST https://api.saltai.app/api/platform/signup \
-H "Content-Type: application/json" \
-d '{"email":"you@brand.com","storeIdentifier":"your-brand"}'
# 2. Verify email → receive your API key (sak_live_…)
# 3. Call any engine with one bearer token
curl https://api.saltai.app/v1/allergens/products \
-H "Authorization: Bearer sak_live_xxx"const res = await fetch(
"https://api.saltai.app/v1/menus",
{ headers: { Authorization: `Bearer ${process.env.SALTAI_API_KEY}` } }
)
const menus = await res.json()API vs the Shopify apps
Same engines. Different front door. Pick the API if you are not on Shopify, run many stores, or want programmatic control.
FAQ
One key away from every engine
Start free. Upgrade when you need more throughput or stores.
Billed in USD · Prices shown in USD for reference · hello@saltai.app