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

Running Locally

Start the backend and verify it's working

Running Locally

Start the backend and verify it's working.

Starting the Server

cd backend
uvicorn app.main:app --reload --port 8001

Verifying It Works

Visit http://localhost:8001/docs to see the API documentation.

Next Steps

  • Development Guide - Hot reload, debugging, and best practices

Configuration

Set up environment variables and API keys

Development Guide

Hot reload, debugging, and best practices

On this page

Running LocallyStarting the ServerVerifying It WorksNext Steps