Platform
One core, vertical modules, a single identity.
Aegis isn't a monolith. It's a thin platform that orchestrates identity, billing, AI credits and access, with independent vertical modules running on top. Each module owns its functional domain, its public APIs and its own release cycle.
Architecture
Three cleanly separated layers.
Core
Accounts, organizations (Solo or Workspace), roles, billing, AI credits, audit log.
Modules
Vertical applications (MyConsultant, MyAuditor…) with their own data, UI and APIs.
Edge
Versioned public APIs, signed webhooks, internal SSO between core and modules.
┌──────────────────────────────────────────────────────────────┐
│ CORE — identity · billing · AI credits · audit · roles │
└──────────────┬───────────────────────────────────────────────┘
│ Internal SSO · signed APIs
▼
┌────────────────────────┐ ┌────────────────────────┐
│ MyConsultant module │ │ MyAuditor module │
│ projects · invoices │ │ workpapers · QA │
└────────────────────────┘ └────────────────────────┘Identity & SSO
One login for everything.
Solo accounts sign in with their personal email. Company workspaces use dedicated identities: name@company.myworkspaceplatform.org. Once authenticated on the core, switching between modules happens via internal SSO (single-use 60-second ticket), no second login required.
Roles (owner, admin, member) and per-module permissions are evaluated at the database level through Row-Level Security. Every sensitive operation lands in the audit log, available to administrators.
APIs & integrations
Open, but not improvised.
- Versioned public endpoints under /api/public/v1/*.
- Module-key authentication plus signature verification on webhooks.
- Inbound webhooks signed with HMAC-SHA256.
- EU-compliant billing with downloadable PDF invoices.
AI knowledge base
AI trained on your domain.
Aegis doesn't rely on generic models. Each module ships with a knowledge base built on official ISO licenses for supported standards and on manuals, procedures and guidelines developed with industry partners, specifically to reduce hallucinations and deliver precise, contextual and reliable documentation.
The result is an AI that speaks the language of ISO professionals: correct technical terms, verified regulatory references, and outputs consistent with real consulting, audit and certification practice. The same knowledge base powers the conversational AI Assistant included in every module, which answers with verifiable citations and self-trains on the tenant's clients, projects and generated documents.
Template Marketplace
Ready-made templates at €15 — your own, built in the editor, at €30.
Every module connects to the Template Marketplace: a catalog of manuals, procedures, minutes and checklists aligned with ISO standards, versioned and verified by the Aegis team, at €15 per template with one-shot unlock and permanent access. Each tenant can also create proprietary templates from the editor at €30, with dynamic placeholders and custom branding, and reuse them across projects. Filling is assisted by the AI Assistant, which pulls from the knowledge base and the client's data.
Extensibility
New modules without rewriting the core.
Each module is a standalone application that talks to the core through a stable contract: identity, entitlements, AI credits, billing. A new module can ship into the catalog without any impact on the ones already in production, and any tenant can trial it in seconds.