Welcome

Introduction

Introduction

Setup & Installation

Setup OverviewPrerequisitesQuick Start
Backend OverviewInstallationConfigurationRunning LocallyDevelopment Guide
MCP Servers

Architecture & Design

Architecture

Features & Scenarios

Deployment

Deployment

API Reference

API Reference

Tools & Utilities

Scripts & UtilitiesTroubleshooting
Setup & InstallationBackend Setup

Configuration

Set up environment variables and API keys

Configuration

Set up environment variables and API keys for the backend.

Environment Variables

Copy the example file:

cd backend
cp env.example .env

Edit .env with your API keys.

Required API Keys

  • LLM provider API key
  • Commercetools credentials
  • Voucherify API key

Next Steps

  • Running Locally - Start the backend and verify it's working

Installation

Install Python dependencies and tools

Running Locally

Start the backend and verify it's working

On this page

ConfigurationEnvironment VariablesRequired API KeysNext Steps