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

Installation

Install Python dependencies and tools

Installation

Install Python dependencies and tools for the backend.

Prerequisites

  • Python 3.11+
  • Docker Desktop (for Redis)

Install Dependencies

cd backend
uv sync

Verify Installation

uvicorn --version

Next Steps

  • Configuration - Set up environment variables and API keys

Backend Overview

Set up the SynapseAI FastAPI backend

Configuration

Set up environment variables and API keys

On this page

InstallationPrerequisitesInstall DependenciesVerify InstallationNext Steps