Infrastructure
One login. Every app you build on Aguilabs. Your customers sign up once and they're in everywhere — forever.
What is the Aguilabs Network?
Every application built by Aguilabs runs on a shared authentication backbone — the Aguilabs Network. When a customer logs into one of your apps, their credentials work across all of them.
Think of it as a private SSO ecosystem for your business portfolio. One account. Multiple products. Zero re-registration.
For businesses on Starter and Growth plans, this is shared auth. Pro plans can add a dedicated namespace. Enterprise includes fully dedicated auth infrastructure by default.
Customer visits bakery website
Signs up with email → Aguilabs account created
Owner adds an online ordering app later
Same Aguilabs account — customer already has access
Owner adds a loyalty program app
Still same login. Zero friction for customer.
Shared auth. Isolated data.
The most common question: "If auth is shared, can other businesses see my data?" No. Here's exactly why.
Row-Level Security
Every database table enforces a tenant check. Even if two businesses share an auth system, queries are filtered to return only that business's data. This is enforced at the database level — not just the application layer.
Tenant Resolution
A database function resolves the logged-in user to their specific tenant ID on every request. All isolation policies reference this function, ensuring no query can cross tenant boundaries.
Zero Cross-Visibility
Business A's customer cannot see Business B's data — even if they share the same Aguilabs login. The isolation is absolute and database-enforced, not just hidden in the UI.
Auth models by plan
Start shared, upgrade to dedicated as your business scales.
Shared Network Auth
Starter / GrowthStarter and Growth plans. Your app shares the Aguilabs Network auth namespace. Users log in with one Aguilabs account across all Aguilabs-powered apps. Data stays completely isolated per business.
Dedicated Auth (Add-on)
Pro add-onPro plan add-on. A separate auth namespace provisioned exclusively for your app. Your users' accounts live in your own auth silo — no shared namespace. Same data model, fully separate identity infrastructure.
Dedicated Auth (Included)
EnterpriseEnterprise plans include fully dedicated auth infrastructure. Separate auth namespace, fully white-labeled. Your brand, your platform, your users.
Questions
Ready to build on the Network?
Every Aguilabs project is Network-ready from day one.