Hosted

Hosted Gateway Configuration

Edit this page

Hosted Gateway Configuration

Configure your hosted AI Gateway settings, connectors, and integrations.

Gateway Settings

General Configuration

  • Gateway Name: Display name for your gateway
  • Description: Brief description of your gateway
  • Status: Active / Inactive
  • Rate Limits: Configure request rate limits per provider

Provider Configuration

Enable or disable AI providers:

  • ✅ Claude (Anthropic)
  • ✅ OpenAI (ChatGPT)
  • ✅ Grok (xAI)
  • ✅ Gemini (Google)

Connector Configuration

Shopify

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": true
11 }
12}

BigCommerce

1{
2 "platform": "bigcommerce",
3 "storeHash": "your-store-hash",
4 "accessToken": "your-token",
5 "features": {
6 "products": true,
7 "cart": true,
8 "orders": true
9 }
10}

Custom REST API

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}

Session Management

Configure session storage and TTL:

  • Session TTL: Default 24 hours
  • Cross-Platform Transfer: Enable session sharing across AI assistants
  • Storage: Redis (managed)

Security Settings

  • API Key Authentication: Required for all requests
  • IP Allowlisting: Optional IP restrictions
  • Rate Limiting: Per-provider rate limits
  • Webhook Signing: Verify webhook authenticity