Hosted
Configure your hosted AI Gateway settings, connectors, and integrations.
Enable or disable AI providers:
1{2 "platform": "shopify",3 "storeUrl": "your-store.myshopify.com",4 "storefrontAccessToken": "your-token",5 "apiVersion": "2024-01",6 "features": {7 "products": true,8 "cart": true,9 "orders": true,10 "inventory": true11 }12}1{2 "platform": "bigcommerce",3 "storeHash": "your-store-hash",4 "accessToken": "your-token",5 "features": {6 "products": true,7 "cart": true,8 "orders": true9 }10}1{2 "platform": "custom",3 "baseUrl": "https://api.yourstore.com",4 "authentication": {5 "type": "bearer",6 "token": "your-api-token"7 },8 "endpoints": {9 "products": "/products",10 "cart": "/cart",11 "orders": "/orders"12 }13}Configure session storage and TTL:
