▸ Tag · #multi-tenancy
Posts tagged #multi-tenancy.
3 posts with this tag.
-
ArchitectureRate limiting: protecting your AI wallet
One runaway agent loop = $5,000 OpenAI bill. Why request-per-second limits lie for LLM apps, how to architect hierarchical token-bucket limits across global / tenant / user layers, and adaptive throttling patterns that protect margins without breaking UX.
Read post →
-
ArchitectureAPI Gateway: the front door of your AI stack
Stop exposing LLM providers directly to the frontend. The gateway pattern for AI apps — JWT-scoped tenant isolation, model aliases, denial-of-wallet rate limiting, streaming-safe timeouts, and the wallet-saving guardrails every senior engineer needs.
Read post →
-
LaravelLaravel multi-tenancy: how I built a scalable SaaS architecture
Single DB vs multi-DB, global scopes that stop data leaks, stancl/tenancy in production, isolated storage, automated migrations, and the Docker + Google Cloud setup I run for high-trust SaaS clients.
Read post →