Skip to Content
Aionis v0.2 is ready for local agent loops, MCP clients, SDK integrations, and self-managed Runtime deployments.

Configuration

Aionis configuration is environment-driven.

Common Variables

VariablePurpose
EMBEDDING_PROVIDERSelects the embedding provider.
OPENAI_API_KEYOpenAI-compatible embedding provider key.
MINIMAX_API_KEYMiniMax embedding provider key when EMBEDDING_PROVIDER=minimax.
AIONIS_PRODUCT_E2E_BASE_URLBase URL for product e2e scripts.
MEMORY_AUTH_MODELite requires auth off in the current public edition.
TENANT_QUOTA_ENABLEDLite does not enable tenant quota enforcement.

Local-first Assumption

The public Runtime is intentionally scoped as local-first Lite. Keep it on loopback unless you put it behind your own service boundary.

For the product boundary, see Lite Runtime Boundary.