Product Catalog

Your Products, Powered by AI

Add your product catalog and let AI agents sell, recommend, and support your customers. Connect your inventory via API or add products manually.

Product Catalog Interface

What is the Product Catalog?

The Product Catalog is your centralized database of products that AI agents can access during conversations. Perfect for sales, support, and recommendations.

Product Database

Store all your products with details, images, and pricing

AI-Powered Sales

Agents recommend and sell products intelligently

API Integration

Sync with your existing inventory systems

Workflow Ready

Connect products to agent workflows seamlessly

How It Works

Get your product catalog up and running in minutes.

1

Add Products

Add products manually or import via CSV/API.

2

Add Details & Images

Include descriptions, pricing, and product images.

3

Connect to Workflow

Link your catalog to agent workflows.

4

AI Sells & Supports

Your agent recommends and sells products.

Guide

Adding Products to Your Catalog

Choose from multiple ways to add products to your catalog.

Manual Entry

Add products one by one with full control over every detail. Best for small catalogs or custom products.

  • Full control over details
  • Upload images directly
  • Add custom attributes

CSV Import

Upload a CSV file with all your products at once. Perfect for bulk imports from spreadsheets.

  • Bulk import hundreds of products
  • Download template CSV
  • Map custom columns

What You Can Add to Each Product

Rich product data helps your AI agent provide better recommendations and support.

Basic Information

  • Name Required
  • SKU / Product ID
  • Description
  • Category
  • Brand

Pricing

  • Price Required
  • Sale Price
  • Currency
  • Tax Rate
  • Discount Codes

Media

  • Product Images
  • Thumbnail
  • Image URLs
  • Video Links

Inventory

  • Stock Quantity
  • In Stock Status
  • Warehouse Location
  • Reorder Level

Variants

  • Size Options
  • Color Options
  • Material
  • Custom Attributes

Shipping

  • Weight
  • Dimensions
  • Shipping Class
  • Delivery Time
Integration

Connect Catalog to Agent Workflows

Link your product catalog to AI agent workflows for intelligent sales and support.

1

Create or Select a Workflow

Open an existing workflow or create a new one. Navigate to the integrations or data sources section.

  • Works with Single Prompt workflows
  • Works with Conversation Flow workflows
Select workflow
2

Connect Your Catalog

Select "Product Catalog" as a data source and choose which catalog to connect. You can connect multiple catalogs if needed.

  • One workflow can use multiple catalogs
  • Filter by category if needed
Connect catalog
3

Configure Agent Behavior

Define how your agent should use the catalog. Set up product search, recommendations, and sales conversation flows.

  • Product search by name or attribute
  • Smart recommendations based on conversation
  • Check stock availability in real-time
Configure behavior

External API Integration

Connect your existing inventory system to keep products synchronized automatically.

Supported Platforms

Direct integrations with popular e-commerce platforms:

Custom API

Connect any system using our REST API or webhooks:

  • REST API endpoints for CRUD operations
  • Webhook notifications for updates
  • Batch import/export support
  • Real-time inventory sync
View API Docs
Example: Add Product via API POST /api/catalog/products
{
  "name": "Premium Running Shoes",
  "sku": "SHOE-RUN-001",
  "price": 129.99,
  "currency": "USD",
  "description": "Lightweight running shoes with advanced cushioning",
  "category": "Footwear",
  "images": [
    "https://example.com/images/shoe-1.jpg",
    "https://example.com/images/shoe-2.jpg"
  ],
  "variants": [
    { "size": "8", "color": "Black", "stock": 25 },
    { "size": "9", "color": "Black", "stock": 30 },
    { "size": "10", "color": "White", "stock": 20 }
  ],
  "attributes": {
    "material": "Mesh",
    "weight": "280g"
  }
}

What You Can Do With Catalog

See how businesses use the product catalog to power their AI agents.

AI Sales Agent

Let AI recommend and sell products based on customer needs and preferences.

Product Support

Answer questions about products, specifications, and availability instantly.

Personalized Recommendations

Suggest products based on conversation context and customer history.

Inventory Checks

Check real-time stock availability and provide accurate delivery estimates.

Order Processing

Help customers place orders and process payments through conversation.

Upselling & Cross-selling

Suggest complementary products and upgrades during conversations.

Frequently Asked Questions

Product limits depend on your plan. Free plans include up to 50 products, while paid plans support thousands of products. Enterprise plans have unlimited products.
Yes! With API integration, inventory syncs in real-time. Your agent always has accurate stock information. Webhook support ensures instant updates when inventory changes.
We support JPEG, PNG, WebP, and GIF formats. Images can be uploaded directly or linked via URL. We recommend images at least 800x800 pixels for best quality.
Yes, with proper integration. Connect your payment processor (Stripe, Square, etc.) via API, and your agent can guide customers through checkout and send payment links.
Yes! You can create multiple catalogs for different product lines, stores, or use cases. Each agent can be connected to one or more catalogs as needed.