marcai-superadmin-route

Enforce security gates, multi-tenant isolation, and auditing for Marcai superadmin routes.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/andredosreis/laura-saas-agenda --skill marcai-superadmin-route
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: marcai-superadmin-route
Source: https://github.com/andredosreis/laura-saas-agenda/tree/main/.gemini/skills/marcai-superadmin-route
Command: npx skills add https://github.com/andredosreis/laura-saas-agenda --skill marcai-superadmin-route

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python, fastapi, mongodb, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a comprehensive security playbook for the Marcai superadmin panel, ensuring robust protection against unauthorized access and enforcing strict auditing and isolation rules.

Core Features & Use Cases

  • Security Playbook: Enforces 4 critical security gates for every route and handler in the src/modules/admin/ directory.
  • Multi-Tenant Isolation: Ensures cross-tenant data security and access control.
  • Auditing: Tracks all actions, including reads, writes, and denials, for security and compliance purposes.
  • Use Case: For a system like Marcai, where superadmin access needs to be tightly controlled and all actions logged for audit purposes, this Skill is essential.

Quick Start

Activate the superadmin route security Skill to enforce security rules on your Marcai superadmin panel.

Frequently Asked Questions about marcai-superadmin-route

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I enforce multi-tenant isolation in a FastAPI superadmin panel?

Multi-tenant isolation in a FastAPI superadmin panel is enforced by applying a security playbook that validates tenant boundaries and restricts cross-tenant data access on every route and handler.

What is the best way to audit superadmin access in a FastAPI and MongoDB application?

Auditing superadmin access in FastAPI and MongoDB applications requires tracking all reads, writes, and denials within the admin routes to ensure comprehensive compliance and security logging.

How do I set up strict access control for FastAPI admin routes?

Strict access control for FastAPI admin routes is set up by enforcing critical security gates across all handlers in the admin directory, ensuring only authorized superadmin access is permitted.

Do I need MongoDB to implement superadmin route security?

Yes, MongoDB is required to implement superadmin route security, serving as the backend database where access controls and auditing logs are stored and managed.

Can I apply this security playbook to routes outside the admin directory in FastAPI?

No, the security playbook is specifically scoped to enforce rules on all routes and handlers within the admin directory, not arbitrary routes in the broader FastAPI application.

Why does my multi-tenant FastAPI application need a superadmin security playbook?

A multi-tenant FastAPI application needs a superadmin security playbook to tightly control privileged access, prevent cross-tenant data leakage, and maintain strict auditing for compliance purposes.