Skip to content

Getting Started

Welcome! This section walks you through everything from installing the package to running your first multi-tenant FastAPI application.

What you'll learn

Prerequisites

  • Python 3.11+
  • FastAPI 0.111+
  • An async database driver matching your database (see Installation)

Where to go next

Goal Page
Install and choose extras Installation
See a complete working example Quick Start
Understand every config field Configuration
Choose an isolation strategy Isolation Strategies
Choose how tenants are identified Resolution Strategies