skills/smithery.ai/vendix-backend-middleware

vendix-backend-middleware

SKILL.md

Vendix Backend Middleware & Domain Resolution

Middleware Pattern - Dynamic domain resolution, multi-tenant context, and custom middlewares.

🌐 Domain Resolution Middleware

Purpose

The DomainResolverMiddleware is responsible for:

  1. Resolving subdomains (e.g.: tienda.tiendavendix.com)
  2. Extracting store_id and organization_id from the domain
  3. Injecting context into the request for multi-tenancy
  4. Caching results to optimize performance

metadata: scope: [root] auto_invoke: "Configuring middleware"

🔧 DomainResolverMiddleware

Installs
2
First Seen
Mar 30, 2026