Skip to Content
Aionis v0.3.2 is the current Runtime baseline for SDK/API hosts, MCP clients, plugins, Substrate-backed recall, and self-managed agent loops.
Developer Platform OperationsSecurity Configuration

Security Configuration

Aionis runs as a memory governance Runtime beside your Agent host. The Runtime governs memory admission, feedback attribution, forgetting, and replay; the host deployment owns network exposure, credentials, and tool permissions.

Aionis-Governed Surfaces

SurfaceAionis role
Memory admissionRoutes memory to use, inspect, block, or rehydrate.
Feedback attributionRecords which admitted memories were tied to outcome.
ForgettingSuppresses, archives, unsuppresses, or deletes memory.
Audit replayShows what the Agent could see and why.
Authority receiptsVerifies signed Runtime receipts before accepting authority-bearing memory.

Host-Governed Surfaces

SurfaceHost responsibility
Network exposureKeep Lite on loopback or place it behind your own gateway.
AuthenticationUse managed-server API-key/JWT settings or your own gateway.
SecretsKeep provider keys out of prompts and logs.
Tool permissionsThe Agent host controls shell, browser, code, CI, and verifier access.
Tenant isolationUse deployment-level isolation and scoped Aionis tenant/scope settings.

Server production deployments also need an Aionis-owned authority receipt keyring. This keyring is not an embedding provider key or Agent API key; it is a Runtime secret used to sign and verify authority-bearing memory effects. See Configuration.

For memory poisoning and unsafe recall, start with Memory Firewall.

Last updated on