Omni Docs
Start Here

Platform Overview

Architecture, execution tiers, and developer foundation of the Omni Agent Platform.

Omni is an index-grounded, stateful AI agent platform that pairs global edge routing with an authoritative state engine to deliver low-latency completions, persistent semantic memory, and tool execution.

Architecture

Omni operates across unified infrastructure layers:

Initializing Diagram Engine...

Layer Breakdown

LayerComponentFunction
1. ClientsWeb, Mobile, CLIUser-facing interfaces that render a standardized real-time SSE stream (thought, tool_call, tool_result, message, done).
2. Edge Control Planeedge.omnistatic.comGlobally distributed edge proxy handling API key verification, sliding-window rate limiting, memory RAG context assembly, and fast-path routing.
3. Stateful Agent EngineAuthoritative CoreExecutes multi-step LLM reasoning loops, autonomous tool invocations, and enforces the central margin-backed credit ledger.

Status Taxonomy

Every capability in these docs is labeled with an explicit status indicator:

LabelMeaning
LiveProduction-proved and active. Available to all authenticated API keys.
PreviewPublic API contract defined; undergoing phased developer rollout.
Coming SoonPlanned architecture and future compute tiers.

Developer Principles

  1. Explicit Scopes: API keys receive only the permissions requested at creation (chat, memory:read, memory:write, usage:read).
  2. Canonical Developer Base URL: All developer integrations connect strictly to https://edge.omnistatic.com.
  3. Deterministic Memory Injection: Relevant memories and biographical notes are automatically retrieved and assembled into prompt context before model execution.
  4. Authoritative Quota Ledger: Usage counters are tracked with margin-backed limits, preventing unexpected token overruns.

On this page