Works with the AI tools you already use
Nex Multitenant Saas Fastapi
Prevent data leaks with auto-injected SQLAlchemy tenant scoping and Cloudflare Access auth for FastAPI SaaS apps.
$9
nex-multitenant-saas-fastapi
Example session with this skill installed
Set up a new FastAPI SaaS core with multi-tenancy, using Cloudflare Access for auth and an initial tenant named 'Acme Corp'.
- Read your context and instructions
- Compiled the nex-multitenant-saas-fastapi
I've generated the multitenant-core/ package. It includes:
app/database.py: SQLAlchemy listener for auto-filtering queries.app/dependencies.py: Cloudflare JWT verification & tenant context injection.app/models/:UserandTenantbase models.
Run python -m app.scripts.seed_tenant to begin.
Connects securely to your tools. The creator never sees your data.
What you get
About this skill
Multi-Tenant Security for FastAPI
Building a multi-tenant SaaS requires more than just adding a tenant_id column; it requires a bulletproof architecture that prevents data leaks by design. This skill generates a production-ready multi-tenancy core for FastAPI and SQLAlchemy that implements row-level isolation at the database layer.
What it does
- Automatic Row-Level Isolation: Uses a SQLAlchemy event listener to automatically inject
WHERE tenant_idinto every query. Developers literally cannot forget to scope a read. - "Secure by Default" Failure: The system defaults to a null tenant context. If a tenant isn't identified, queries return zero rows instead of leaking data across tenants.
- Auditable Escape Hatches: Provides an explicit
no_tenant_scope()context manager for cross-tenant admin operations, requiring a logged reason for every bypass. - Cloudflare Access Integration: Bundles JWT authentication with fallbacks for local development and trusted-network header modes.
- Role-Based Access Control (RBAC): Includes three pre-defined roles (Owner, Partner, Client Viewer) with logic to handle global vs. scoped access permissions.
Why use this skill?
Instead of manually writing .filter(tenant_id=...) on every single endpoint—a process prone to human error—this skill applies isolation globally. It solves the "noisy neighbor" problem and data leakage concerns before you write your first business logic route. It is based on the proven architecture used in high-scale SaaS products.
Supported Stack
- FastAPI (Async)
- SQLAlchemy 2.0+ (Async)
- Pydantic v2 (Settings & Validation)
- Cloudflare Access (Auth)
- PostgreSQL (Shared database, row-level isolation)
Built by Nex AI. More skills and info at nex-ai.be and slopsome.com.
How to install
Works the same in every agent - Claude, Cursor, Codex, Copilot and 20+ more.
- 1
Download the ZIP
Free skills download straight away. Paid skills unlock right after purchase.
- 2
Unzip into your skills folder
Every agent reads skills from one folder on your machine. Drop the unzipped folder in there.
- 3
Ask your agent to use it
Restart the agent if it was already running. It picks the skill up automatically - no config needed.
Skills folder by agent
Click the path to copy it. Create the folder if it does not exist yet.
Reviews
No reviews yet
Be one of the first to try it. Every listed skill passes our trust checks below.
Security scanned
Passed our 8-point scan before listing
Fresh listing
Recently published to Agensi
30-day refund
Not a fit? Get your money back
Trust & safety
Security scanned
Verified clean 29 days ago
- Passed all security checks, Safe to install