Platform Architecture
Understand how ArmorIQ's services work together - the frontend console, backend API, proxy server, and CSRG cryptographic verification engine.
ArmorIQ is composed of four core services that work together to provide end-to-end security for AI agent infrastructure:
┌──────────────┐ ┌──────────────────┐ ┌──────────────┐ ┌──────────────┐
│ Frontend │ │ Backend │ │ Proxy │ │ CSRG-IAP │
│ (React) │────▶│ (NestJS API) │────▶│ (NestJS) │────▶│ (Python) │
│ │ │ │ │ │ │ │
│ Console UI │ │ Business Logic │ │ Enforcement │ │ Crypto │
│ Dashboard │ │ Auth / Policies │ │ Forwarding │ │ Verification│
└──────────────┘ └──────────────────┘ └──────────────┘ └──────────────┘Topics
- Service Breakdown: Frontend, backend, proxy, and CSRG-IAP service details.
- Request Flow: End-to-end request flow and security layers.