PricingGetting Started
Single Source Knowledge & FAQ Hub

Frequently Asked
Questions & Answers

Everything you need to know about Exogram Authority Runtime, security guarantees, framework integrations, and compliance.

Exogram is a complete context and admissibility infrastructure for AI that connects memory to controlled execution across five stages: 1) Ledger: Records unalterable facts, states, and changes with zero amnesia; 2) Understanding: Resolves real-world meaning and tells the difference between verified facts and rumors; 3) Inference: Derives conclusions while tracking evidence and provenance; 4) Controls: Enforces hard house rules, spend caps, and file protections; and 5) Admissibility: The 0.07ms bouncer that checks if an action is valid right now before anything touches your real systems. The outcome is verifiable, controlled AI execution.
The Complete Causal Chain

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.

The Causal Chain:1. Ledger2. Understanding3. Inference4. Controls5. AdmissibilityOutcome: Safe Action
Total Decision Overhead: < 0.07ms
Stage 05: AdmissibilityThe Bouncer (Instant Safety Brakes)

Decide whether a fact, inference, or action is valid for this purpose, at this time, under this authority.

Execution Latency: 0.02ms
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.

Why Polite Prompts Fail Here

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.

Production Disaster Prevented

Accidental DROP TABLE commands, duplicate credit card charges, and prompt-injected data leaks.

How to Implement This Stage:TypeScript / Python SDK
// 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.

Canonical Taxonomy

The Exogram Terminology Hierarchy

One unified architecture. Five unambiguous roles.

1. The Category

Context & Admissibility Infrastructure

The foundational layer that gives AI models persistent memory and instant safety brakes.

2. Core System

Exogram Authority Runtime

The software engine that separates model reasoning from execution authority in 0.07ms.

3. Foundation

Governed Semantic Ledger

The immutable, tamper-evident record of all real-world facts, receipts, and state changes.

4. Open Protocol

EAAP Protocol

The Exogram Action Admissibility Protocol for mathematically verifying tool calls.

5. The Outcome

Verifiable AI Execution

Zero accidental database wipes, hard-capped spending, zero hallucinated actions.

Technical Knowledge Base Answers

Have Questions About Your Agent Stack?

Speak directly with our security architects to design custom policy boundaries or start your 500 free evaluations today.