🏢 AegisGate Platform v4.4.1 is LIVE — Production hardening, security event categorization, RLS enforcement, gRPC v4 services, 31 compliance frameworks (2,043 total controls, 1,457 automated), 11 SIEM + 4 SOAR integrations, web UI, air-gapped deployment, Guided Setup. Try the Live Demo or Download v4.4.1.
- 6 attack surfaces: HTTP API, MCP, A2A, ACP, Response, Trust Framework
- 31 compliance frameworks (2,043 controls, 1,457 automated): HIPAA, SOC 2, EU AI Act, FedRAMP, ISO 27001, ISO 42001, NIST AI RMF, OWASP LLM Top 10, and more
- 11 SIEM integrations: Splunk, Elastic, Datadog, Sumo Logic, Chronicle, Loki, Fluentd, Logstash, Cribl, Kafka, Graylog, syslog
- 4 SOAR integrations: PagerDuty, Jira, ServiceNow, Custom webhook
- ML threat detection: CharCNN-BiLSTM (1.58M params), 100/100 evasion resistance, 0% FPR, ~5ms
- 176+ detection patterns, MITRE ATLAS 66 techniques
- Web UI: 7-page dashboard at
/ui/ - Single 19.1MB Go binary, zero external dependencies, air-gapped deployment
- 8,000+ tests passing, 83.1% coverage
- Load tested: 5,000 VUs, 23,578 RPS, 0% errors
- Apache 2.0 community edition, self-hosted, zero data collection
What is AegisGate Platform?
AegisGate Platform is an enterprise AI security gateway. It sits between your organization’s users, agents, and applications — and any AI service they talk to. Every request and response is scanned for security threats, compliance violations, and adversarial attacks.
Who is it for?
- Security teams who need to enforce AI usage policies across the organization
- Compliance officers who need audit trails for HIPAA, GDPR, EU AI Act, FedRAMP
- DevOps teams who need to integrate AI security into CI/CD, SIEM, and SOAR pipelines
- CISOs who need visibility into what data employees are sending to AI tools
What problem does it solve?
When your team uses AI tools — ChatGPT API, Copilot, MCP-based agents, agent-to-agent communication — they expose your organization to:
- Data leakage: Secrets, PII, and IP accidentally sent to external AI providers
- Adversarial attacks: Prompt injections that manipulate AI into ignoring safety rules
- Compliance violations: Unregulated AI usage that breaks HIPAA, GDPR, EU AI Act
- Lack of visibility: No audit trail of what was sent to which AI service
Platform solves all four with a single self-hosted binary.
See Platform in Action
Explore the enterprise dashboard — real-time threat detection, compliance coverage, and SIEM integrations.
Six Pillars of AI Security
Platform v4.4.1 protects every AI interaction across six attack surfaces:
🌐 HTTP API Security
- 176+ detection patterns
- MITRE ATLAS 66 techniques
- PII, secrets, API key detection
- Bidirectional request/response scanning
🔗 MCP Protocol Protection
- Session authentication + isolation
- 8 guardrails active
- MITRE ATLAS enforcement
- Tool authorization with risk matrix
🤝 A2A Agent-to-Agent Security
- mTLS + HMAC-SHA256 integrity
- Capability enforcement
- Token-bucket rate limiting
- Audit logging (RFC 5424)
🛡️ Agent Response Security
- PII scanner (SSN, cards, emails, phones)
- Secret detector (Stripe, GitHub, AWS, OpenAI)
- Hallucination + toxicity detection
- Response redaction with multiple strategies
🔐 Trust Framework
- Per-session trust scoring (0–100)
- Ed25519 signed attestations
- Cross-pillar correlation
- Offline-verifiable audit trail
🧠 ML Threat Detection NEW v4.4.0+
- CharCNN-BiLSTM (1.58M params)
- 100/100 evasion resistance
- 0% false positive rate
- ~5ms inference (pure Go)
Architecture Diagram
Detection Flow
Compliance Frameworks
Platform includes 31 compliance frameworks (2,043 total controls, 1,457 automated) — the most comprehensive AI compliance coverage available:
| Framework | Tier | Coverage |
|---|---|---|
| OWASP LLM Top 10 | Community | 49 patterns |
| OWASP Web Top 10 | Community | 10 categories |
| MITRE ATLAS | Community | 66 techniques |
| NIST AI RMF 1.0 | Community | 50 controls |
| HIPAA | Developer | PHI detection (54 controls) |
| PCI-DSS v4.0 | Developer | Card data (152 controls) |
| SOC 2 Type II | Developer | 64 controls |
| ISO/IEC 27001:2022 | Developer | 116 controls |
| CCPA/CPRA | Developer | 26 controls |
| GDPR | Developer | PII detection (99 controls) |
| EU AI Act | Professional | 120 controls, 8 categories |
| ISO/IEC 42001:2023 | Professional | AI management (38 controls) |
| NIST CSF 2.0 | Professional | 131 controls |
| CIS Controls v8 | Professional | 50 controls |
| FedRAMP Moderate | Enterprise | 170 controls |
...and 16 more frameworks. View all compliance documentation →
SIEM & SOAR Integration
Platform integrates with your existing security operations stack:
SIEM (11 platforms)
| Platform | Format | Transport |
|---|---|---|
| Splunk | HEC JSON | HTTPS |
| Elastic / ELK | ECS JSON | HTTP |
| Datadog | Logs API | HTTPS |
| Sumo Logic | HTTP Source | HTTPS |
| Chronicle (Google) | C2S API | HTTPS |
| Grafana Loki | HTTP Push | HTTP |
| Fluentd | msgpack | TCP |
| Logstash | Beats / JSON | TCP |
| Cribl | HTTP | HTTPS |
| Kafka | Avro/JSON | TCP |
| Graylog | GELF | UDP/TCP |
| Syslog (RFC 5424) | Structured | UDP/TCP |
SOAR (4 platforms)
| Platform | Integration |
|---|---|
| PagerDuty | Incident trigger with severity mapping |
| Jira | Ticket creation with custom fields |
| ServiceNow | Incident + change request |
| Custom webhook | Configurable payload + headers |
For detailed setup, see our SIEM/SOAR Integration Guide.
Web UI
Platform includes a built-in web dashboard at /ui/:
| Page | Purpose |
|---|---|
| Dashboard | Real-time metrics, threat feed, system status |
| Events | Detection events with filtering and search |
| Compliance | Framework scan results and reports |
| Sessions | Active AI session monitoring |
| Settings | Configuration, API keys, tier management |
| Users | User management and RBAC |
| Audit | Audit log viewer with export |
Deployment
Guided Setup (30-Second Setup)
# Build the binary
go build -o aegisgate-platform ./cmd/aegisgate-platform/
# Auto-detect your environment and generate a validated config
./aegisgate-platform setup --non-interactive
# Start the platform
./aegisgate-platform --config aegisgate-platform.yaml --embedded-mcp
The setup wizard auto-detects Docker, Kubernetes, systemd, or bare metal; recommends a deploy profile; generates a validated config; and prints next steps. No YAML editing required.
Deploy profiles (5 presets): quickstart, small-team, production, high-security, air-gapped.
# List all profiles
./aegisgate-platform --profile list
# Run with a profile
./aegisgate-platform --profile production --embedded-mcp
Docker (Recommended)
docker run -d \
-p 8080:8080 \
-p 8081:8081 \
-p 8082:8082 \
-p 8083:8083 \
-p 8443:8443 \
ghcr.io/aegisgatesecurity/aegisgate-platform:v4.4.0
Bare Metal
# Download the binary
curl -L https://github.com/aegisgatesecurity/aegisgate-platform/releases/latest/download/aegisgate-platform-linux-amd64 -o aegisgate-platform
chmod +x aegisgate-platform
./aegisgate-platform
Kubernetes (Helm)
helm repo add aegisgate https://aegisgatesecurity.github.io/aegisgate-platform
helm install aegisgate aegisgate/aegisgate-platform
Includes HPA autoscaling (1-10 replicas), NetworkPolicy, ServiceMonitor, and rolling updates.
Air-Gapped Deployment
Platform runs fully offline. No external dependencies. No phone-home. No telemetry. The binary, Docker image, and Helm chart can all be transferred to air-gapped environments via offline media.
Pricing Tiers
| Tier | Price | Key Features |
|---|---|---|
| Community | Free | HTTP proxy, MCP, A2A, 176+ patterns, MITRE ATLAS, basic compliance |
| Developer | $79/mo | + mTLS, OIDC/SAML, RBAC, code exec sandbox, advanced ML |
| Professional | $499/mo | + Trust Framework, SIEM/SOAR, gRPC API, K8s/Helm, policy engine |
| Enterprise | Custom | + Air-gapped deployment, custom compliance modules, dedicated SE, SLA |
Performance
| Metric | Value |
|---|---|
| Sustained RPS | 23,578 |
| Concurrent VUs tested | 5,000 |
| Error rate | 0% |
| Proxy overhead p99 | 2.8ms |
| PII detection latency | 94.7 µs |
| Secret detection latency | 121.3 µs |
| ML inference latency | ~5ms |
| Binary size | 19.1 MB |
| Docker image size | 19.1 MB |
| Test coverage | 83.1% |
| Tests passing | 8,000+ |
Competitive Comparison
| Capability | AegisGate | Lakera Guard | NeMo Guardrails | Protect AI |
|---|---|---|---|---|
| Self-hosted binary | ✅ | ❌ (SaaS only) | ❌ (library) | ⚠️ |
| MCP protocol protection | ✅ | ❌ | ❌ | ❌ |
| A2A protocol protection | ✅ | ❌ | ❌ | ❌ |
| ACP protocol protection | ✅ | ❌ | ❌ | ❌ |
| Response scanning | ✅ | ❌ | ⚠️ | ⚠️ |
| Trust attestation | ✅ | ❌ | ❌ | ❌ |
| ML threat detection | ✅ | ⚠️ | ❌ | ⚠️ |
| 31 compliance frameworks | ✅ | ❌ | ❌ | ⚠️ |
| 11 SIEM integrations | ✅ | ❌ | ❌ | ⚠️ |
| 4 SOAR integrations | ✅ | ❌ | ❌ | ❌ |
| Air-gapped deployment | ✅ | ❌ | ❌ | ❌ |
| Open-core (Apache 2.0 community + commercial enterprise) | ✅ | ❌ | ✅ (Apache) | ❌ |
Deep Dive
For the full technical architecture — six-pillar internals, Trust Framework API, authentication, configuration, and environment variables — see the Technical Architecture page.
Links
Source code → Release notes → Documentation → Pricing → Compliance → Technical architecture →