Start Here¶
AegisAgent lets you run AI agents without losing control.
Overview¶
Before an AI agent does something risky, Aegis checks it, controls it, records it, and proves what happened. Aegis is not an agent โ it is the control layer for agents.
Who it's for: teams putting AI agents near real credentials, real APIs, and real data โ and the security people who have to answer for it.
Status: The known-agent integrity path is largely production-ready. Unknown-agent runtime enforcement and multi-replica enterprise operations remain Partial. Check Implementation Status before evaluating a specific claim.
Pick your path¶
๐ข "I am new"¶
- The_One_Minute_Tour.md โ the whole idea in 60 seconds
- What_Is_AegisAgent.md โ what it is and is not
- How_It_Works.md โ the mechanism, step by step
- Then, when curious: Last_Mile_System_Walkthrough.md โ the full story with code
๐ต "I am a developer"¶
- onboarding/For_SDK_Developer.md โ protected tool calls in ~10 minutes
- Local_Development.md โ run the whole stack locally
- flows/Known_Agent_Flow.md โ what actually happens on every call
- Reference: components/SDK.md ยท api-reference.md
๐ด "I am security / SOC"¶
- onboarding/For_Security_Architect.md โ trust boundaries in ~15 minutes
- onboarding/For_SOC_Analyst.md โ investigate an incident in ~10 minutes
- AegisAgent_Threat_Model.md โ the adversary's view
- Implementation_Status.md โ the honest implemented-vs-planned ledger
Other roles โ frontend, DevOps, new maintainer: onboarding/ has a guide each. The complete map of every document is Documentation_Index.md.
The three documents everyone should read¶
- Product_Overview.md โ what it is, why it exists (10 min)
- Last_Mile_System_Walkthrough.md โ the entire system as one story (15 min)
- Architecture_Overview.md โ control points, trust boundaries, fail-closed rules (15 min)
Explore visually¶
- AegisAgent_Diagram_Index.md โ every diagram, small and mobile-readable
- explorer/index.html โ optional interactive system map (2D fallback built in), driven by architecture-map.json
One honest rule¶
Aegis controls what passes through Aegis control points (SDK, gateway, policy, approvals, receipts, SOC, MCP gateway โ and, on the roadmap, tool broker, egress proxy, agent cage, node sensor). An agent that bypasses every control point is treated as unsafe: in runtime-controlled modes it is isolated, blocked, killed, quarantined, or banned. Nothing in these docs claims otherwise โ check Implementation_Status.md before believing any capability.
Naming note¶
Some common titles map to canonical files to avoid duplicates: API reference โ api-reference.md (generated) ยท deployment โ deployment-guide.md + production-hardening.md ยท runbook โ runbooks/index.md ยท contributor guide โ CONTRIBUTING.md ยท FAQ โ faq.md ยท glossary โ Glossary.md.
Try the Proof¶
The proof must block an untrusted merge, reject an approval hash swap and replay, and verify the receipt chain. Continue with Quickstart for expected output and troubleshooting.