Frequently Asked
Questions & Answers
Everything you need to know about Exogram Authority Runtime, security guarantees, framework integrations, and compliance.
Exogram's 5-Stage Authority Architecture
How memory and real-world understanding lead to controlled, safe execution. From verified facts to instant 0.07ms safety brakes.
Decide whether a fact, inference, or action is valid for this purpose, at this time, under this authority.
What This Stage Does
Before any command executes, the bouncer stands at the door and asks: "Is this action allowed right now, for this specific customer, under this exact authority?" If the AI gets tricked, confused, or hallucinates, the brakes slam in 0.07 milliseconds before anything touches your real systems.
Negative prompt rules have zero physical power over network sockets or database drivers. Once an AI generates a malicious payload, only external pre-execution gating can stop it.
Accidental DROP TABLE commands, duplicate credit card charges, and prompt-injected data leaks.
// Stage 5: EAAP pre-execution admissibility gate
const verdict = await exogram.admissibility.evaluate({
proposedAction: toolCall,
stateHash: currentState.hash,
timeoutMs: 0.1
});
if (verdict.isAdmissible) await toolCall.execute();Exogram evaluates this stage locally in memory without external network calls.
The Exogram Terminology Hierarchy
One unified architecture. Five unambiguous roles.
Context & Admissibility Infrastructure
The foundational layer that gives AI models persistent memory and instant safety brakes.
Exogram Authority Runtime
The software engine that separates model reasoning from execution authority in 0.07ms.
Governed Semantic Ledger
The immutable, tamper-evident record of all real-world facts, receipts, and state changes.
EAAP Protocol
The Exogram Action Admissibility Protocol for mathematically verifying tool calls.
Verifiable AI Execution
Zero accidental database wipes, hard-capped spending, zero hallucinated actions.
Technical Knowledge Base Answers
What is AI Execution Governance?
Learn how pre-execution authorization gating prevents autonomous AI errors.
CISO & Executive Guide
Executive briefing on AI agent safety, zero trust, and compliance.
Risk & ROI Calculator
Calculate financial savings and risk mitigation for your AI stack.
AI Compliance Hub
SOC2, HIPAA, GDPR, and EU AI Act compliance for AI agents.
Cryptographic Audit Ledger
Tamper-evident append-only logging for state hashes and tool calls.
Free AI Agent Risk Scanner
Scan tool definitions and function definitions for security vulnerabilities.
Have Questions About Your Agent Stack?
Speak directly with our security architects to design custom policy boundaries or start your 500 free evaluations today.