Quick Reference

Essential commands and configuration for AegisGate.

Common Commands

# Start AegisGate
docker run -d -p 8080:8080 -p 8081:8081 -p 8443:8443 ghcr.io/aegisgatesecurity/aegisgate-platform:latest

# Check health
curl http://localhost:8443/health

# Scan content
curl -X POST http://localhost:8443/v1/scan -d '{"content": "test"}'

# View stats
curl http://localhost:8443/stats

# Get version
curl http://localhost:8443/version

Environment Variables

VariableDefaultDescription
AEGIS_LICENSEcommunityLicense tier
AEGIS_LOG_LEVELinfoLog verbosity
AEGIS_PROXY_PORT8080HTTP proxy port
AEGIS_MCP_PORT8081MCP server port
AEGIS_DASHBOARD_PORT8443Dashboard port
AEGIS_RATE_LIMIT1000Requests per minute

API Endpoints

MethodEndpointDescription
GET/healthSystem health
GET/statsPlatform statistics
GET/versionVersion info
POST/v1/scanScan content
GET/api/v1/configCurrent configuration
POST/api/v1/complianceGenerate compliance report

Port Reference

PortServiceProtocol
8080HTTP ProxyHTTP
8081MCP ServerHTTP/gRPC
8443Dashboard/APIHTTPS

Detection Patterns

  • 176 threat signatures
  • Real-time pattern matching
  • Configurable severity levels

Compliance Frameworks

MITRE ATLAS • OWASP LLM • NIST AI RMF • ISO 27001 • SOC2 • HIPAA • GDPR • PCI-DSS